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

43 lines
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.
2017-12-29 14:33:28 +01:00
Provided Movim version: 0.13
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.
2017-03-15 17:25:15 +01:00
* path : Path to the Movim pod.
* admin : Allowed acces to /?admin (pod advanced options), must exist in Yunohost.
2015-12-16 13:41:53 +01:00
* password : Password to access /?admin.
2017-03-15 17:25:15 +01:00
* language : Pod language.
* enable sso : Automatic login.
* port : Local port for Movim daemon (no firewall configuration needed).
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.