From a8aacb739391a8cacc248c5d26d1d4e41b565c71 Mon Sep 17 00:00:00 2001 From: mfeilner Date: Mon, 11 Dec 2023 11:14:04 +0100 Subject: [PATCH 1/3] Added two lines about certificates and about killing ocis before restart/updates. --- docs/ocis/deployment/ubernauten.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ocis/deployment/ubernauten.md b/docs/ocis/deployment/ubernauten.md index 0958a39d3b3..99954ad42a2 100644 --- a/docs/ocis/deployment/ubernauten.md +++ b/docs/ocis/deployment/ubernauten.md @@ -98,6 +98,7 @@ ocis RUNNING pid 9813, uptime 0:01:40 No config updates to processes [owncloud@ocis ~]$ supervisorctl update ``` +If you want to run ownCloud Infinite Scale for a longer time, you may have to take a deeper look into Let's Encrypt certificates and more, they have an expiry date. ### Updating ownCloud Infinite Scale @@ -129,6 +130,8 @@ export PROXY_LOG_LEVEL=debug ### Troubleshooting +* If you want to re-configure, re-install or start a new version of ocis, make sure you have stopped supervisorctl from restarting ocis. Enter `supervisorctl stop ocis`, followed by a `killall -9 ocis` to make sure no ocis version is still running. + * Some older versions of Infinite Scale also needed this Environment variable to run. ``` export THUMBNAILS_WEBDAVSOURCEBASE_URL=http://localhost:9200/remote.php/webdav/ From 4b0c7c4f33a4f74a89be3ae5c706faee581891b9 Mon Sep 17 00:00:00 2001 From: mfeilner Date: Mon, 11 Dec 2023 11:46:19 +0100 Subject: [PATCH 2/3] minor fixes (certs and updates) --- docs/ocis/deployment/ubernauten.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/deployment/ubernauten.md b/docs/ocis/deployment/ubernauten.md index 99954ad42a2..8a154ab9547 100644 --- a/docs/ocis/deployment/ubernauten.md +++ b/docs/ocis/deployment/ubernauten.md @@ -108,6 +108,8 @@ Make a backup of your data and make sure you have read and understood the releas Don't worry, you can always go back to the older version you had installed, there's a long list of older versions available for download. +Mind that if you want to re-configure, re-install or start a new version of ocis, make sure you have stopped supervisorctl from restarting ocis. Enter `supervisorctl stop ocis`, followed by a `killall -9 ocis` to make sure no ocis version is still running. + ### Wiping and Clean Restart from Scratch This little script is removing your ocis installation (and **all of your data!**), replacing it with a new, clean ocis installation. Be careful and only use it for testing purposes. Specify your desired ocis version in the curl command. @@ -130,8 +132,6 @@ export PROXY_LOG_LEVEL=debug ### Troubleshooting -* If you want to re-configure, re-install or start a new version of ocis, make sure you have stopped supervisorctl from restarting ocis. Enter `supervisorctl stop ocis`, followed by a `killall -9 ocis` to make sure no ocis version is still running. - * Some older versions of Infinite Scale also needed this Environment variable to run. ``` export THUMBNAILS_WEBDAVSOURCEBASE_URL=http://localhost:9200/remote.php/webdav/ From fb65be802540cfc65385b47cfb9a9375f68d45f8 Mon Sep 17 00:00:00 2001 From: Markus Feilner Date: Mon, 11 Dec 2023 14:07:10 +0000 Subject: [PATCH 3/3] Update docs/ocis/deployment/ubernauten.md Co-authored-by: Martin --- docs/ocis/deployment/ubernauten.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/deployment/ubernauten.md b/docs/ocis/deployment/ubernauten.md index 8a154ab9547..e6944f330ad 100644 --- a/docs/ocis/deployment/ubernauten.md +++ b/docs/ocis/deployment/ubernauten.md @@ -98,7 +98,7 @@ ocis RUNNING pid 9813, uptime 0:01:40 No config updates to processes [owncloud@ocis ~]$ supervisorctl update ``` -If you want to run ownCloud Infinite Scale for a longer time, you may have to take a deeper look into Let's Encrypt certificates and more, they have an expiry date. +Every Uberspace comes with its own HTTPS certificate via Letsencrypt. See the [Uberspace - HTTPS](https://manual.uberspace.de/web-https/) documentation for more details. ### Updating ownCloud Infinite Scale