Skip to content

Commit a832a88

Browse files
author
june012006
committed
Add nextcloud key for homepage
1 parent 8676ef1 commit a832a88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nextcloud/compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ services:
7474
- POSTGRES_HOST=nextcloud-db
7575
- REDIS_HOST=nextcloud_redis
7676
- NEXTCLOUD_TRUSTED_DOMAINS=127.0.0.1,nextcloud.${FQDN}
77-
- TRUSTED_PROXIES=172.23.0.0/16
77+
- TRUSTED_PROXIES=172.0.0.0/8 192.168.0.0/24
7878
- OVERWRITEPROTOCOL=https
7979
- OVERWRITECLIURL=https://nextcloud.${FQDN}
8080
- OVERWRITEHOST=nextcloud.${FQDN}
@@ -136,7 +136,7 @@ services:
136136
- homepage.description=${APPDESC}
137137
- homepage.widget.type=nextcloud
138138
- homepage.widget.url=https://nextcloud.${FQDN}
139-
- homepage.widget.key=${BOOK_KEY}
139+
- homepage.widget.key=${NEXTCLOUD_KEY}
140140
networks:
141141
- proxy
142142
- db_backend

0 commit comments

Comments
 (0)