Compare commits
No commits in common. "ae7d2a397401874ac4bc0daee18d2b278286c24e" and "fc8c1560e385dce7ad9def83db9e05a502352450" have entirely different histories.
ae7d2a3974
...
fc8c1560e3
4 changed files with 3 additions and 10 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue