1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dotclear2_ynh.git synced 2024-09-03 18:26:29 +02:00
DotClear2 package for YunoHost
Find a file
2015-08-21 13:33:45 +00:00
conf Re-enabled YunoHost shortcut to dashboard now that nginx conf do works 2015-08-21 13:33:45 +00:00
scripts Re-enabled YunoHost shortcut to dashboard now that nginx conf do works 2015-08-21 13:33:45 +00:00
sources Le brouillon initial, pour archive 2015-08-21 11:10:04 +00:00
LICENSE Initial commit 2015-08-19 17:07:39 +02:00
manifest.json Password must be 6 chars long at least... 2015-08-21 11:44:51 +00:00
README.md Re-enabled YunoHost shortcut to dashboard now that nginx conf do works 2015-08-21 13:33:45 +00:00

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.