adapt to owncloud.dev

This commit is contained in:
Willy Kloucek
2021-04-07 13:40:12 +02:00
parent 588509b8e4
commit 6020a37640
33 changed files with 147 additions and 148 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# documentation
To contribute to documentation please see also: [Documentation](http://owncloud.github.io/ocis/development/build-docs/)
To contribute to documentation please see also: [Documentation](http://owncloud.dev/ocis/development/build-docs/)
+1 -1
View File
@@ -8,7 +8,7 @@ title: ownCloud
Welcome to our developer documentation. Here you can find developer documentation on:
- [oCIS](https://owncloud.github.io/ocis/) server
- [oCIS]({{< ref "./ocis/_index.md" >}}) server
- oCIS extensions
- Clients like:
- [ownCloud Web](https://github.com/owncloud/web) - the new web frontend for oCIS and ownCloud
+1 -1
View File
@@ -49,7 +49,7 @@ PROXY_TRANSPORT_TLS_CERT=./certs/your-host.crt \
./ocis server
```
For more configuration options check the configuration section in [oCIS](https://owncloud.github.io/ocis/configuration/) and the oCIS extensions.
For more configuration options check the configuration section in [oCIS]({{< ref "../configuration.md" >}}) and the oCIS extensions.
## Start the oCIS fullstack server with Docker Compose
+1 -1
View File
@@ -21,4 +21,4 @@ Just run `make -C docs docs-serve` from within the root level of the oCIS git re
Please keep this documentation in sync with the oCIS source code.
Changes on the documentation are automatically applied to [this site](https://owncloud.github.io) when merged to the master branch.
Changes on the documentation are automatically applied to [this site]({{< ref "../" >}}) when merged to the master branch.
+1 -1
View File
@@ -31,7 +31,7 @@ Each extension lives in a subfolder (eg. `accounts` or `settings`) within this r
The `ocis` folder contains our [go-micro](https://github.com/asim/go-micro/) and [suture](https://github.com/thejerf/suture) based runtime. It is used to import all extensions and implements commands to manage them, similar to a small orchestrator. With the resulting oCIS binary you can start single extensions or even all extensions at the same time.
The `docs` folder contains the source for the [oCIS documentation](https://owncloud.github.io/ocis/).
The `docs` folder contains the source for the [oCIS documentation](https://owncloud.dev/ocis/).
The `deployments` folder contains documented deployment configurations and templates. On a single node, running a single ocis runtime is a resource efficient way to deploy ocis. For multiple nodes docker compose or helm charts for kubernetes examples can be found here.
+1 -1
View File
@@ -13,7 +13,7 @@ geekdocFilePath: getting-started.md
We are distributing oCIS as binaries and Docker images.
You can find more deployment examples in the [deployment section](https://owncloud.github.io/ocis/deployment/).
You can find more deployment examples in the [deployment section]({{< ref "./deployment/_index.md" >}}).
### Binaries
You can find the latest official release of oCIS at [our download mirror](https://download.owncloud.com/ocis/ocis/) or on [GitHub](https://github.com/owncloud/ocis/releases).
+4 -4
View File
@@ -208,7 +208,7 @@ ownCloud Infinite Scale is built as a modular framework in which components can
- a built-in IdP
- an application gateway/proxy
These components can be deployed in a multi-tier deployment architecture. See the [documentation](https://owncloud.github.io/ocis/) for an overview of the services.
These components can be deployed in a multi-tier deployment architecture. See the [documentation]({{< ref "./_index.md" >}}) for an overview of the services.
### Operation modes
@@ -230,7 +230,7 @@ For the product transition phase, ownCloud Infinite Scale comes with an operatio
- The [Graph API](https://marketplace.owncloud.com/apps/graphapi) app is installed on ownCloud Server
- The latest client versions are rolled-out to users (required for OpenID Connect support). See the [documentation](https://doc.owncloud.com/server/admin_manual/configuration/user/oidc/#owncloud-desktop-and-mobile-clients) for more information.
See the [documentation](https://owncloud.github.io/ocis/deployment/owncloud10_with_oc_web/) on how to deploy Infinite Scale in bridge mode.
See the [documentation]({{< ref "./deployment/owncloud10_with_oc_web" >}}) on how to deploy Infinite Scale in bridge mode.
{{< hint "warning" >}}
**Technology Preview**
@@ -276,13 +276,13 @@ The single binary is the best option to test the new ownCloud Infinite Scale 1.0
4. Navigate to <https://localhost:9200> and log in to ownCloud Web (admin:admin)
Production environments will need a more sophisticated setup, see <https://owncloud.github.io/ocis/deployment/> for more information.
Production environments will need a more sophisticated setup, see <{{< ref "./deployment" >}}> for more information.
{{< /tab >}}
{{< tab "Docker" >}}
#### Containerized Setup
For more sophisticated setups we recommend using one of our docker setup examples. See the [documentation](https://owncloud.github.io/ocis/deployment/ocis_traefik/) for a setup with [Traefik](https://traefik.io/traefik/) as a reverse proxy which also includes automated SSL certificate provisioning using Letsencrypt tools.
For more sophisticated setups we recommend using one of our docker setup examples. See the [documentation](<{{< ref "./deployment/ocis_traefik.md" >}}>) for a setup with [Traefik](https://traefik.io/traefik/) as a reverse proxy which also includes automated SSL certificate provisioning using Letsencrypt tools.
{{< /tab >}}
{{< /tabs >}}