server.nix/settings.nix

43 lines
904 B
Nix
Raw Normal View History

2024-02-23 01:56:51 +02:00
{...}: {
2024-03-27 14:45:33 +02:00
# sudo mkdir -p /var/lib/acme-turn
# sudo chown -R acme:caddy /var/lib/acme-turn
turnAcmeDir = "/var/lib/acme-turn";
2024-02-23 01:56:51 +02:00
# Docker config locations
server_configs = "/mnt/important/server_configs";
server_configs_home = "/home/owo/Documents/server_configs";
firefish_docker_network = "firefishinternal";
2024-03-05 21:21:27 +02:00
2024-02-23 01:56:51 +02:00
ports = {
# ports from docker-compose.yml
authentik = 9000;
matrix-sliding-sync = 8010;
mautrix-telegram = 8009;
synapse = 8008;
prowlarr = 9696;
radarr = 7878;
sonarr = 8989;
2024-04-05 10:41:54 +03:00
lidarr = 8686;
2024-02-23 01:56:51 +02:00
drasl = 4017;
firefish = 4016;
privoxy = 4015;
lastfm = 4014;
scrutiny = 4012;
qbittorrent-torrent = 36163;
2024-02-23 01:56:51 +02:00
qbittorrent = 4010;
archivebox = 4009;
nextcloud = 4008;
bazarr = 4007;
ntfy = 4006;
forgejo = 4005;
jellyfin_vue = 4004;
jellyfin = 8096;
wakapi = 4001;
plex = 32400;
};
}