mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-07 21:01:43 -05:00
We agreed to move the 'opencloud_full' example to a new directory to avoid confusion with the supported compose examples in opencloud-compose. This commit keeps the bare-metal example in place as that is still mentioned in the documentation.
18 lines
582 B
YAML
18 lines
582 B
YAML
importer:
|
|
config:
|
|
companionUrl: https://${COMPANION_DOMAIN|companion.opencloud.test}
|
|
supportedClouds:
|
|
- WebdavPublicLink
|
|
#- OneDrive # needs a client id and secret
|
|
#- GoogleDrive # needs a client id and secret and an addition to the DNS zone
|
|
external-sites:
|
|
config:
|
|
sites:
|
|
# For settings see: https://github.com/opencloud-eu/web-extensions/tree/main/packages/web-app-external-sites
|
|
- name: Documentation
|
|
url: "https://docs.opencloud.eu"
|
|
target: embedded
|
|
color: "#E2BAFF"
|
|
icon: cloud
|
|
priority: 50
|