mirror of
https://github.com/YunoHost-Apps/readeck_ynh.git
synced 2024-09-03 20:16:18 +02:00
80 lines
2 KiB
TOML
80 lines
2 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "readeck"
|
|
name = "Readeck"
|
|
description.en = "Bookmark manager and a read later tool"
|
|
description.fr = "Gestionnaire de favoris et outil de lecture ultérieure"
|
|
|
|
version = "0.15.1~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "https://readeck.org/"
|
|
admindoc = "https://readeck.org/en/docs/"
|
|
code = "https://codeberg.org/readeck/readeck"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
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]
|
|
amd64.url = "https://codeberg.org/readeck/readeck/releases/download/0.15.1/readeck-0.15.1-linux-amd64"
|
|
amd64.sha256 = "e43427a21564252bdfbfe5953807838754916201b9503180055d3b72eec8b073"
|
|
arm64.url = "https://codeberg.org/readeck/readeck/releases/download/0.15.1/readeck-0.15.1-linux-arm64"
|
|
arm64.sha256 = "9a583a641f5a80d967bef6107e5cb2ad86af2e160b411be656804fe882a09ce1"
|
|
armhf.url = "https://codeberg.org/readeck/readeck/releases/download/0.15.1/readeck-0.15.1-linux-arm-6"
|
|
armhf.sha256 = "c6be6dd3b3c25e0353777a442e9c1215f4a30acfdac90b75a27dc29403544dd7"
|
|
rename = "readeck"
|
|
|
|
autoupdate.strategy = "latest_forgejo_release"
|
|
autoupdate.asset.amd64 = "^readeck-.*-linux-amd64$"
|
|
autoupdate.asset.arm64 = "^readeck-.*-linux-arm64$"
|
|
autoupdate.asset.armhf = "^readeck-.*-linux-arm-6$"
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.auth_header = false
|
|
api.url = "/api"
|
|
api.show_tile = false
|
|
api.allowed = "visitors"
|
|
api.auth_header = false
|
|
|
|
[resources.ports]
|
|
|
|
[resources.apt]
|
|
packages = "postgresql"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|