Finish removing nc
This commit is contained in:
15
server/.env
15
server/.env
@@ -24,20 +24,5 @@ PIHOLE=/mnt/md0/pihole
|
||||
FTLCONF_webserver_api_password="wX<|h(mav(;rGU}FTrz<)x<(J"
|
||||
FTLCONF_dns_listeningMode=all # If using Docker's default `bridge` network setting the dns listening mode should be set to 'all'
|
||||
|
||||
# Nextcloud
|
||||
NEXTCLOUD_DATADIR=/mnt/md0/nextcloud # Do not set or adjust this value after the initial Nextcloud installation is done!
|
||||
# AIO_COMMUNITY_CONTAINERS="local-ai memories" # Community containers https://github.com/nextcloud/all-in-one/tree/main/community-containers
|
||||
APACHE_PORT=11000 # Use this port in Nginx Proxy Manager
|
||||
# NC_TRUSTED_PROXIES=172.18.0.3 # this is the NPM proxy ip address in the docker network !
|
||||
FULLTEXTSEARCH_JAVA_OPTIONS="-Xms512M -Xmx512M"
|
||||
# NEXTCLOUD_MOUNT=/mnt/ # Allows the Nextcloud container to access the chosen directory on the host.
|
||||
NEXTCLOUD_UPLOAD_LIMIT=2000G
|
||||
NEXTCLOUD_MAX_TIME=7200
|
||||
NEXTCLOUD_MEMORY_LIMIT=2052M
|
||||
NEXTCLOUD_ENABLE_DRI_DEVICE=true # Intel QuickSync
|
||||
SKIP_DOMAIN_VALIDATION=false # This should only be set to true if things are correctly configured.
|
||||
TALK_PORT=3478 # This allows to adjust the port that the talk container is using which is exposed on the host. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-talk-port
|
||||
# extra_hosts=cloud.example.com:8.8.8.8 # Uncomment and edit if your domain is not resolving correctly.
|
||||
|
||||
# Gitea
|
||||
GITEA=/mnt/md0/gitea
|
||||
|
||||
Reference in New Issue
Block a user