2021-02-12 22:13:37 +01:00
|
|
|
firewall_in_ports:
|
|
|
|
- "80"
|
|
|
|
- "443"
|
2022-10-25 20:50:31 +02:00
|
|
|
- "25565"
|
2021-02-12 22:13:37 +01:00
|
|
|
- "{{ ssh_port }}"
|
|
|
|
|
2021-04-24 18:15:48 +02:00
|
|
|
hostname: "{{ base_user_name }}"
|
2021-07-23 14:04:42 +02:00
|
|
|
timezone: Europe/Paris
|
2021-02-12 22:13:37 +01:00
|
|
|
|
|
|
|
ssh_port: "2220"
|
|
|
|
|
|
|
|
prometheus_server_ip: "51.178.182.35"
|
2021-04-24 18:15:48 +02:00
|
|
|
|
|
|
|
docker_files: "/home/{{ base_user_name }}/docker"
|
2021-05-11 13:56:51 +02:00
|
|
|
|
2021-04-26 21:23:23 +02:00
|
|
|
compose_version: "3.7"
|
2021-04-24 18:15:48 +02:00
|
|
|
|
|
|
|
traefik_network: proxy
|
|
|
|
|
2021-04-27 03:16:49 +02:00
|
|
|
domain_name: chosto.me
|
2021-04-24 18:15:48 +02:00
|
|
|
|
|
|
|
letsencrypt_email: quentinduchemin@tuta.io
|
2021-05-12 18:45:18 +02:00
|
|
|
|
|
|
|
# When importing to Funkwhale, you must choose a library
|
|
|
|
# Create a library, get the ID in URL and put it there
|
|
|
|
funkwhale_import_library_id: 3e772648-0ce1-4dc1-be59-39e8e6f409d6
|