37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
global:
|
|
backend:
|
|
postgres:
|
|
host: "postgres.redxen.localhost"
|
|
port: 5432
|
|
redis:
|
|
host: "redis.redxen.localhost"
|
|
port: 6379
|
|
influxdb:
|
|
host: "influxdb.redxen.localhost"
|
|
port: 8086
|
|
social:
|
|
murmur:
|
|
configpath: "/etc/murmur"
|
|
port: 6401
|
|
seedbox:
|
|
darkhttpd:
|
|
port: 8082
|
|
transmission:
|
|
port: 8081
|
|
|
|
# TODO: Migrate these VVVVV
|
|
monitoring:
|
|
grafana:
|
|
domain: "dev-stats.redxen.eu"
|
|
port: 3000
|
|
dev:
|
|
gitea:
|
|
user: "git"
|
|
domain: "dev-gitea.redxen.eu"
|
|
port:
|
|
http: 3200
|
|
ssh: 2443
|
|
path:
|
|
data: "/mnt/gitea" # TODO: Replace with device UUIDs
|
|
config: "/etc/gitea"
|