first commmit

This commit is contained in:
2021-09-03 18:19:56 +01:00
commit 6985726bd1
5 changed files with 307 additions and 0 deletions

19
env Normal file
View File

@@ -0,0 +1,19 @@
appname=nextcloud
mariadb_version=10.5.8
nextcloud_tag=stable-apache
domains=cloud.host.com localhost
nextcloud_host=cloud.host.com
# Enter the allowed servers that can proxy to nextcloud container
proxies=192.168.1.101 192.168.1.100
host_ip=192.168.1.101
# Foleder where data is stored, (Must belong to www-data user and group)
data_dir=/mnt/nextcloud_data
sql_db=nextcloud
sql_pwd=changeme1
sql_root_pwd=changeme2
sql_user=nextcloud
redis_host_port=6379
redis_host_pass=24295
php_memory_limit=1024M
php_upload_limit=20G
collabora_host=office.host.com