1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00
dotclear2_ynh/README.md

16 lines
651 B
Markdown
Raw Normal View History

2015-08-19 17:44:27 +02:00
# DotClear 2 app for YunoHost
2015-08-20 15:09:11 +02:00
Currently following [this guide](https://yunohost.org/#/packaging_apps_fr) to package DotClear2 blog for YunoHost, along with [the example](https://github.com/YunoHost/example_ynh).
2015-08-19 17:44:27 +02:00
2015-08-20 15:09:11 +02:00
# TODO
2015-08-21 13:30:02 +02:00
- Add a 'protected' value to 'public' argument, so admin interface is protected
- Replace 'password' argument by http_auth or ldap authent
2015-08-20 16:27:04 +02:00
# Backup & Restore
Default YunoHost installation got a small bug that prevent `yunohost backup create`, here's the fix: `sed -i -e "302s/logging/logger/" /usr/lib/moulinette/yunohost/backup.py`
Yet it doesn't seems to save apps, at least in my test environment. To be investigated.