mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
add warning for whitelist
This commit is contained in:
parent
3a2fe8d6b6
commit
a3d2ae8160
3 changed files with 7 additions and 1 deletions
|
@ -11,6 +11,7 @@ Current Movim version : 0.9 git2015-08-27
|
|||
|
||||
0.9b 2015-08-27
|
||||
- Update to Movim 0.9 git2015-08-27
|
||||
- Add whitelist.txt (about public access yes/no consequencies)
|
||||
|
||||
0.8b 2015-08-24
|
||||
- Added language selection : ar, de, es, it, ja, nl, ru
|
||||
|
|
|
@ -62,7 +62,8 @@
|
|||
{
|
||||
"name": "public_site",
|
||||
"ask": {
|
||||
"en": "Public pod ?"
|
||||
"en": "Public pod ? (see whitelist.txt on github)"
|
||||
"fr": "Pod public ? (voir whitelist.txt sur github)"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "No"
|
||||
|
|
4
whitelist.txt
Normal file
4
whitelist.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
* Public pod = Yes : anyone can connect in your Movim pod using its own JID
|
||||
* Public pod = No : Whitelist allows only JID from your Yunohost to login*
|
||||
|
||||
If you want to allow more domains, connect to yourserver.yourdomain.org/movim/?q=admin then add domains in the whitelist.
|
Loading…
Reference in a new issue