mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
55 lines
1,007 B
TOML
55 lines
1,007 B
TOML
packaging_format = 2
|
|
|
|
id = "shiori"
|
|
name = "Shiori"
|
|
description.en = "Simple bookmark manager"
|
|
description.fr = "Gestionnaire de liens simple"
|
|
|
|
version = "1.5.3~ynh6"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[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.1.8"
|
|
architectures = ["amd64", "arm64", "armhf"]
|
|
multi_instance = true
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
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.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "sqlite3"
|