-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create guid_owncloud_infinite_scale.rst #1582
base: main
Are you sure you want to change the base?
create guid_owncloud_infinite_scale.rst #1582
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi 👋,
as a lab contributor I would like to give you some feedback.
-
✔ Please rename the file so it starts with
guide_
(thee
is missing) so the guide will be present in the preview and final deployment (link section)
The current versionwith the wrong linkcan be found at that location 👀 -
⛔ Please just use the domain
isabell.uber.space
and no sub domains. The notice via.. include:: includes/web-domain-list.rst
is usually enough the keep the guide short and users can simply follow the link to the manual. -
✔ Please use the supervisor daemon (note: I used
~/bin/ocis
so the command works like this)Service Daemon -------------- Create `~/etc/services.d/ocis.ini` .. code-block:: ini [program:ocis] environment= OCIS_URL="https://isabell.uber.space", PROXY_TLS="false", PROXY_HTTP_ADDR="0.0.0.0:9200", PROXY_LOG_LEVEL="warn" command=ocis server startsecs=30 autostart=yes autorestart=yes .. include:: includes/supervisord.rst
-
✔❓ Move the part with the web backend further down after the service part (after starting the service) so there shouldn't be a
"NOT OK"
status
This should be enough:.. note:: oCIS is running on port 9200. .. include:: includes/web-backend.rst
-
✔ I think
~/bin/ocis
is a better place to put the binary file (the config path defaults to~/.ocis/config
so we don't need to worry about the working directory)curl https://download.owncloud.com/ocis/ocis/stable/4.0.1/ocis-4.0.1-linux-amd64 --output ~/bin/ocis chmod +x ~/bin/ocis ocis init
-
❓ Maybe mention that all app related files and (encrypted) user files will be stored at
~/.ocis
/home/isabell/.ocis |-- config |-- idm |-- idp |-- nats |-- search |-- storage `-- store
There are a few more things to do, but I leave that to the official reviewers.
@pbielefeldt thanks for starting the guide, do you want to take for those changes or should we take over here? |
@noave Thanks for asking. Hence, if there's someone who wants to and can continue on working on this guide, that would be great! (Also: I can't compile the repo and I have no knowledge about the markup language used here, so that's an additional issue :-) ...) |
Any news here? If there's no feedback we'll close the PR, I'm not sure if it's a good idea to keep working on it, it's been a year now. |
Most change requests where already addressed with the last commit. - I just marked the bullet points in my review with symbols ✔⛔❓. a few things I noted for the current state:
But all in all if the author or you don't want to work, test and finish this guide I also think this should be closed. Someone can still fork this work and go for a new PR. |
Hi! As I mentioned, I don't have the capacity to work on this right now. Also, I do no longer have any Uberspace to try out. I did not get OCIS run really stable and reliably. I would love to see someone developing a working setup, and I am more than willing to contribute testing, feedback, and so forth. But for now, I think I can not be of great help here, sorry. Feel free to use this as a starting point for a working guide though. Cheers! |
basically taken from https://owncloud.com/news/hosting-infinite-scale-uberspace-ubernauten/
see #929