Cleanup config. Disable nginx vhost
deploy config / Explore-Gitea-Actions (push) Successful in 43s
Details
deploy config / Explore-Gitea-Actions (push) Successful in 43s
Details
This commit is contained in:
parent
4ed814c81e
commit
3fea1cb0b5
|
|
@ -70,7 +70,7 @@
|
|||
ethtool
|
||||
git
|
||||
gitea
|
||||
nginx
|
||||
# nginx
|
||||
fastfetch
|
||||
];
|
||||
|
||||
|
|
@ -104,23 +104,23 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."git.blubb.fish" = {
|
||||
addSSL = true;
|
||||
sslCertificate = /cert/git.blubb.fish/cert.pem;
|
||||
sslCertificateKey = /cert/git.blubb.fish/key.pem;
|
||||
sslTrustedCertificate = /cert/git.blubb.fish/fullchain.pem;
|
||||
locations."/".proxyPass = "http://127.0.0.1:3000/";
|
||||
};
|
||||
# services.nginx.virtualHosts."git.blubb.fish" = {
|
||||
# addSSL = true;
|
||||
# sslCertificate = /cert/git.blubb.fish/cert.pem;
|
||||
# sslCertificateKey = /cert/git.blubb.fish/key.pem;
|
||||
# sslTrustedCertificate = /cert/git.blubb.fish/fullchain.pem;
|
||||
# locations."/".proxyPass = "http://127.0.0.1:3000/";
|
||||
# };
|
||||
|
||||
virtualisation.docker = {
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
|
||||
virtualisation.oci-containers.containers = {
|
||||
oci-containers.containers = {
|
||||
act_runner_01 = {
|
||||
image = "gitea/act_runner";
|
||||
environment = {
|
||||
|
|
@ -148,6 +148,7 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd = {
|
||||
timers."start-runner" = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue