1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00
ghost_ynh/TODO.org
2014-03-24 01:32:14 +01:00

1.4 KiB

DONE logs

DONE logrotate config

DONE is_public

BLOCKED auto set up admin section

curl call seems ok but I get a 403 (XSRF ?)

DONE mail in config.js : what's this ?

DONE add to ynh service list

how do i do that ??

DONE reduce size of install tree

admin@yunohost:/home/yunohost.app/ghostblog$ du -sh * 50M ghost

admin@yunohost:/home/yunohost.app/ghostblog$ du -sh ghost/* 4.0K ghost/config.example.js 4.0K ghost/config.js 176K ghost/content 4.5M ghost/core 36K ghost/Gruntfile.js 4.0K ghost/index.js 4.0K ghost/LICENSE 45M ghost/node_modules 4.0K ghost/package.json 8.0K ghost/README.md

TODO check if path contains "ghost", refused by ghost

TODO go multi-instance ?

TODO use shrink to fix dependencies version. cf. https://www.npmjs.org/doc/shrinkwrap.html

TODO implement upgrade

DONE mysql instead of sqlite

DONE change installation path

DONE change pid file path

let's stay with /var/run/yunohost/ghostblog for the moment

DONE cleanup pid file

TODO download theme police, install locally to avoid google requests

download theme police

//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Open+Sans:700,400"

install locally in themes/casper/assets/fonts ?

modify assets/css ?

modify default.hbs

TODO check password length (>=8)