mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
commit
a0a89a46c9
3 changed files with 12 additions and 12 deletions
|
@ -26,7 +26,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
||||||
- Strong Content Security Policy prevents browser requests to Reddit
|
- Strong Content Security Policy prevents browser requests to Reddit
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.30.0~ynh2
|
**Shipped version:** 0.30.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://libreddit.spike.codes/
|
**Demo:** https://libreddit.spike.codes/
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ Libreddit is a portmanteau of "libre" (meaning freedom) and "Reddit". It is a pr
|
||||||
- Strong Content Security Policy prevents browser requests to Reddit
|
- Strong Content Security Policy prevents browser requests to Reddit
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.30.0~ynh2
|
**Version incluse :** 0.30.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://libreddit.spike.codes/
|
**Démo :** https://libreddit.spike.codes/
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Libreddit"
|
||||||
description.en = "Libre alternative to Reddit"
|
description.en = "Libre alternative to Reddit"
|
||||||
description.fr = "Alternative libre à Reddit"
|
description.fr = "Alternative libre à Reddit"
|
||||||
|
|
||||||
version = "0.30.0~ynh2"
|
version = "0.30.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ demo = "https://libreddit.spike.codes/"
|
||||||
code = "https://github.com/spikecodes/libreddit"
|
code = "https://github.com/spikecodes/libreddit"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.14"
|
yunohost = ">= 11.1.15"
|
||||||
architectures = ["amd64"]
|
architectures = ["amd64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -36,6 +36,14 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
|
[resources.sources]
|
||||||
|
[resources.sources.main]
|
||||||
|
url = "https://github.com/spikecodes/libreddit/releases/download/v0.30.1/libreddit"
|
||||||
|
sha256 = "f123dfdcccb0bd72f48e824ce7f260ff15cb116d31e936f54b5ea19c36b0214d"
|
||||||
|
extract = false
|
||||||
|
in_subdir = false
|
||||||
|
rename = "libreddit"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
@ -44,11 +52,3 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.sources]
|
|
||||||
[resources.sources.main]
|
|
||||||
url = "https://github.com/spikecodes/libreddit/releases/download/v0.30.0/libreddit"
|
|
||||||
sha256 = "46f7424d963af88428c7863010c8a20d6c5791b6425495abe6439a4838d65427"
|
|
||||||
extract = false
|
|
||||||
in_subdir = false
|
|
||||||
rename = "libreddit"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue