run docker dev nextcloud

- missing clone info
- missing setup of certificates (mkcert and so one ... )
This commit is contained in:
2025-09-29 16:05:00 +02:00
parent ad09c3ec72
commit 6a2ccb5d2b
4 changed files with 379 additions and 33 deletions

View File

@@ -63,3 +63,33 @@ utiliser la base de donnee postgres et non le SQLLite ?
./migrate_db_sqlite2postgres.sh
# NEW PLAIN nextcloud dev
setup
```
git clone git@github.com:juliusknorr/nextcloud-docker-dev.git
git git@github.com:nextcloud/server.git
```
check nextcloud-docker-dev.env then
```
cp nextcloud-docker-dev.env nextcloud-docker-dev.git/.env
```
https setup, local private PKI.
missing setup cert and setupcert host ... mkcert compilation + install
update-certs update-hosts
https://nextcloud-dev.l0g.eu
then will be done as sudo ( RootLess or podman limitation ? )
```
./runit.sh
```