mirror of
https://github.com/YunoHost-Apps/rss-bridge_ynh.git
synced 2024-09-03 20:25:51 +02:00
commit
b6220c95eb
3 changed files with 8 additions and 8 deletions
|
@ -53,7 +53,7 @@ Output format can take several forms:
|
|||
* `Plaintext` : raw text (php object, as returned by print_r)
|
||||
|
||||
|
||||
**Shipped version:** 2022.06.14~ynh2
|
||||
**Shipped version:** 2023-03-22~ynh1
|
||||
|
||||
**Demo:** https://wtf.roflcopter.fr/rss-bridge/
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ Output format can take several forms:
|
|||
* `Plaintext` : raw text (php object, as returned by print_r)
|
||||
|
||||
|
||||
**Version incluse :** 2022.06.14~ynh2
|
||||
**Version incluse :** 2023-03-22~ynh1
|
||||
|
||||
**Démo :** https://wtf.roflcopter.fr/rss-bridge/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "RSS-Bridge"
|
|||
description.en = "RSS and Atom feed generator for websites that don't have one"
|
||||
description.fr = "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas"
|
||||
|
||||
version = "2022.06.14~ynh2"
|
||||
version = "2023-03-22~ynh1"
|
||||
|
||||
maintainers = ["JimboJoe"]
|
||||
|
||||
|
@ -22,7 +22,7 @@ multi_instance = true
|
|||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.build = "300M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
@ -35,8 +35,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2022-06-14.tar.gz"
|
||||
sha256 = "88daee9604adcb2193ee771c260bcf422a806c284a46c4f263d42cf323d42fe1"
|
||||
url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2023-03-22.tar.gz"
|
||||
sha256 = "7bc6ad3220ad6a699583be6763aebc39ecb9e3bb2454f3f0add88c1e7ae93cfc"
|
||||
|
||||
|
||||
[resources.system_user]
|
||||
|
@ -47,5 +47,5 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "php7.4-fpm"
|
||||
|
||||
packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml, php8.1-curl"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue