mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
whitelist.txt deleted and merged in README.md
This commit is contained in:
parent
a3d2ae8160
commit
2928a47059
3 changed files with 10 additions and 7 deletions
|
@ -11,7 +11,7 @@ Current Movim version : 0.9 git2015-08-27
|
||||||
|
|
||||||
0.9b 2015-08-27
|
0.9b 2015-08-27
|
||||||
- Update to Movim 0.9 git2015-08-27
|
- Update to Movim 0.9 git2015-08-27
|
||||||
- Add whitelist.txt (about public access yes/no consequencies)
|
- Add notes in README about public pods & whitelisting
|
||||||
|
|
||||||
0.8b 2015-08-24
|
0.8b 2015-08-24
|
||||||
- Added language selection : ar, de, es, it, ja, nl, ru
|
- Added language selection : ar, de, es, it, ja, nl, ru
|
||||||
|
@ -83,6 +83,13 @@ Username and password are definied during installation.
|
||||||
* URL rewriting is disabled (experimental feature)
|
* URL rewriting is disabled (experimental feature)
|
||||||
* No SSO auto login
|
* No SSO auto login
|
||||||
|
|
||||||
|
**Public Pod & Whitelisting**
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
**Help**
|
**Help**
|
||||||
|
|
||||||
support@conference.yunohost.org src386_
|
support@conference.yunohost.org src386_
|
||||||
|
|
|
@ -62,8 +62,8 @@
|
||||||
{
|
{
|
||||||
"name": "public_site",
|
"name": "public_site",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Public pod ? (see whitelist.txt on github)"
|
"en": "Public pod ? (see README on github)"
|
||||||
"fr": "Pod public ? (voir whitelist.txt sur github)"
|
"fr": "Pod public ? (voir README sur github)"
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
"default": "No"
|
"default": "No"
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
* 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…
Add table
Reference in a new issue