nextcloud: Erstelle README
This commit is contained in:
parent
a996e6ebeb
commit
ca81485595
1 changed files with 27 additions and 0 deletions
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
Nextcloud
|
||||
=========
|
||||
|
||||
Diese Rolle installiert [Nextcloud](https://nextcloud.com). Sie umfasst:
|
||||
|
||||
- Einrichtung der Datenbank
|
||||
- Installation und Ersteinrichtung von Nextcloud
|
||||
- Anlegen eines Zertifikates + Konfigurarion des Reverse Proxies
|
||||
- Anlegen eines PHP-FPM-Master-Prozesses mit socket activation
|
||||
|
||||
# Neue Nextcloud-Instanz anlegen
|
||||
|
||||
- Trage die Informationen zur neuen Instanz in `host_vars/sl-nextcloud.kahlo.yaml` ein:
|
||||
| Variable | Wert | Beschreibung |
|
||||
|----------|------|--------------|
|
||||
| `name` | string | Domain-Name der Instanz |
|
||||
| `alias`| string | Array mit weiteren Domain-Alias-Namen für diese Instanz |
|
||||
| `user` | string | Name eines anzulegenden Systemnutzers, der den PHP-FPM-Prozess ausführt |
|
||||
| `database` | string | Name der anzulegenden MariaDB-Datenbank |
|
||||
- Starte anschließend das Playbook:
|
||||
```Shell
|
||||
ansible-playbook playbooks/nextcloud.yml
|
||||
```
|
||||
|
||||
# Aktualisierung des Cores/ von Apps
|
||||
|
||||
Mit dem Skript `nextcloud-updater` können alle Nextcloud-Instanzen und die installierten Apps gleichzeitig aktualisiert werden.
|
Loading…
Reference in a new issue