Compare commits

...

3 commits

Author SHA1 Message Date
ae7d2a3974
Move forgejo state directory to SSD
All checks were successful
/ test (push) Successful in 12m11s
2024-03-26 15:45:14 +01:00
9fb2c6e365
Jellyfin proxy 2024-03-26 15:45:07 +01:00
fe54c2d5ba
Change transmission speeds
Disk is too slow 😭
2024-03-26 15:42:36 +01:00
4 changed files with 10 additions and 3 deletions

View file

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

View file

@ -35,6 +35,13 @@
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 = 300000; # 300MB/s
alt-speed-down = 500000; # 500MB/s
alt-speed-up = 10000;
alt-speed-down = 10000;
alt-speed-time-enabled = true;
alt-speed-time-begin = 540; # 9AM, minutes after midnight
alt-speed-time-end = 1380; # 11PM