comments and soulseek work?

This commit is contained in:
2025-03-19 00:37:15 -04:00
parent e1efe1ca79
commit ad7dd42496
7 changed files with 90 additions and 12 deletions

View File

@@ -53,6 +53,7 @@
zpool_hdds = "hdds";
torrents_path = "/torrents";
services_dir = "/${zpool_ssds}/services";
music_dir = "/${zpool_ssds}/music";
torrent_group = "media";
# TODO: add checks to make sure none of these collide
@@ -65,10 +66,13 @@
owntracks = 3825;
gitea = 2283;
immich = 2284;
soulseek_web = 5030;
soulseek_listen = 50300;
};
https = {
certs = services_dir + "/http_certs";
# TODO! generate website from repo directly using hugo
data_dir = services_dir + "/http";
domain = "gardling.com";
wg_ip = "192.168.15.1";