Doku: Seafile-Setup in i3-shortcuts.md und README.md dokumentiert
- Seafile-Abschnitt mit Einrichtungsanleitung und nützlichen Befehlen - seaf-cli in Autostart-Liste und Anwendungstabelle ergänzt - Kurzanleitung in README.md hinzugefügt
This commit is contained in:
@@ -15,3 +15,12 @@ $ git clone https://github.com/justmeandopensource/myi3
|
||||
$ cd myi3
|
||||
$ ansible-playbook -i inventory setup.yaml (edit the username in setup.yaml before running)
|
||||
```
|
||||
|
||||
#### Seafile einrichten (optional)
|
||||
Nach dem Ansible-Run muss Seafile einmalig konfiguriert werden:
|
||||
```
|
||||
$ seaf-cli init -d ~/Seafile
|
||||
$ systemctl --user start seaf-cli
|
||||
$ seaf-cli config -n "MeineBibliothek" -s https://files.goeckmanns.de -u BENUTZER -p PASSWORT -d ~/Seafile
|
||||
```
|
||||
Dateien in `~/Seafile` werden danach automatisch synchronisiert. Weitere Details in `docs/i3-shortcuts.md`.
|
||||
|
||||
Reference in New Issue
Block a user