mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Fix permission at install: this is a public application
This commit is contained in:
parent
4eb369f583
commit
6e15ba5b1d
3 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
- There is currently no LDAP integration
|
||||
- the installation is very long, especially the frontend building step
|
||||
- As upstream doesn't support it, there is no possibility to change the endpoint/url of diaspora\*. Please choose it carefully!
|
||||
- The main permission should be granted to "visitors". In other term, diaspora is intented to be a public application. Only deviate from that if you know what you are doing!
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
- Il n'y a pas d'intégration LDAP pour le moment.
|
||||
- L'installation est très longue, en particulier l'étape de build du frontend.
|
||||
- le projet amont ne supporte pas les changements d'url, ainsi l'application yunohost ne supporte pas non plus cette action.
|
||||
- Le groupe visiteur doit avoir la permission "diaspora.main". En d'autres termes, diaspora est supposé être une application publique. Ne changez cela que si vous savez ce que vous faîtes !
|
||||
|
|
|
@ -170,8 +170,7 @@ yunohost service add $app.target \
|
|||
#=================================================
|
||||
# SETUP SSOWAT
|
||||
#=================================================
|
||||
|
||||
|
||||
ynh_permission_update --permission "main" --add visitors
|
||||
|
||||
#=================================================
|
||||
# CREATE AN ADMIN
|
||||
|
|
Loading…
Add table
Reference in a new issue