1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00
shiori_ynh/manifest.toml

76 lines
1.9 KiB
TOML
Raw Normal View History

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"
version = "1.6.3~ynh1"
2023-02-03 18:33:29 +01:00
2024-02-14 11:12:58 +01:00
maintainers = []
2023-02-03 18:33:29 +01:00
[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-08-17 19:18:26 +02:00
yunohost = ">= 11.2"
2023-02-20 16:25:13 +01:00
architectures = ["amd64", "arm64", "armhf"]
2023-02-03 18:33:29 +01:00
multi_instance = true
2023-11-18 18:20:39 +01:00
2023-03-17 22:54:11 +01:00
ldap = false
2023-11-18 18:20:39 +01:00
2023-03-17 22:54:11 +01:00
sso = false
2023-11-18 18:20:39 +01:00
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.6.3/shiori_Linux_x86_64.tar.gz"
amd64.sha256 = "d352bd0c851c7aab89225cfc730e76b5bd5d7faa92a05c71f51b46af0c46b7fc"
arm64.url = "https://github.com/go-shiori/shiori/releases/download/v1.6.3/shiori_Linux_aarch64.tar.gz"
arm64.sha256 = "688ddac88c3dc150f2ef3e7a34298689c63d5f09971e3aed3a0cca289c273bec"
armhf.url = "https://github.com/go-shiori/shiori/releases/download/v1.6.3/shiori_Linux_arm.tar.gz"
armhf.sha256 = "f9e15372775d9211b01ab5ee22c53daad4508bab9650f16902d9ea08b9f0a2ea"
2023-03-16 20:15:33 +01:00
in_subdir = false
2023-04-08 09:20:15 +02:00
autoupdate.strategy = "latest_github_release"
2023-07-31 22:05:58 +02:00
autoupdate.asset.amd64 = "^shiori_Linux_x86_64.tar.gz$"
autoupdate.asset.arm64 = "^shiori_Linux_aarch64.tar.gz$"
2023-08-03 20:34:37 +02:00
autoupdate.asset.armhf = "^shiori_Linux_arm.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-08-23 17:48:44 +02:00
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
2023-02-20 16:20:49 +01:00
[resources.apt]
packages = "sqlite3"