26 lines
519 B
YAML
26 lines
519 B
YAML
firewall_in_ports:
|
|
- "80"
|
|
- "443"
|
|
- "{{ ssh_port }}"
|
|
|
|
hostname: "{{ base_user_name }}"
|
|
timezone: Europe/Paris
|
|
|
|
ssh_port: "2220"
|
|
|
|
prometheus_server_ip: "51.178.182.35"
|
|
|
|
docker_files: "/home/{{ base_user_name }}/docker"
|
|
|
|
compose_version: "3.7"
|
|
|
|
traefik_network: proxy
|
|
|
|
domain_name: chosto.me
|
|
|
|
letsencrypt_email: quentinduchemin@tuta.io
|
|
|
|
# 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
|