mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
55 lines
1.1 KiB
TOML
55 lines
1.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "libreddit"
|
|
name = "Libreddit"
|
|
description.en = "Libre alternative to Reddit"
|
|
description.fr = "Alternative libre à Reddit"
|
|
|
|
version = "0.35.1~ynh2"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "https://libreddit.spike.codes/"
|
|
demo = "https://libreddit.spike.codes/"
|
|
code = "https://github.com/spikecodes/libreddit"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.27"
|
|
helpers_version = "2.1"
|
|
architectures = ["amd64"]
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/redlib-org/redlib/releases/download/v0.35.1/redlib"
|
|
sha256 = "795222c0a368d893310996186527372aedf280a343cf699b3d2cc753c5991131"
|
|
extract = false
|
|
in_subdir = false
|
|
rename = "redlib"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|