++ caricamento
This commit is contained in:
28
.env
Normal file
28
.env
Normal file
@@ -0,0 +1,28 @@
|
||||
# Database Configuration
|
||||
MYSQL_ROOT_PASSWORD=strong_root_password_here
|
||||
MYSQL_PASSWORD=nextcloud_password_here
|
||||
MYSQL_DATABASE=nextcloud
|
||||
MYSQL_USER=nextcloud
|
||||
|
||||
# Nextcloud Configuration
|
||||
NEXTCLOUD_PORT=8080
|
||||
NEXTCLOUD_ADMIN_USER=admin
|
||||
NEXTCLOUD_ADMIN_PASSWORD=admin_password_here
|
||||
NEXTCLOUD_TRUSTED_DOMAINS=localhost
|
||||
|
||||
# Protocol and Host (per reverse proxy)
|
||||
OVERWRITEPROTOCOL=https
|
||||
OVERWRITEHOST=your-domain.com
|
||||
|
||||
# Collabora Configuration
|
||||
COLLABORA_PORT=9980
|
||||
COLLABORA_DOMAIN=nextcloud\\.your-domain\\.com
|
||||
COLLABORA_USERNAME=admin
|
||||
COLLABORA_PASSWORD=collabora_password_here
|
||||
COLLABORA_DICTIONARIES=it en_US en_GB de_DE fr_FR es_ES
|
||||
|
||||
# Note:
|
||||
# - COLLABORA_DOMAIN deve usare escape per i punti: nextcloud\\.domain\\.com
|
||||
# - Dopo l'installazione, configura Collabora in Nextcloud andando in:
|
||||
# Impostazioni -> Amministrazione -> Collabora Online
|
||||
# URL: http://collabora:9980
|
||||
Reference in New Issue
Block a user