8000 FIX: nextcloud no map subdomain anymore · docker-web/docker-web@6bac2d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bac2d6

Browse files
author
valere
committed
FIX: nextcloud no map subdomain anymore
1 parent 4aaad84 commit 6bac2d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/nextcloud/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export APPS_ENABLED="files_external"
77
export APPS_DISABLED="activity photos recommendations dashboard"
88
export PHP_MEMORY_LIMIT="4G"
99
export PHP_UPLOAD_LIMIT="20G"
10-
export REDIRECTIONS="notes.$MAIN_DOMAIN->/apps/notes mail.$MAIN_DOMAIN->/apps/mail calendar.$MAIN_DOMAIN->/apps/calendar contact.$MAIN_DOMAIN->/apps/contacts map.$MAIN_DOMAIN->/apps/maps photo.$MAIN_DOMAIN->/apps/memories"
10+
export REDIRECTIONS="notes.$MAIN_DOMAIN->/apps/notes mail.$MAIN_DOMAIN->/apps/mail calendar.$MAIN_DOMAIN->/apps/calendar contact.$MAIN_DOMAIN->/apps/contacts photo.$MAIN_DOMAIN->/apps/memories"
1111
export PUID="www-data"
1212
export PGID="www-data"
1313
export POST_INSTALL_TEST_CMD="docker exec -u www-data nextcloud php occ app:list"

src/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export DOCKERWEB_VERSION="24.11.2"
1+
export DOCKERWEB_VERSION="24.11.3"
22
export GITHUB_DOCKERWEB="https://github.com/docker-web/docker-web"
33
export PATH_DOCKERWEB=/var/docker-web
44
export PATH_DOCKERWEB_APPS=$PATH_DOCKERWEB/apps

0 commit comments

Comments
 (0)
0