1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transfersh_ynh.git synced 2024-09-04 01:35:59 +02:00
transfersh_ynh/manifest.toml

70 lines
1.9 KiB
TOML
Raw Permalink Normal View History

2023-04-06 11:04:48 +02:00
packaging_format = 2
id = "transfersh"
name = "Transfer.sh"
description.en = "Easy and fast file sharing from the command-line"
description.fr = "Partage de fichiers simple et rapide depuis la ligne de commande"
2024-08-31 15:15:49 +02:00
version = "1.6.1~ynh2"
2023-04-06 11:04:48 +02:00
2024-02-14 17:38:09 +01:00
maintainers = []
2023-04-06 11:04:48 +02:00
[upstream]
license = "MIT"
website = "https://transfer.sh/"
admindoc = "https://github.com/dutchcoders/transfer.sh/"
code = "https://github.com/dutchcoders/transfer.sh"
[integration]
2024-08-31 09:13:51 +02:00
yunohost = ">= 11.2.29"
helpers_version = "2.1"
2023-04-06 11:19:45 +02:00
architectures = ["amd64", "arm64", "armhf"]
2023-04-06 11:04:48 +02:00
multi_instance = true
2024-08-31 09:13:51 +02:00
2023-04-06 11:17:24 +02:00
ldap = "not_relevant"
2024-08-31 09:13:51 +02:00
2023-04-06 11:17:24 +02:00
sso = "not_relevant"
2024-08-31 09:13:51 +02:00
2023-04-06 11:17:24 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-04-06 11:04:48 +02:00
[install]
[install.domain]
type = "domain"
2023-08-25 12:00:11 +02:00
2023-04-06 11:04:48 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2023-12-04 17:18:39 +01:00
arm64.url = "https://github.com/dutchcoders/transfer.sh/releases/download/v1.6.1/transfersh-v1.6.1-linux-arm64-v8a"
arm64.sha256 = "4c2eb4bf63130d01f657a495a440919e0360f2eab5c7ab50d68ab07ca415d334"
amd64.url = "https://github.com/dutchcoders/transfer.sh/releases/download/v1.6.1/transfersh-v1.6.1-linux-amd64"
amd64.sha256 = "46fb5ac519769bae8a626cc3f79e2101013ff13beb75d5a613b8df6970d9e27c"
armhf.url = "https://github.com/dutchcoders/transfer.sh/releases/download/v1.6.1/transfersh-v1.6.1-linux-armv7"
armhf.sha256 = "6caa016b908c5cd52224e871cfab58474e36a72c11932281f7a512650433ad3b"
2023-04-06 12:35:39 +02:00
in_subdir = false
extract = false
rename = "transfersh"
2023-04-06 11:04:48 +02:00
2023-04-09 18:34:39 +02:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^transfersh-.*-linux-amd64$"
autoupdate.asset.arm64 = "^transfersh-.*-linux-arm64-v8a$"
autoupdate.asset.armhf = "^transfersh-.*-linux-armv7$"
2023-04-06 11:17:24 +02:00
[resources.ports]
2023-04-06 11:04:48 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-04-06 11:17:24 +02:00
[resources.apt]
packages = "curl"