14 lines
414 B
YAML
14 lines
414 B
YAML
---
|
|
base_port: 41080
|
|
notes_port: "{{ base_port + 1 }}"
|
|
dayoff_port: "{{ base_port + 2 }}"
|
|
homepage_port: "{{ base_port + 3 }}"
|
|
netdata_port: "{{ base_port + 4 }}"
|
|
wiki_port: "{{ base_port + 5 }}"
|
|
nomie_port: "{{ base_port + 6 }}"
|
|
nomie_db_port: "{{ base_port + 7 }}"
|
|
gitea_port: "{{ base_port + 8 }}"
|
|
keycloak_port: "{{ base_port + 9 }}"
|
|
outline_port: "{{ base_port + 10 }}"
|
|
navidrome_port: "{{ base_port + 11 }}"
|