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
Jérôme Lebleu 9ae09c9f4e [enh] Download Movim source code with git with local helpers
Instead of using a git submodule attached to this app, the Movim source
code is downloaded using git - as suggested in the Movim Wiki. It fixes by
the way the upgrade which was broken before that.
It also adds `scripts/_common.sh` which defines common variables and
functions.
2016-07-10 17:39:51 +02:00
conf disable the yunohost logo display 2016-02-25 11:35:18 +01:00
scripts [enh] Download Movim source code with git with local helpers 2016-07-10 17:39:51 +02:00
.gitignore [enh] Add a basic .gitignore file 2016-07-10 16:24:46 +02:00
CHANGELOG EDIT CHANGELOG 2016-05-30 10:48:30 +02: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 [enh] Make use of YunoHost helpers coming with v2.4 2016-07-10 16:24:09 +02:00
README.md update to movim upstream 2016-05-30 10:41:49 +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 .

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.

Provided Movim version : 0.9 git2016-05-30

Please read CHANGELOG.

Installation

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

Upgrade

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

Options

  • domain : Your domain name.
  • path : Path for you Movim pod (https://example.com/path).
  • admin : Who can access /?admin (pod options).
  • password : Password to access /?admin.
  • language : Pod language, currently en or fr.
  • enable sso : automatic login.
  • port : Port for Movim daemon. Default is 9537, a check is performed before installation.

Pod advanced configuration

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

Username and password are defined during installation.

Remove

yunohost app remove movim

Help

Just open an issue.