Compare commits

..

No commits in common. "ae7d2a397401874ac4bc0daee18d2b278286c24e" and "fc8c1560e385dce7ad9def83db9e05a502352450" have entirely different histories.

4 changed files with 3 additions and 10 deletions

View file

@ -14,7 +14,6 @@
"cache.aciceri.dev"
"matrix.aciceri.dev"
"syncv3.matrix.aciceri.dev"
"jellyfin.aciceri.dev"
];
apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path;
};

View file

@ -5,6 +5,7 @@
}: {
services.forgejo = {
enable = true;
stateDir = "/mnt/hd/forgejo";
settings = {
DEFAULT = {
RUN_MODE = "prod"; # set to prod for better logs (worse performance)

View file

@ -35,13 +35,6 @@
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
};
};
# "jellyfin.aciceri.dev" = {
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# proxyPass = "http://localhost:8096";
# };
# };
# "sevenofnix.aciceri.dev" = {
# forceSSL = true;
# enableACME = true;

View file

@ -21,8 +21,8 @@
upload-slots-per-torrent = 1000;
alt-speed-up = 10000;
alt-speed-down = 10000;
alt-speed-up = 300000; # 300MB/s
alt-speed-down = 500000; # 500MB/s
alt-speed-time-enabled = true;
alt-speed-time-begin = 540; # 9AM, minutes after midnight
alt-speed-time-end = 1380; # 11PM