homelab/roles/nextcloud/vars/main.yml
2024-10-23 13:51:59 +05:00

18 lines
337 B
YAML

version: 30.0.1
full_version: 30.0.1.2
overwrite_protocol: https
db_type: pgsql
db_name: nextcloud
db_host: postgresql
db_port: 5432
db_user: nextcloud
mail_from_address: nextcloud
mail_domain: comfycamp.space
smtp_host: comfycamp.space
smtp_port: 587
smtp_name: nextcloud@comfycamp.space
redis_host: nextcloud-redis
redis_port: 6379