2 Commits

Author SHA1 Message Date
1eb6104be9 [zineshop] shop.malobeo -> zines.malobeo
Some checks are pending
Check flake syntax / flake-check (push) Waiting to run
2025-04-15 01:08:28 +02:00
bc1ea7aa2c [flake] update zineshop 2025-04-15 01:07:52 +02:00
4 changed files with 7 additions and 7 deletions

8
flake.lock generated
View File

@@ -450,11 +450,11 @@
"utils": "utils_4"
},
"locked": {
"lastModified": 1744626173,
"narHash": "sha256-DSuLVFGvmMUoStIs5ar4CLE8eD2dlFPUmPC7CODauts=",
"lastModified": 1744671971,
"narHash": "sha256-fMqRwtaEd7gIQRVqjpcRXxxxP3pDTFxfIJFtnLbqivY=",
"ref": "refs/heads/master",
"rev": "19ce41aca7d92bc8e02f97e7bdbca7ac7ba64090",
"revCount": 103,
"rev": "c55cf4480b1d4aa7914c32e4d6322fd10c2404bd",
"revCount": 114,
"type": "git",
"url": "https://git.dynamicdiscord.de/kalipso/zineshop"
},

View File

@@ -74,7 +74,7 @@ in
};
services.nginx.virtualHosts."shop.malobeo.org" = {
services.nginx.virtualHosts."zines.malobeo.org" = {
forceSSL = true;
enableACME= true;
locations."/" = {

View File

@@ -152,7 +152,7 @@ in
};
};
virtualHosts."shop.malobeo.org" = {
virtualHosts."zines.malobeo.org" = {
# created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo'
# then content of foo.txt put into sops
basicAuthFile = config.sops.secrets.shop_auth.path;

View File

@@ -67,7 +67,7 @@ with lib;
};
};
virtualHosts."shop.malobeo.org" = {
virtualHosts."zines.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.100.0.101";
extraConfig = ''