1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

- README.md modification

- Add SSO support
This commit is contained in:
src386 2015-08-10 16:49:59 +02:00
parent e2813c84ba
commit c307daae9e
2 changed files with 1 additions and 8 deletions

View file

@ -4,10 +4,3 @@ Movim for Yunohost.
Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol.
Current Movim version : 20150731.
WIP !!!
APP NOT READY YET !!!
DO NOT USE !!!
FAIS PAS LE CON PHILIPPE !!!
Movim 20150731

View file

@ -79,7 +79,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/movim.conf
sudo yunohost app setting movim skipped_uris -v "/"
if [ $public_site = "No" ];
then
sudo yunohost app setting movim protected_uris -v "/index.php,/?q=admin,/ws"
sudo yunohost app setting movim protected_uris -v "/"
else
sudo yunohost app setting movim protected_uris -v "/?q=admin"
fi