mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
friendship ended with nextcloud now opencloud is my new friend
This commit is contained in:
14
opencloud/readme.md
Normal file
14
opencloud/readme.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Opencloud
|
||||
- Run this when you are setting this up for first time
|
||||
```
|
||||
podman run --rm -it \
|
||||
-v $HOME/podman/opencloud:/etc/opencloud \
|
||||
-v $HOME/opencloud:/var/lib/opencloud \
|
||||
-e IDM_ADMIN_PASSWORD=admin \
|
||||
opencloudeu/opencloud-rolling:latest init
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Major Problem
|
||||
- None, documentation is lacking some important parts and all the resources are put into docker compose instruction and if you want to do manual compose you are on your own
|
||||
Reference in New Issue
Block a user