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:
parent
e2813c84ba
commit
c307daae9e
2 changed files with 1 additions and 8 deletions
|
@ -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.
|
Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol.
|
||||||
|
|
||||||
Current Movim version : 20150731.
|
Current Movim version : 20150731.
|
||||||
|
|
||||||
WIP !!!
|
|
||||||
APP NOT READY YET !!!
|
|
||||||
DO NOT USE !!!
|
|
||||||
FAIS PAS LE CON PHILIPPE !!!
|
|
||||||
|
|
||||||
Movim 20150731
|
|
||||||
|
|
|
@ -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 "/"
|
sudo yunohost app setting movim skipped_uris -v "/"
|
||||||
if [ $public_site = "No" ];
|
if [ $public_site = "No" ];
|
||||||
then
|
then
|
||||||
sudo yunohost app setting movim protected_uris -v "/index.php,/?q=admin,/ws"
|
sudo yunohost app setting movim protected_uris -v "/"
|
||||||
else
|
else
|
||||||
sudo yunohost app setting movim protected_uris -v "/?q=admin"
|
sudo yunohost app setting movim protected_uris -v "/?q=admin"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue