From e864725f02bf0fe75d8eed1426d46d26309c5c0e Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 14 Jan 2026 22:48:36 -0500 Subject: [PATCH] [data] fixup, enumerate all available ports, delete unused services --- lib/data/services.toml | 36 ++++-------------------------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/lib/data/services.toml b/lib/data/services.toml index c299a224..a576b940 100644 --- a/lib/data/services.toml +++ b/lib/data/services.toml @@ -5,13 +5,9 @@ # anubis: What port the anubis service for this domain will use, int # tsHost: (optional) What Tailscale host this service will run on, for services only available via Tailscale. # # Should only be set if this is available externally, if at all, since TS-only services aren't able to be scraped. -# Current lowest unassigned port: 6938 - -[authentik] -port = 6908 -host = "marvin" -extUrl = "auth.pyrox.dev" -anubis = 8401 +# Current lowest unassigned service/anubis port: 6938/8410 +# Misc available ports: 6902, 6905-6, 6908-11, 6913, 6916-21, 6923-4, 6927, 6933 +# Misc Anubis available: 8401, 8407 [buildbot-server] port = 6915 @@ -21,7 +17,7 @@ extUrl = "buildbot.pyrox.dev" [cache] port = 6900 host = "marvin" -extUrl = "cache.coelacanth-dragon.ts.net" +tsHost = "cache" [deemix] port = 6907 @@ -40,11 +36,6 @@ host = "marvin" extUrl = "stats.pyrox.dev" anubis = 8403 -[iceshrimp] -port = 6923 -host = "marvin" -extUrl = "soc.pyrox.dev" - [immich] port = 6936 host = "marvin" @@ -79,35 +70,17 @@ anubis = 8406 port = 6928 host = "marvin" -[nextcloud-office] -port = 6927 -host = "marvin" -extUrl = "office.pyrox.dev" -anubis = 8407 - [pinchflat] port = 6930 host = "marvin" tsHost = "yt" -[pingvin-share] -port = 6933 -host = "marvin" -extUrl = "share.pyrox.dev" -anubis = 8410 -be-port = 30104 -be-anubis = 30105 - [planka] port = 6929 host = "marvin" extUrl = "plan.cs2a.club" anubis = 8408 -[prosody] -host = "marvin" -extUrl = "xmpp.pyrox.dev" - [pocket-id] port = 6932 host = "marvin" @@ -119,7 +92,6 @@ port = 6901 host = "marvin" tsHost = "reddit" - [scrutiny] port = 6931 host = "marvin" -- 2.51.2