-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9691 from fschade/app-config
isolated app configuration
- Loading branch information
Showing
4 changed files
with
173 additions
and
86 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
changelog/unreleased/enhancement-local-app-configuration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Enhancement: Local WEB App configuration | ||
|
||
We've added a new feature which allows configuring applications individually instead of using the global apps.yaml file. | ||
With that, each application can have its own configuration file, which will be loaded by the WEB service. | ||
|
||
The local configuration has the highest priority and will override the global configuration. | ||
The Following order of precedence is used: local.config > global.config > manifest.config. | ||
|
||
Besides the configuration, the application now be disabled by setting the `disabled` field to `true` in one of the configuration files. | ||
|
||
https://github.com/owncloud/ocis/pull/9691 | ||
https://github.com/owncloud/ocis/issues/9687 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters