friendship ended with nextcloud now opencloud is my new friend

This commit is contained in:
coolnsx
2025-06-29 19:58:31 +05:30
parent 75528b93fa
commit 12622b9091
5 changed files with 119 additions and 0 deletions

14
opencloud/readme.md Normal file
View 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