24 lines
827 B
YAML
24 lines
827 B
YAML
nextcloud_version: "34.0.0"
|
|
nextcloud_domain: "cloud.test.local"
|
|
nextcloud_data_dir: "/etc/nextcloud/data" # /etc/nextcloud is recommendet as the install dir by the hardening guide!
|
|
nextcloud_install_dir: "/etc/nextcloud"
|
|
|
|
nc_db_name: "nextcloud"
|
|
nc_db_user: "nextcloud"
|
|
nc_db_password: "Start2026!"
|
|
nc_admin_user: "admin"
|
|
nc_admin_password: "Start2026!"
|
|
nc_php_version: "8.3"
|
|
|
|
# TLS certificate paths (self-signed, generated by this playbook)
|
|
nc_ssl_cert: "/etc/ssl/certs/nextcloud-selfsigned.crt"
|
|
nc_ssl_key: "/etc/ssl/private/nextcloud-selfsigned.key"
|
|
|
|
# Maintenance window (UTC): tasks run between start and start+4h
|
|
# 1 = 01:00 UTC → adjust to your timezone offset as needed
|
|
nc_maintenance_window_start: 1
|
|
|
|
fail2ban_dir: "/etc/fail2ban"
|
|
|
|
collabora_code_domain: "office.test.local"
|
|
collabora_admin_password: "Start2026!" |