mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
update TODO
This commit is contained in:
parent
5526f255cd
commit
821d2e08d2
1 changed files with 29 additions and 10 deletions
39
TODO.org
39
TODO.org
|
@ -1,10 +1,29 @@
|
||||||
* logs
|
#+STARTUP: indent
|
||||||
* is_public
|
#+TODO: TODO BLOCKED DONE
|
||||||
* auto set up admin section
|
* TODO logs
|
||||||
* mail in config.js : what's this ?
|
* TODO is_public
|
||||||
* add to ynh service list
|
* TODO auto set up admin section
|
||||||
* clean up install tree.
|
* TODO mail in config.js : what's this ?
|
||||||
* check if path contains "ghost", refused by ghost
|
* BLOCKED add to ynh service list
|
||||||
* go multi-instance ?
|
** how do i do that ??
|
||||||
* use shrink to fix dependencies version. cf. https://www.npmjs.org/doc/shrinkwrap.html
|
* TODO reduce size of install tree
|
||||||
* implement upgrade
|
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
|
||||||
|
* TODO mysql instead of sqlite
|
||||||
|
|
Loading…
Add table
Reference in a new issue