move nextcloud to container?

This commit is contained in:
2024-11-17 23:22:40 -06:00
parent c02d044ec0
commit 359bc6769d
4 changed files with 49 additions and 42 deletions

View File

@@ -34,7 +34,7 @@
containers.gitlab = {
autoStart = true;
autoStart = false;
privateNetwork = true;
hostAddress = "192.168.100.10";
localAddress = "192.168.100.16";
@@ -93,17 +93,12 @@
enable = true;
#https = true;
#port = 443;
#host = "localhost";
host = "gitlab.blunkall.us";
databasePasswordFile = "/etc/gitlab/dbpass";
initialRootPasswordFile = "/etc/gitlab/rootpass";
statePath = "/etc/gitlab/data";
/*extraEnv = {
OIDC_CLIENT_ID = "";
OIDC_CLIENT_SECRET = "";
};*/
secrets = {
secretFile = "/etc/gitlab/secret";
otpFile = "/etc/gitlab/otp";
@@ -156,7 +151,7 @@
enable = true;
recommendedProxySettings = true;
virtualHosts = {
localhost = {
"gitlab.blunkall.us" = {
locations."/".proxyPass = "http://unix:/run/gitlab/gitlab-workhorse.socket";
};
};