Compare commits
3 commits
fc8c1560e3
...
ae7d2a3974
Author | SHA1 | Date | |
---|---|---|---|
ae7d2a3974 | |||
9fb2c6e365 | |||
fe54c2d5ba |
4 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue