update README.md
This commit is contained in:
parent
3366a28aa2
commit
82aaf24b52
17
README.md
17
README.md
|
@ -34,3 +34,20 @@ tar caf /var/lib/backuppc/migration/nextcloud.tar.xz /srv/nextcloud/
|
||||||
cp /var/www/nextcloud/public_html/config/config.php /var/lib/backuppc/migration
|
cp /var/www/nextcloud/public_html/config/config.php /var/lib/backuppc/migration
|
||||||
```
|
```
|
||||||
|
|
||||||
|
…
|
||||||
|
installation de proxmox, vm, docker.
|
||||||
|
…
|
||||||
|
|
||||||
|
### Installation des services
|
||||||
|
|
||||||
|
1. Cloner le repo de l'infra
|
||||||
|
```
|
||||||
|
git clone https://yuno.oiseauroch.fr/gitea/tobias/infra-oasis21.git
|
||||||
|
```
|
||||||
|
2. Create `config.php` from the file in vaultwarden
|
||||||
|
3. Move `secrets/librezo.secrets.example` to `secrets/librezo.secrets`
|
||||||
|
4.Replace **nextcloud** and **collabora** password from vaultwarden
|
||||||
|
```
|
||||||
|
sed -i 's/__POSTGRES_PASSWORD__/nextcloudstrongpassword/g' config.php secrets/librezo.secrets
|
||||||
|
sed -i 's/__COLLABORA_PASSWORD__/collaborastrongpassword/g' config.php secrets/librezo.secrets
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user