1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ladder_ynh.git synced 2024-09-03 19:26:23 +02:00
ladder_ynh/manifest.toml
2024-02-17 19:29:32 +01:00

72 lines
2.1 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "ladder"
name = "Ladder"
description.en = "Bypass paywalls as 12ft.io does"
description.fr = "Contourner les paywall comme le fait 12ft.io"
version = "0.0.21~ynh2"
maintainers = ["Gildas-GH"]
[upstream]
license = "GPL-3.0-only"
code = "https://github.com/everywall/ladder"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "i386", "arm64"]
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
disk = "20M"
ram.build = "20M"
ram.runtime = "20M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "all_users"
[install.ruleset]
type = "url"
default = "https://raw.githubusercontent.com/everywall/ladder-rules/main/ruleset.yaml"
ask.fr = "URL vers un set de règles"
help.fr = "Il est conseillé de garder l'URL par défaut"
ask.en = "URL to a ruleset"
help.en = "It is advised to keep the default URL"
[resources]
[resources.sources]
[resources.sources.main]
i386.url = "https://github.com/everywall/ladder/releases/download/v0.0.21/ladder_linux_386.tar.gz"
i386.sha256 = "77b561f4d9302f6a7473de8b6267f909a7e5c1841528e404d1b2363ace876247"
amd64.url = "https://github.com/everywall/ladder/releases/download/v0.0.21/ladder_linux_amd64.tar.gz"
amd64.sha256 = "d7c71df5b0df5962e54a6df1796bfdb21dfc7696d4cbd072b95692b00606c44d"
arm64.url = "https://github.com/everywall/ladder/releases/download/v0.0.21/ladder_linux_arm64.tar.gz"
arm64.sha256 = "fc512e8aebb2459d13b97daf1d6ec3b1a7dfb32b24a60c5e1e0d2f804219b11a"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.i386 = "^ladder_linux_386.tar.gz$"
autoupdate.asset.amd64 = "^ladder_linux_amd64.tar.gz$"
autoupdate.asset.arm64 = "^ladder_linux_arm64.tar.gz$"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]