mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
76 lines
2 KiB
TOML
76 lines
2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "shiori"
|
|
name = "Shiori"
|
|
description.en = "Simple bookmark manager"
|
|
description.fr = "Gestionnaire de liens simple"
|
|
|
|
version = "1.7.0~ynh3"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
admindoc = "https://github.com/go-shiori/shiori/wiki"
|
|
userdoc = "https://github.com/go-shiori/shiori/wiki/Usage"
|
|
code = "https://github.com/go-shiori/shiori"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.29"
|
|
helpers_version = "2.1"
|
|
architectures = ["amd64", "arm64", "armhf"]
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/shiori"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
amd64.url = "https://github.com/go-shiori/shiori/releases/download/v1.7.0/shiori_Linux_x86_64_1.7.0.tar.gz"
|
|
amd64.sha256 = "d797908a0bd1ee7f7802aee5a1470ce00539510fe53956a9fa6c7fc0122bad4f"
|
|
arm64.url = "https://github.com/go-shiori/shiori/releases/download/v1.7.0/shiori_Linux_aarch64_1.7.0.tar.gz"
|
|
arm64.sha256 = "5c0d14dc6892a2550c071f5f4a570f2de6f44bb029a098dcd3f9745fe9d4a394"
|
|
armhf.url = "https://github.com/go-shiori/shiori/releases/download/v1.7.0/shiori_Linux_arm_1.7.0.tar.gz"
|
|
armhf.sha256 = "a952540a9deba17ad2b89a582280086f11c4c8273e6e1a9bab529f02ea6de31b"
|
|
in_subdir = false
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset.amd64 = "^shiori_Linux_x86_64_.*\\.tar\\.gz$"
|
|
autoupdate.asset.arm64 = "^shiori_Linux_aarch64_.*\\.tar\\.gz$"
|
|
autoupdate.asset.armhf = "^shiori_Linux_arm_.*\\.tar\\.gz$"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
api.url = "/api"
|
|
api.allowed = "visitors"
|
|
api.auth_header = false
|
|
|
|
[resources.apt]
|
|
packages = "sqlite3"
|