mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
nextcloud: allow to configure custom appstoreurl
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
762d911a94
commit
99117072ce
1 changed files with 3 additions and 0 deletions
|
|
@ -16,3 +16,6 @@ $CONFIG = array (
|
||||||
if (getenv('APPS_ALLOWLIST')) {
|
if (getenv('APPS_ALLOWLIST')) {
|
||||||
$CONFIG['appsallowlist'] = explode(" ", getenv('APPS_ALLOWLIST'));
|
$CONFIG['appsallowlist'] = explode(" ", getenv('APPS_ALLOWLIST'));
|
||||||
}
|
}
|
||||||
|
if (getenv('NEXTCLOUD_APP_STORE_URL')) {
|
||||||
|
$CONFIG['appstoreurl'] = getenv('NEXTCLOUD_APP_STORE_URL');
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue