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-09-24 17:09:37 +02:00
|
|
|
You need a "valid" (example: StartSSL) certificate to use Movim, auto-signed is not allowed.
|
2015-09-02 14:13:20 +02:00
|
|
|
|
2015-11-13 13:37:39 +01:00
|
|
|
Current Movim version : 0.9 git2015-11-13
|
2015-08-11 13:24:00 +02:00
|
|
|
|
2015-08-10 17:28:11 +02:00
|
|
|
**Changelog**
|
|
|
|
|
2015-11-13 13:37:39 +01:00
|
|
|
1.1 ?
|
|
|
|
- Update to Movim 0.9 git2015-11-13 to fix a bug (impossible to login)
|
2015-11-13 13:46:40 +01:00
|
|
|
- conf/nginx.conf : fix #10 (timeout set to 4h)
|
2015-11-13 13:37:39 +01:00
|
|
|
|
2015-10-21 09:51:48 +02:00
|
|
|
1.0 2015-10-21
|
|
|
|
- Stable release
|
|
|
|
|
2015-09-24 17:09:37 +02:00
|
|
|
0.9b 2015-09-24
|
2015-09-22 08:18:52 +02:00
|
|
|
- Update to upstream Movim 0.9 git2015-09-22.
|
|
|
|
- Add notes in README about public pods & whitelisting.
|
2015-09-01 10:37:41 +02:00
|
|
|
- script/install now check if path is empty.
|
2015-09-01 11:14:19 +02:00
|
|
|
- script/remove now delete /etc/php/fpm/pool.d/movim.conf (fix #8).
|
2015-09-01 10:37:41 +02:00
|
|
|
- script/remove now delete 'movim' user only after Movim service is stopped.
|
2015-09-22 08:18:52 +02:00
|
|
|
- script/remove now stop php5-fpm in order to remove Movim user.
|
2015-09-01 10:37:41 +02:00
|
|
|
- script/update now updates php dependancies (composer update).
|
|
|
|
- conf/movim.service now has a PID and a syslog identifier.
|
2015-09-07 15:56:23 +02:00
|
|
|
- conf/movim.service starts after mysql.service.
|
2015-09-22 08:18:52 +02:00
|
|
|
- conf/movim.service is now located in /etc/systemd/system.
|
2015-09-10 16:20:51 +02:00
|
|
|
- conf/movim.init starts after mysql.
|
2015-09-22 08:18:52 +02:00
|
|
|
- conf/nginx.conf : proxy_read_timeout and proxy_send_timeout removed (default is 60s).
|
2015-09-01 10:37:41 +02:00
|
|
|
- conf/php-fpm.conf add timezone parameter.
|
2015-08-27 07:26:21 +02:00
|
|
|
|
2015-08-24 17:50:34 +02:00
|
|
|
0.8b 2015-08-24
|
2015-08-21 15:29:55 +02:00
|
|
|
- Added language selection : ar, de, es, it, ja, nl, ru
|
2015-08-21 10:34:47 +02:00
|
|
|
- Fix URL in manifest.json (was https://https://...)
|
2015-08-21 14:33:58 +02:00
|
|
|
- Public/Private policy changed. The SSO portal is not used anymore
|
|
|
|
But when a pod is marked as "private", only accounts with @yourdomain.com are able to connect.
|
|
|
|
This change was necessary for public content (blog)
|
2015-08-21 17:45:36 +02:00
|
|
|
- Add dedicated php-fpm pool for Movim
|
2015-08-21 18:57:10 +02:00
|
|
|
- Protect /log and /config properly
|
2015-08-24 17:50:34 +02:00
|
|
|
- Update to upstream Movim 20150824
|
2015-08-21 19:19:23 +02:00
|
|
|
- Fix #6 and #7
|
2015-08-20 11:40:00 +02:00
|
|
|
|
2015-08-20 11:15:14 +02:00
|
|
|
0.7b 2015-08-20
|
|
|
|
- Update to upstream Movim 20150820 to fix #5
|
|
|
|
|
2015-08-19 11:14:56 +02:00
|
|
|
0.6b 2015-08-19
|
|
|
|
- Replace 'www-data' system user with 'movim'
|
2015-08-19 11:28:28 +02:00
|
|
|
- Update to upstream Movim 20150818.
|
2015-08-19 11:14:56 +02:00
|
|
|
|
2015-08-17 22:42:42 +02:00
|
|
|
0.5b 2015-08-17
|
2015-08-15 23:56:54 +02:00
|
|
|
- Add default port (9537)
|
|
|
|
|
2015-08-14 15:02:39 +02:00
|
|
|
0.4b 2015-08-14
|
2015-08-13 09:50:22 +02:00
|
|
|
- Add restart command to movim daemon after upgrade
|
2015-08-14 15:02:39 +02:00
|
|
|
- Add licence
|
2015-08-13 09:50:22 +02:00
|
|
|
|
2015-08-12 14:35:47 +02:00
|
|
|
0.3b 2015-08-12
|
|
|
|
- Check if admin exists
|
|
|
|
- Check if admin password is not empty
|
|
|
|
|
2015-08-12 10:58:06 +02:00
|
|
|
0.2b 2015-08-12
|
|
|
|
- Add php5-cli as required
|
2015-08-12 10:59:30 +02:00
|
|
|
- Fixed a warning for sysvinit script installation
|
2015-08-12 11:02:43 +02:00
|
|
|
- Fixed a LSB warning with movim sysvinit script
|
2015-08-12 10:58:06 +02:00
|
|
|
|
|
|
|
0.1b 2015-08-12
|
|
|
|
- Beta release
|
|
|
|
|
2015-08-11 13:24:00 +02:00
|
|
|
**Installation**
|
|
|
|
|
|
|
|
yunohost app install 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).
|
|
|
|
* 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.
|
2015-08-11 13:33:52 +02:00
|
|
|
|
2015-08-11 13:24:00 +02:00
|
|
|
**Pod configuration**
|
|
|
|
|
|
|
|
https://example.com/movim/?q=admin
|
|
|
|
|
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
|
|
|
**Upgrade**
|
|
|
|
|
|
|
|
yunohost app upgrade movim -u https://github.com/src386/movim_ynh
|
|
|
|
|
|
|
|
**Remove**
|
|
|
|
|
|
|
|
yunohost app remove movim
|
2015-08-11 13:33:52 +02:00
|
|
|
|
2015-08-12 08:57:37 +02:00
|
|
|
**Notes**
|
|
|
|
|
|
|
|
* URL rewriting is disabled (experimental feature)
|
2015-08-13 09:50:22 +02:00
|
|
|
* No SSO auto login
|
2015-08-12 08:57:37 +02:00
|
|
|
|
2015-08-27 07:33:35 +02:00
|
|
|
**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.
|
|
|
|
|
2015-08-11 13:33:52 +02:00
|
|
|
**Help**
|
|
|
|
|
|
|
|
support@conference.yunohost.org src386_
|