2023-02-03 18:33:29 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "shiori"
|
|
|
|
name = "Shiori"
|
|
|
|
description.en = "Simple bookmark manager"
|
|
|
|
description.fr = "Gestionnaire de liens simple"
|
|
|
|
|
2023-06-11 16:54:55 +02:00
|
|
|
version = "1.5.4~ynh1"
|
2023-02-03 18:33:29 +01:00
|
|
|
|
|
|
|
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]
|
2023-05-23 11:08:58 +02:00
|
|
|
yunohost = ">= 11.1.19"
|
2023-02-20 16:25:13 +01:00
|
|
|
architectures = ["amd64", "arm64", "armhf"]
|
2023-02-03 18:33:29 +01:00
|
|
|
multi_instance = true
|
2023-03-17 22:54:11 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
2023-02-03 18:44:07 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-02-03 18:33:29 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/shiori"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
2023-03-16 20:15:33 +01:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
|
|
|
amd64.url = "https://github.com/go-shiori/shiori/releases/download/v1.5.4/shiori_1.5.4_Linux_x86_64.tar.gz"
|
|
|
|
amd64.sha256 = "e7d4ca6d92b0c90a0ff3a54f3b124db6409eff6c43c153cc955d3dc42111bada"
|
|
|
|
arm64.url = "https://github.com/go-shiori/shiori/releases/download/v1.5.4/shiori_1.5.4_Linux_aarch64.tar.gz"
|
|
|
|
arm64.sha256 = "a0285089d20dee0e5860a6d134df88c61a7240eef233cd706e6217400f9c5121"
|
|
|
|
armhf.url = "https://github.com/go-shiori/shiori/releases/download/v1.5.4/shiori_1.5.4_Linux_armv7.tar.gz"
|
|
|
|
armhf.sha256 = "193b0c999a23cd63c09731b9e3f3363e71e4ceaafa9172723060b5516e920409"
|
|
|
|
in_subdir = false
|
|
|
|
|
2023-04-08 09:20:15 +02:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-06-11 16:54:55 +02:00
|
|
|
autoupdate.asset.amd64 = "^shiori_.*_Linux_x86_64.tar.gz$"
|
|
|
|
autoupdate.asset.arm64 = "^shiori_.*_Linux_aarch64.tar.gz$"
|
|
|
|
autoupdate.asset.armhf = "^shiori_.*_Linux_armv7.tar.gz$"
|
2023-04-08 09:20:15 +02:00
|
|
|
|
2023-02-20 16:31:16 +01:00
|
|
|
[resources.ports]
|
|
|
|
|
2023-02-03 18:33:29 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-02-20 16:20:49 +01:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "sqlite3"
|