Replies: 3 comments 3 replies
-
|
@lolloARX What scope should that "simple compose file" have? There have been many attempts to create one. But people were not happy with the bare minimum. One could imagine "just opencloud". That is pretty simple. https://docs.opencloud.eu/docs/next/admin/getting-started/container/docker#start-opencloud docker run \
--name opencloud \
--rm \
-d \
-p 9200:9200 \
-v $HOME/opencloud/opencloud-config:/etc/opencloud \
-v $HOME/opencloud/opencloud-data:/var/lib/opencloud \
-e OC_INSECURE=true \
-e PROXY_HTTP_ADDR=0.0.0.0:9200 \
-e OC_URL=https://localhost:9200 \
opencloudeu/opencloud-rolling:latest |
Beta Was this translation helpful? Give feedback.
-
|
Something like Caddy with its Caddy file, which is easy to configure, or Nginx Proxy Manager with its graphical interface, which, after trying it, I can confirm is really simple to use. Obviously, I think they should all be presented exclusively as examples so that everyone can choose what they prefer. This could also be useful for companies that perhaps manage certificates and reverse proxies centrally, rather than with a different configuration for each service. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry to say: But are you just asking to get "everything"? I thought it should be simple... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This survey is for those who use Opencloud for personal use and think that configuring an .env file full of superfluous services (plus some compose files) is excessive and complicated to use Opencloud as a simple cloud and document editor.
10 votes ·
Beta Was this translation helpful? Give feedback.
All reactions