1
0
Fork 0
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:
Augustin Trancart 2022-05-11 15:57:31 +02:00
parent 4eb369f583
commit 6e15ba5b1d
3 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,4 @@
- There is currently no LDAP integration - There is currently no LDAP integration
- the installation is very long, especially the frontend building step - 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! - 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!

View file

@ -1,3 +1,4 @@
- Il n'y a pas d'intégration LDAP pour le moment. - 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. - 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 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 !

View file

@ -170,8 +170,7 @@ yunohost service add $app.target \
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT
#================================================= #=================================================
ynh_permission_update --permission "main" --add visitors
#================================================= #=================================================
# CREATE AN ADMIN # CREATE AN ADMIN