mirror of
https://github.com/YunoHost-Apps/filebrowser_ynh.git
synced 2024-09-03 18:36:05 +02:00
70 lines
2.1 KiB
TOML
70 lines
2.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "filebrowser"
|
|
name = "Filebrowser"
|
|
description.en = "Web File Browser"
|
|
description.fr = "Gestionnaire de fichiers"
|
|
|
|
version = "2.24.2~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.24.2/linux-amd64-filebrowser.tar.gz"
|
|
amd64.sha256 = "03dc6636673116e50c5fd59e2798f9791d55984f373d965a3a8573fbe1e0411e"
|
|
arm64.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.2/linux-arm64-filebrowser.tar.gz"
|
|
arm64.sha256 = "8c0ca7c5c2a5f0cdd631631d0edb775aa9a7dd918f27e97eaa804a1a3f778749"
|
|
i386.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.2/linux-386-filebrowser.tar.gz"
|
|
i386.sha256 = "d5284dcdc91fb671920f952417d6f84c1bffe65e4546f3bc2027006bd4a7eebf"
|
|
armhf.url = "https://github.com/filebrowser/filebrowser/releases/download/v2.24.2/linux-armv7-filebrowser.tar.gz"
|
|
armhf.sha256 = "3bb455f391f3f0c6ae9fadc366aff37d5a1976a8c88554558ca633291e54e1fd"
|
|
|
|
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 = "/"
|