mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
add TODO file
This commit is contained in:
parent
457b4db82d
commit
3b1c124e22
2 changed files with 8 additions and 4 deletions
8
TODO
Normal file
8
TODO
Normal file
|
@ -0,0 +1,8 @@
|
|||
* logs
|
||||
* is_public
|
||||
* auto set up admin section
|
||||
* mail in config.js : what's this ?
|
||||
* add to ynh service list
|
||||
* clean up install tree.
|
||||
* check if $path contains "ghost", refused by ghost
|
||||
|
|
@ -5,8 +5,6 @@ domain=$1
|
|||
path=$2
|
||||
is_public=$3
|
||||
|
||||
# TODO : check if $path contains "ghost", refused by ghost
|
||||
|
||||
# Check domain/path availability
|
||||
sudo yunohost app checkurl $domain$path -a ghostblog
|
||||
if [[ ! $? -eq 0 ]]; then
|
||||
|
@ -56,5 +54,3 @@ sudo service ynh-app-ghostblog start
|
|||
echo "Reloading Nginx..."
|
||||
sudo service nginx reload
|
||||
sudo yunohost app ssowatconf
|
||||
|
||||
# TODO : logs, is_public, auto set up admin section, mail in config.js, add to ynh service
|
||||
|
|
Loading…
Add table
Reference in a new issue