mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
save path parameter
This commit is contained in:
parent
9fccc10395
commit
50b7a1fb7d
2 changed files with 4 additions and 1 deletions
|
@ -9,13 +9,14 @@ Current Movim version : 20150820.
|
|||
|
||||
**Changelog**
|
||||
|
||||
0.8b ?
|
||||
0.8b 2015-08-21
|
||||
- Added language selection : ar, de, es, it, ja, nl, ru
|
||||
- Fix URL in manifest.json (was https://https://...)
|
||||
- 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)
|
||||
- Add dedicated php-fpm pool for Movim
|
||||
- Protect /log and /config properly
|
||||
|
||||
0.7b 2015-08-20
|
||||
- Update to upstream Movim 20150820 to fix #5
|
||||
|
|
|
@ -33,9 +33,11 @@ printf "Error empty admin password, aborting"
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Save parameters
|
||||
sudo yunohost app setting movim admin -v $admin
|
||||
sudo yunohost app setting movim public_site -v $public_site
|
||||
sudo yunohost app setting movim port -v $port
|
||||
sudo yunohost app setting movim path -v $path
|
||||
|
||||
# Generate random password
|
||||
db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[[:alnum:]]')
|
||||
|
|
Loading…
Reference in a new issue