My Nix Configuration
1# Schema: 2# port: what port the service uses internally, int 3# host: What host the service runs on 4# extUrl: (optional) the externally accessible domain name of the service 5# anubis: What port the anubis service for this domain will use, int 6# tsHost: (optional) What Tailscale host this service will run on, for services only available via Tailscale. 7# # Should only be set if this is available externally, if at all, since TS-only services aren't able to be scraped. 8[authentik] 9port = 6908 10host = "marvin" 11extUrl = "auth.pyrox.dev" 12anubis = 8401 13 14[buildbot-server] 15port = 6915 16host = "marvin" 17extUrl = "buildbot.pyrox.dev" 18 19[cache] 20port = 6900 21host = "marvin" 22extUrl = "cache.coelacanth-dragon.ts.net" 23 24[deemix] 25port = 6907 26host = "marvin" 27extUrl = "deemix.pyrox.dev" 28tsHost = "deemix" 29 30[git] 31port = 6904 32host = "marvin" 33extUrl = "git.pyrox.dev" 34anubis = 8402 35 36[grafana] 37port = 6914 38host = "marvin" 39extUrl = "stats.pyrox.dev" 40anubis = 8403 41 42[iceshrimp] 43port = 6923 44host = "marvin" 45extUrl = "soc.pyrox.dev" 46 47[jellyfin] 48port = 8096 49host = "marvin" 50extUrl = "media.pyrox.dev" 51anubis = 8404 52 53[matrix-server] 54port = 6922 55host = "marvin" 56extUrl = "matrix.pyrox.dev" 57 58[miniflux] 59port = 6903 60host = "marvin" 61extUrl = "rss.pyrox.dev" 62anubis = 8405 63 64[nextcloud] 65port = 6926 66host = "marvin" 67extUrl = "cloud.pyrox.dev" 68anubis = 8406 69 70[nextcloud-imaginary] 71port = 6928 72host = "marvin" 73 74[nextcloud-office] 75port = 6927 76host = "marvin" 77extUrl = "office.pyrox.dev" 78anubis = 8407 79 80[pinchflat] 81port = 6930 82host = "marvin" 83tsHost = "yt" 84 85[planka] 86port = 6929 87host = "marvin" 88extUrl = "plan.cs2a.club" 89anubis = 8408 90 91[prosody] 92host = "marvin" 93extUrl = "xmpp.pyrox.dev" 94 95[pocket-id] 96port = 6932 97host = "marvin" 98extUrl = "auth.pyrox.dev" 99anubis = 8401 100be-port = 30101 101be-anubis = 30102 102 103 104[redlib] 105port = 6901 106host = "marvin" 107tsHost = "reddit" 108 109[scrutiny] 110port = 6931 111host = "marvin" 112tsHost = "scrutiny" 113 114[vaultwarden] 115port = 6912 116host = "marvin" 117extUrl = "bw.pyrox.dev" 118anubis = 8409 119 120[webmentiond] 121port = 6925 122host = "marvin" 123extUrl = "wm.pyrox.dev"