mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
commit
cb1d7afcc1
9 changed files with 22 additions and 22 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Just a blogging platform
|
||||
|
||||
**Shipped version:** 4.3.3~ynh1
|
||||
**Shipped version:** 4.7.0~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Plateforme de blogging
|
||||
|
||||
**Version incluse :** 4.3.3~ynh1
|
||||
**Version incluse :** 4.7.0~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -12,10 +12,8 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 3.19.2
|
||||
upgrade=1 from_commit=cf8c367214ef277f40a43489365199725540e021
|
||||
# 3.38.2
|
||||
upgrade=1 from_commit=6e4b84cabe351f9c62678089f236f1b3bb21d543
|
||||
# 4.3.3
|
||||
upgrade=1 from_commit=198004df76b0b3ef22a6dfe1b9a2738af62f0786
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=0
|
||||
|
@ -23,7 +21,6 @@
|
|||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=cf8c367214ef277f40a43489365199725540e021
|
||||
name=3.19.2
|
||||
; commit=6e4b84cabe351f9c62678089f236f1b3bb21d543
|
||||
name=3.38.2
|
||||
; commit=198004df76b0b3ef22a6dfe1b9a2738af62f0786
|
||||
name=4.3.3
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/TryGhost/Admin/archive/v4.3.3.zip
|
||||
SOURCE_SUM=b5f6a125ec9c9bf26a5035a39b947f1d520621d5c7994aab6f6bcf54a3bc8e1e
|
||||
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.7.0.zip
|
||||
SOURCE_SUM=0bd18e13e138b015561609d7b19ddd8623c22c86bf19c6ada3a4267b8c5dbe1c
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.3.3/Ghost-4.3.3.zip
|
||||
SOURCE_SUM=7b3acd2acdbb26521c0ec6c717484c173b8751bcd054018e5a335495426338c8
|
||||
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.7.0/Ghost-4.7.0.zip
|
||||
SOURCE_SUM=f7ac9acfadfbb184ec900709bf3906485d731d6a9a8db510a8471be8884fb47f
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -6,4 +6,4 @@ Create admin account at https://__DOMAIN____PATH_URL__/ghost
|
|||
|
||||
Happy Blogging!
|
||||
|
||||
If you are facing any problem, please open an issue here: https://github.com/YunoHost-Apps/ghost_ynh/issues
|
||||
If you are facing any problem, please open an issue here: https://github.com/YunoHost-Apps/ghost_ynh/issues
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Just a blogging platform",
|
||||
"fr": "Plateforme de blogging"
|
||||
},
|
||||
"version": "4.3.3~ynh1",
|
||||
"version": "4.7.0~ynh1",
|
||||
"url": "https://ghost.org/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -36,14 +36,17 @@
|
|||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"type": "path",
|
||||
"example": "/blog",
|
||||
"default": "/blog"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
"default": true,
|
||||
"help": {
|
||||
"fr": "Si cochée, votre application sera publique"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -144,7 +144,7 @@ popd || ynh_die
|
|||
ynh_script_progression --message="Configuring a systemd service..."
|
||||
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node"
|
||||
ynh_add_systemd_config
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
@ -203,5 +203,5 @@ ynh_send_readme_to_admin --app_message="../conf/message"
|
|||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
||||
|
||||
ynh_script_progression --message="Installation of $app completed"
|
||||
|
|
|
@ -172,8 +172,8 @@ fi
|
|||
ynh_script_progression --message="Upgrading systemd configuration..."
|
||||
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node"
|
||||
|
||||
ynh_add_systemd_config
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue