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

651 B

DotClear 2 app for YunoHost

Currently following this guide to package DotClear2 blog for YunoHost, along with the example.

TODO

  • Add a 'protected' value to 'public' argument, so admin interface is protected
  • Replace 'password' argument by http_auth or ldap authent

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.