1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00
filebrowser_ynh/manifest.toml
Éric Gaspar b5bfc2237a cleaning
2024-02-25 11:21:41 +01:00

73 lines
2.1 KiB
TOML

packaging_format = 2
id = "filebrowser"
name = "Filebrowser"
description.en = "Web File Browser"
description.fr = "Gestionnaire de fichiers"
version = "2.27.0~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "Apache-2.0"
website = "https://filebrowser.org"
admindoc = "https://filebrowser.org/"
code = "https://github.com/filebrowser/filebrowser"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "100M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/filebrowser"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
in_subdir = false
amd64.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.27.0/linux-amd64-filebrowser.tar.gz"
amd64.sha256 = "95d5add44820c6f6bf03a1aa063c618f8f242f53b892c1665dc066b4e037ba80"
arm64.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.27.0/linux-arm64-filebrowser.tar.gz"
arm64.sha256 = "fe68b8f95f9eba2069fe337c7f062bab6da5673f4153c0716a0834caebf261a6"
i386.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.27.0/linux-386-filebrowser.tar.gz"
i386.sha256 = "46ca1826b4ab67acf08968f42d740b2cc2840219d45bc66361151f8a656af3ae"
armhf.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.27.0/linux-armv7-filebrowser.tar.gz"
armhf.sha256 = "82e79ff7d7aa79ade729fc7ac6e20d7bd8afc7c7cca1f4b794b65ee751347472"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^linux-amd64-filebrowser.tar.gz$"
autoupdate.asset.arm64 = "^linux-arm64-filebrowser.tar.gz$"
autoupdate.asset.i386 = "^linux-386-filebrowser.tar.gz$"
autoupdate.asset.armhf = "^linux-armv7-filebrowser.tar.gz$"
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"