2015-08-03 11:35:01 +02:00
Movim for Yunohost.
2015-08-03 15:37:44 +02:00
==========
2015-08-11 13:33:52 +02:00
Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol : https://movim.eu .
2015-08-03 15:37:44 +02:00
2015-12-15 22:20:57 +01:00
It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt.
2016-08-05 09:15:53 +02:00
Provided Movim version : 0.10 git2016-08-05
2015-12-21 23:00:03 +01:00
Please read CHANGELOG.
2015-08-11 13:24:00 +02:00
**Installation**
2016-01-27 10:32:06 +01:00
yunohost app install https://github.com/movim/movim_ynh
2015-08-11 13:24:00 +02:00
2015-12-15 22:20:57 +01:00
**Upgrade**
2016-01-27 10:32:06 +01:00
yunohost app upgrade movim -u https://github.com/movim/movim_ynh
2015-12-15 22:20:57 +01:00
2015-08-11 13:33:52 +02:00
**Options**
2015-08-11 13:35:57 +02:00
* domain : Your domain name.
2015-12-28 13:43:08 +01:00
* path : Path for you Movim pod (https://example.com/path).
2015-12-16 13:41:53 +01:00
* admin : Who can access /?admin (pod options).
* password : Password to access /?admin.
2015-08-11 13:35:57 +02:00
* language : Pod language, currently en or fr.
2015-12-18 13:41:04 +01:00
* enable sso : automatic login.
2015-08-11 13:35:57 +02:00
* port : Port for Movim daemon. Default is 9537, a check is performed before installation.
2015-08-11 13:33:52 +02:00
2015-12-15 22:20:57 +01:00
**Pod advanced configuration**
2015-08-11 13:24:00 +02:00
2015-12-16 13:41:53 +01:00
https://example.com/movim/?admin
2015-08-11 13:24:00 +02:00
2015-09-25 08:52:04 +02:00
Username and password are defined during installation.
2015-08-11 13:33:52 +02:00
2015-08-11 13:24:00 +02:00
**Remove**
yunohost app remove movim
2015-08-11 13:33:52 +02:00
**Help**
2016-01-27 10:36:40 +01:00
Just open an issue.