Commit Graph

48 Commits

Author SHA1 Message Date
Willy Kloucek 2692c7dbf8 document machine auth api key 2021-10-05 14:25:25 +02:00
David Christofas 255a6a27cf Merge pull request #2517 from owncloud/fix_transfer_secrets_examples
fix STORAGE_TRANSFER_SECRET usage in deployment examples
2021-09-22 12:32:38 -04:00
Josh Soref 55667a3ab3 spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-09-20 16:54:29 +05:45
Willy Kloucek 246c2dc15e fix STORAGE_TRANSFER_SECRET usage in deployment examples 2021-09-16 19:06:02 +02:00
Michael Barz 1288314946 Merge pull request #2335 from owncloud/document_transfer_secret
[docs-only] document storage transfer token
2021-07-29 16:38:03 +02:00
Willy Kloucek 08047e1d83 document storage transfer token 2021-07-29 16:05:25 +02:00
Willy Kloucek bcefff9b8d simplify traefik configuration 2021-07-15 11:00:41 +02:00
Willy Kloucek 427c097830 remove foo as default 2021-05-25 15:42:21 +02:00
Willy Kloucek 2826bdf3bd switch to http internally 2021-05-10 08:54:08 +02:00
Willy Kloucek df3b65b5e8 add wopi server example deployment 2021-05-04 17:39:59 +02:00
Willy Kloucek 6020a37640 adapt to owncloud.dev 2021-04-07 13:40:12 +02:00
Willy Kloucek 33d004a92e use wait also for ocis_traefik 2021-02-12 10:28:01 +01:00
Willy Kloucek 249af958ff remove demo users from accounts 2021-02-11 16:54:01 +01:00
Willy Kloucek dea1fa87a9 Merge pull request #1614 from owncloud/change_secrets_upon_deploy
change default secrets on deploy
2021-02-11 11:49:23 +01:00
Willy Kloucek 9bfe930978 add feedback from review 2021-02-11 10:53:07 +01:00
Willy Kloucek 2efbb13e66 change secrets on deploy 2021-02-10 14:20:38 +01:00
Willy Kloucek 77f2f4f0ba bump traefik version 2021-02-08 14:26:49 +01:00
Willy Kloucek eac9e11063 Merge branch 'master' into disable_traefik_dashboard_for_deployment_examples 2021-01-23 10:25:50 +01:00
Willy Kloucek 888bea54ad switch to local log driver 2021-01-22 08:51:20 +01:00
Willy Kloucek 3786104739 disable Traefik dasboard as default for deployment examples 2021-01-21 19:07:55 +01:00
Willy Kloucek 623f98d989 add log rotation to deploy examples 2021-01-21 15:58:52 +01:00
Willy Kloucek 48f8bf3ea2 fix .env doc 2020-12-30 13:35:43 +01:00
Willy Kloucek 01ae463c67 disable metrics by default 2020-12-30 10:27:35 +01:00
Willy Kloucek 0bd5327b43 also add for other examples 2020-12-30 08:12:31 +01:00
Willy Kloucek 1b6d8d6c52 add monitoring and tracing for ocis_traefik 2020-12-30 08:12:31 +01:00
Willy Kloucek 3eb9e122a4 remove unneeded settings 2020-12-23 23:36:00 +01:00
Jörn Friedrich Dreyer 7dbc1af76f add OCIS_URL env var
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-12-21 16:20:02 +00:00
Lukas Hirt 14f0bd9cc5 Add UI to flagset 2020-12-13 17:37:32 +01:00
Lukas Hirt 25b51fc368 Rename ocis-phoenix to ocis-web 2020-12-13 17:37:32 +01:00
Ilja Neumann d01e9453cf Disable auto-provisioning
Fixes a issue where deleted users get re-provisioned from claims. 
Issue #1072
2020-12-11 18:26:02 +01:00
Jürgen Weigert a3e3dcf561 Merge pull request #1068 from owncloud/fix_sharing_and_thumbnails_in_example_deployments
fix thumbnails and sharing in example deployments
2020-12-11 15:53:45 +01:00
Willy Kloucek 699ff4f030 fix thumbnails and sharing 2020-12-11 15:15:54 +01:00
Juergen Weigert 4bbf2abdbe Suggest to allow env OCIS_LOG_LEVEL=debug docker-compose up ... 2020-12-11 13:31:15 +01:00
Willy Kloucek 80c8fd3fea use default paths 2020-12-11 09:36:55 +01:00
Jürgen Weigert cbbc930ba9 remove singlequotes aound email address
Traefik complains that `'example@example.com'` has invalid characters. The quotes must not be there.
2020-12-10 23:12:03 +01:00
Willy Kloucek 2b18b3526d streamline and document examples 2020-12-07 08:27:06 +01:00
Willy Kloucek 32ca22a2ac fix STORAGE_DATAGATEWAY_PUBLIC_URL and STORAGE_DATAGATEWAY_PUBLIC_URL 2020-11-13 08:05:17 +01:00
Benedikt Kulmann d311d415b1 Example on how to deploy ocis-web in front of ownCloud10
This deployment scenario shows how to use ocis as frontend for an existing ownCloud 10 production installation. It enables
ownCloud 10 users to log in and work with their files using the new ocis-web UI. While the scenario includes
an ownCloud 10 instance, it only exists to show the necessary configuration for your already existing ownCloud 10
installation.

The setup can be used for:
- Trying out the new UI on ownCloud 10. Users can switch dynamically
- It is a prequisite for future zero-downtime migrations.

Co-authored-by: Ilja Neumann <ineumann@owncloud.com>
Co-authored-by: Jan Müller <jan.mueller@catdev.io>
Co-authored-by: Phil Davis <phil@jankaritech.com>
2020-11-12 09:48:33 +01:00
Jan Müller 224739cb5d Add redirect http to https to traefik 2020-11-03 15:51:56 +02:00
Jan Müller bf3df353e9 Fix deployments/examples/ocis_traefik/README.md indent 2020-10-26 14:51:27 +02:00
Jan Müller ef9f64e40c Revert hard_tabs 2020-10-21 18:33:40 +03:00
Jan Müller 965b8d1d7d Test hard_tabs 2020-10-21 18:22:39 +03:00
Jan Müller 7384621a39 Fix markdown 2020-10-21 17:47:19 +03:00
Jan Müller 7c4370bc22 Improve markdown 2020-10-21 16:43:01 +03:00
Jan Müller 95cbf66a44 Add readme.md to ocis_traefik 2020-10-21 15:56:22 +03:00
Jan Müller 4f0084852c Change paths for letsencrypt folder for more generic deployments 2020-10-21 14:17:08 +03:00
Jan Müller 92b3b949ec Add redirect uri's for silent token refresh 2020-10-21 13:39:08 +03:00
Jan Müller 9428c3e4b4 Adds deployment example for ocis behind traefik 2020-10-12 15:21:02 +02:00