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

41 lines
1.1 KiB
Markdown
Raw Normal View History

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.
2015-12-15 12:01:05 +01:00
Current Movim version : 0.9 git2015-12-15
2015-08-11 13:24:00 +02:00
**Installation**
yunohost app install https://github.com/src386/movim_ynh
2015-12-15 22:20:57 +01:00
**Upgrade**
yunohost app upgrade movim -u https://github.com/src386/movim_ynh
2015-08-11 13:33:52 +02:00
**Options**
2015-08-11 13:35:57 +02:00
* domain : Your domain name.
* path : Path for you Movim pod (will be 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**
2015-12-15 22:04:46 +01:00
support@conference.yunohost.org src386_ or just open an issue.