1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
Flake Update Bot
2c82edf9a1 Update nixpkgs 2025-09-26-01-03 2025-09-26 03:04:07 +02:00
2 changed files with 2 additions and 10 deletions

View File

@@ -11,8 +11,6 @@
signal-desktop
dino
fractal
tuba
flare-signal
tio
xournalpp

View File

@@ -53,23 +53,17 @@ in {
"mixcloud.clerie.de" = {
enableACME = true;
forceSSL = true;
basicAuthFile = config.sops.secrets.mixcloud-htpasswd.path;
locations."/" = {
alias = "/data/mixcloud/";
basicAuthFile = config.sops.secrets.mixcloud-htpasswd.path;
extraConfig = ''
autoindex on;
autoindex_exact_size off;
'';
};
locations."/api/" = {
alias = "/data/mixcloud/";
extraConfig = ''
autoindex on;
autoindex_format json;
'';
};
locations."/media/" = {
alias = "/data/media/";
basicAuthFile = config.sops.secrets.mixcloud-htpasswd.path;
extraConfig = ''
autoindex on;
autoindex_exact_size off;