1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Merge pull request #71 from YunoHost-Apps/testing

Testing
This commit is contained in:
tituspijean 2021-11-02 10:43:22 +01:00 committed by GitHub
commit fbee03f65f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 9 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Publishing, memberships, subscriptions and newsletters platform
**Shipped version:** 4.20.3~ynh1
**Shipped version:** 4.21.0~ynh1

View file

@ -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
**Version incluse :** 4.20.3~ynh1
**Version incluse :** 4.21.0~ynh1

View file

@ -12,7 +12,9 @@
setup_public=1
upgrade=1
# 4.9.4
upgrade=1 from_commit=7a150ab29ee969f72dd7846539ae12ac1975165b
upgrade=1 from_commit=7a150ab29ee969f72dd7846539ae12ac1975165b
# 4.17.1
upgrade=1 from_commit=09f260c04435df35edca042486b6a8eb3160333b
backup_restore=1
multi_instance=1
change_url=0
@ -22,3 +24,5 @@ Notification=none
;;; Upgrade options
; commit=7a150ab29ee969f72dd7846539ae12ac1975165b
name=4.9.4
; commit=09f260c04435df35edca042486b6a8eb3160333b
name=4.17.1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.20.3.zip
SOURCE_SUM=7d65b09ead2096c4f8a424b680bfbbe64453d7ae10decd6f7b5f680e55e03f31
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.21.0.zip
SOURCE_SUM=cda92f23ed4b197a44be1cf784e8df540e8875ebc740331c149880442371b0bd
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.20.3/Ghost-4.20.3.zip
SOURCE_SUM=50d88c47cd9aa8d2b06a6b84729b015352a1cf311fdce5f441bb0e7def0c4fbf
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.21.0/Ghost-4.21.0.zip
SOURCE_SUM=b4c0fdd647dea61bb30906d73bb3d135ef2d09b2490e3bb7d66cb118319ea283
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -17,7 +17,8 @@ Restart=always
NoNewPrivileges=yes
PrivateTmp=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
RestrictRealtime=yes
DevicePolicy=closed

View file

@ -6,7 +6,7 @@
"en": "Publishing, memberships, subscriptions and newsletters platform",
"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/",
"upstream": {
"license": "MIT",