Compare commits
2 Commits
8ee697b67c
...
1eb6104be9
| Author | SHA1 | Date | |
|---|---|---|---|
|
1eb6104be9
|
|||
|
bc1ea7aa2c
|
8
flake.lock
generated
8
flake.lock
generated
@@ -450,11 +450,11 @@
|
|||||||
"utils": "utils_4"
|
"utils": "utils_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744626173,
|
"lastModified": 1744671971,
|
||||||
"narHash": "sha256-DSuLVFGvmMUoStIs5ar4CLE8eD2dlFPUmPC7CODauts=",
|
"narHash": "sha256-fMqRwtaEd7gIQRVqjpcRXxxxP3pDTFxfIJFtnLbqivY=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "19ce41aca7d92bc8e02f97e7bdbca7ac7ba64090",
|
"rev": "c55cf4480b1d4aa7914c32e4d6322fd10c2404bd",
|
||||||
"revCount": 103,
|
"revCount": 114,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.dynamicdiscord.de/kalipso/zineshop"
|
"url": "https://git.dynamicdiscord.de/kalipso/zineshop"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
services.nginx.virtualHosts."shop.malobeo.org" = {
|
services.nginx.virtualHosts."zines.malobeo.org" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME= true;
|
enableACME= true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|||||||
@@ -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'
|
# created with: nix-shell --packages apacheHttpd --run 'htpasswd -B -c foo.txt malobeo'
|
||||||
# then content of foo.txt put into sops
|
# then content of foo.txt put into sops
|
||||||
basicAuthFile = config.sops.secrets.shop_auth.path;
|
basicAuthFile = config.sops.secrets.shop_auth.path;
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ with lib;
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualHosts."shop.malobeo.org" = {
|
virtualHosts."zines.malobeo.org" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://10.100.0.101";
|
proxyPass = "http://10.100.0.101";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user