1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
Movim package for YunoHost
Find a file
2015-12-15 22:04:46 +01:00
conf proxy set timeout 2015-11-13 13:39:39 +01:00
scripts delete composer.lock and install instead of update 2015-12-15 11:57:10 +01:00
sources update to movim 0.9 git-2015-12-15 2015-12-15 11:54:49 +01:00
CHANGELOG split readme and changelog 2015-12-15 22:04:46 +01:00
COPYING add licence 2015-08-14 15:02:39 +02:00
LICENSE add licence 2015-08-14 15:02:39 +02:00
manifest.json fix manifest.json parsing error 2015-08-27 07:43:25 +02:00
README.md split readme and changelog 2015-12-15 22:04:46 +01:00
TESTS List of tests 2015-09-22 08:23:13 +02:00

Movim for Yunohost.

Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol : https://movim.eu .

You need a "valid" (example: StartSSL) certificate to use Movim, auto-signed is not allowed.

Current Movim version : 0.9 git2015-12-15

Installation

yunohost app install https://github.com/src386/movim_ynh

Options

  • domain : Your domain name.
  • path : Path for you Movim pod (will be https://example.com/path).
  • admin : Who can access ?q=admin (pod options).
  • password : Password to access ?q=admin.
  • language : Pod language, currently en or fr.
  • public_site : Pod protected by Yunohost SSO portal or not.
  • port : Port for Movim daemon. Default is 9537, a check is performed before installation.

Pod configuration

https://example.com/movim/?q=admin

Username and password are defined during installation.

Upgrade

yunohost app upgrade movim -u https://github.com/src386/movim_ynh

Remove

yunohost app remove movim

Notes

  • URL rewriting is disabled (experimental feature)
  • No SSO (auto login) yet

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

support@conference.yunohost.org src386_ or just open an issue.