chore: debrand leftovers in deployment examples
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# Deployment Examples
|
# Deployment Examples
|
||||||
|
|
||||||
These docker-compose deployment examples are referenced in the documentation on [doc.owncloud.com](https://doc.owncloud.com/ocis/next/). Therefore, please create an issue on the documentation [issue tracker](https://github.com/owncloud/docs-ocis/issues) prior to major changes like moving, renaming or massively changing deployment examples.
|
These docker-compose deployment examples are referenced in the documentation on [docs.opencloud.eu](https://docs.opencloud.eu/opencloud/next/). Therefore, please create an issue on the documentation [issue tracker](https://github.com/opencloud-eu/docs/issues) prior to major changes like moving, renaming or massively changing deployment examples.
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
---
|
---
|
||||||
document this deployment example in: docs/ocis/deployment/opencloud_full.md
|
document this deployment example in: docs/opencloud/deployment/opencloud_full.md
|
||||||
---
|
---
|
||||||
|
|
||||||
# OpenCloud WOPI Deployment Example
|
# OpenCloud WOPI Deployment Example
|
||||||
|
|
||||||
This deployment example is documented in two locations for different audiences:
|
This deployment example is documented in two locations for different audiences:
|
||||||
|
|
||||||
* In the [Admin Documentation](https://doc.owncloud.com/ocis/latest/index.html)\
|
* In the [Admin Documentation](https://docs.opencloud.eu/opencloud/latest/index.html)\
|
||||||
Providing two variants using detailed configuration step by step guides:\
|
Providing two variants using detailed configuration step by step guides:\
|
||||||
[Local Production Setup](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and [Deploy OpenCloud on the Hetzner Cloud](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-hetzner.html).\
|
[Local Production Setup](https://docs.opencloud.eu/opencloud/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and [Deploy OpenCloud on the Hetzner Cloud](https://docs.opencloud.eu/opencloud/next/depl-examples/ubuntu-compose/ubuntu-compose-hetzner.html).\
|
||||||
Note that these examples use LetsEncrypt certificates and are intended for production use.
|
Note that these examples use LetsEncrypt certificates and are intended for production use.
|
||||||
|
|
||||||
* In the [Developer Documentation](https://owncloud.dev/ocis/deployment/ocis_full/)\
|
* In the [Developer Documentation](https://docs.opencloud.eu/opencloud/deployment/opencloud_full/)\
|
||||||
Providing details which are more developer focused. This description can also be used when deviating from the default.\
|
Providing details which are more developer focused. This description can also be used when deviating from the default.\
|
||||||
Note that this examples uses self signed certificates and is intended for testing purposes.
|
Note that this examples uses self signed certificates and is intended for testing purposes.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
importer:
|
importer:
|
||||||
config:
|
config:
|
||||||
companionUrl: https://${COMPANION_DOMAIN|companion.owncloud.test}
|
companionUrl: https://${COMPANION_DOMAIN|companion.opencloud.test}
|
||||||
supportedClouds:
|
supportedClouds:
|
||||||
- WebdavPublicLink
|
- WebdavPublicLink
|
||||||
#- OneDrive # needs a client id and secret
|
#- OneDrive # needs a client id and secret
|
||||||
@@ -8,9 +8,9 @@ importer:
|
|||||||
external-sites:
|
external-sites:
|
||||||
config:
|
config:
|
||||||
sites:
|
sites:
|
||||||
# For settings see: https://github.com/owncloud/web-extensions/tree/main/packages/web-app-external-sites
|
# For settings see: https://github.com/opencloud-eu/web-extensions/tree/main/packages/web-app-external-sites
|
||||||
- name: ownCloud
|
- name: OpenCloud
|
||||||
url: "https://owncloud.dev"
|
url: "https://opencloud.eu"
|
||||||
target: embedded
|
target: embedded
|
||||||
color: "#0D856F"
|
color: "#0D856F"
|
||||||
icon: cloud
|
icon: cloud
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
password
|
password
|
||||||
12345678
|
12345678
|
||||||
123
|
123
|
||||||
ownCloud
|
OpenCloud
|
||||||
ownCloud-1
|
OpenCloud-1
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ services:
|
|||||||
- ${OC_DOMAIN:-cloud.opencloud.test}
|
- ${OC_DOMAIN:-cloud.opencloud.test}
|
||||||
opencloud:
|
opencloud:
|
||||||
image: ${OC_DOCKER_IMAGE:-opencloud-eu/opencloud}:${OC_DOCKER_TAG:-latest}
|
image: ${OC_DOCKER_IMAGE:-opencloud-eu/opencloud}:${OC_DOCKER_TAG:-latest}
|
||||||
# changelog: https://github.com/opencloud-eu/opencloud/tree/master/changelog
|
# changelog: https://github.com/opencloud-eu/opencloud/tree/main/changelog
|
||||||
# release notes: https://doc.owncloud.com/opencloud_release_notes.html
|
# release notes: https://docs.opencloud.eu/opencloud_release_notes.html
|
||||||
networks:
|
networks:
|
||||||
opencloud-net:
|
opencloud-net:
|
||||||
entrypoint:
|
entrypoint:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
image: opencloud-eu/web-extensions:progress-bars-0.3.0
|
image: opencloud-eu/web-extensions:progress-bars-0.3.0
|
||||||
user: root
|
user: root
|
||||||
volumes:
|
volumes:
|
||||||
- ocis-apps:/apps
|
- opencloud-apps:/apps
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
command: ["-c", "cp -R /var/lib/nginx/html/progress-bars/ /apps"]
|
command: ["-c", "cp -R /var/lib/nginx/html/progress-bars/ /apps"]
|
||||||
|
|||||||
Reference in New Issue
Block a user