mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
commit
fbee03f65f
7 changed files with 14 additions and 9 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Publishing, memberships, subscriptions and newsletters platform
|
Publishing, memberships, subscriptions and newsletters platform
|
||||||
|
|
||||||
**Shipped version:** 4.20.3~ynh1
|
**Shipped version:** 4.21.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Plateforme d'édition, d'adhésions, d'abonnements et de newsletters
|
Plateforme d'édition, d'adhésions, d'abonnements et de newsletters
|
||||||
|
|
||||||
**Version incluse :** 4.20.3~ynh1
|
**Version incluse :** 4.21.0~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,9 @@
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
# 4.9.4
|
# 4.9.4
|
||||||
upgrade=1 from_commit=7a150ab29ee969f72dd7846539ae12ac1975165b
|
upgrade=1 from_commit=7a150ab29ee969f72dd7846539ae12ac1975165b
|
||||||
|
# 4.17.1
|
||||||
|
upgrade=1 from_commit=09f260c04435df35edca042486b6a8eb3160333b
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
change_url=0
|
change_url=0
|
||||||
|
@ -22,3 +24,5 @@ Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=7a150ab29ee969f72dd7846539ae12ac1975165b
|
; commit=7a150ab29ee969f72dd7846539ae12ac1975165b
|
||||||
name=4.9.4
|
name=4.9.4
|
||||||
|
; commit=09f260c04435df35edca042486b6a8eb3160333b
|
||||||
|
name=4.17.1
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.20.3.zip
|
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.21.0.zip
|
||||||
SOURCE_SUM=7d65b09ead2096c4f8a424b680bfbbe64453d7ae10decd6f7b5f680e55e03f31
|
SOURCE_SUM=cda92f23ed4b197a44be1cf784e8df540e8875ebc740331c149880442371b0bd
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.20.3/Ghost-4.20.3.zip
|
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.21.0/Ghost-4.21.0.zip
|
||||||
SOURCE_SUM=50d88c47cd9aa8d2b06a6b84729b015352a1cf311fdce5f441bb0e7def0c4fbf
|
SOURCE_SUM=b4c0fdd647dea61bb30906d73bb3d135ef2d09b2490e3bb7d66cb118319ea283
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=false
|
SOURCE_IN_SUBDIR=false
|
||||||
|
|
|
@ -17,7 +17,8 @@ Restart=always
|
||||||
NoNewPrivileges=yes
|
NoNewPrivileges=yes
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
PrivateDevices=yes
|
PrivateDevices=yes
|
||||||
RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
#RestrictAddressFamilies disabled, prevents any write access on the app
|
||||||
|
#RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
|
||||||
RestrictNamespaces=yes
|
RestrictNamespaces=yes
|
||||||
RestrictRealtime=yes
|
RestrictRealtime=yes
|
||||||
DevicePolicy=closed
|
DevicePolicy=closed
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Publishing, memberships, subscriptions and newsletters platform",
|
"en": "Publishing, memberships, subscriptions and newsletters platform",
|
||||||
"fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters"
|
"fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters"
|
||||||
},
|
},
|
||||||
"version": "4.20.3~ynh1",
|
"version": "4.21.0~ynh1",
|
||||||
"url": "https://ghost.org/",
|
"url": "https://ghost.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Add table
Reference in a new issue