readme - make rsync_upload
This commit is contained in:
parent
988fe4221b
commit
5133c511f2
11
README.md
11
README.md
@ -23,6 +23,17 @@
|
||||
|
||||
Voir chez [tharyrok](https://gitlab.domainepublic.net/Tharyrok/tharyrok-eu/-/blob/master/Makefile) si besoin.
|
||||
|
||||
Pour pouvoir utiliser le `make rsync_upload` il faut un peu adapter le Yunohost.
|
||||
|
||||
```
|
||||
# usermod -a -G ssh.app my_webapp__4 # ajouter le group ssh.app à l'utilisateur de la Webapp
|
||||
# nano /etc/passwd # éditer pour autoriser l'utilisation d'un terminal / rsync
|
||||
Pour y changer le /usr/bin/nologin par /bin/bash pour l'utilisateur my_webapp__4
|
||||
…
|
||||
my_webapp__4:x:993:993::/var/www/my_webapp__4:/bin/bash
|
||||
…
|
||||
```
|
||||
|
||||
### Pour utiliser rsync_upload sur Yunohost
|
||||
|
||||
- installer une Custom Webapp
|
||||
|
Loading…
Reference in New Issue
Block a user