1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/httpsh_ynh.git synced 2024-09-03 19:25:55 +02:00
httpsh_ynh/manifest.toml

85 lines
2.3 KiB
TOML
Raw Normal View History

2023-09-21 15:11:59 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2023-09-21 16:29:54 +02:00
id = "httpsh"
name = "httpsh on ttyd"
description.en = "Connect to your server via a terminal in the browser"
description.fr = "Connectez-vous à votre serveur via un terminal dans le navigateur web"
2023-09-21 15:11:59 +02:00
2024-01-31 17:40:15 +01:00
version = "1.7.4~ynh3"
2023-09-21 15:11:59 +02:00
2023-09-21 16:29:54 +02:00
maintainers = ["Salamandar"]
2023-09-21 15:11:59 +02:00
[upstream]
2023-09-21 16:29:54 +02:00
license = "MIT"
code = "https://github.com/leshniak/httpsh"
admindoc = "https://github.com/tsl0922/ttyd/wiki/Example-Usage"
fund = "https://github.com/sponsors/tsl0922"
# cpe = "???"
2023-09-21 15:11:59 +02:00
[integration]
yunohost = ">= 11.1.21"
architectures = "all"
2023-09-21 15:11:59 +02:00
multi_instance = true
2023-09-21 16:29:54 +02:00
ldap = false
sso = "not_relevant"
2023-09-21 15:11:59 +02:00
2023-09-21 16:29:54 +02:00
disk = "2M"
ram.build = "10M"
ram.runtime = "10M"
2023-09-21 15:11:59 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/httpsh"
2023-09-21 15:11:59 +02:00
[install.init_main_permission]
type = "group"
2023-09-21 16:29:54 +02:00
default = "all_users"
2023-09-21 15:11:59 +02:00
2023-09-21 16:29:54 +02:00
[resources]
[resources.sources.ttyd]
format = "whatever"
extract = false
rename = "ttyd"
2024-03-28 02:39:04 +01:00
armhf.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.5/ttyd.armhf"
armhf.sha256 = "5f56a9a7c82f073a31fd214010a1aa7bf6125a5bcd08e03afb6e054a22df3245"
2024-03-28 02:39:04 +01:00
arm64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.5/ttyd.aarch64"
arm64.sha256 = "110b083e658f462c81b4efb9949d899bce3edd361721359a8948cf47c66d1d39"
2024-03-28 02:39:04 +01:00
i386.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.5/ttyd.i686"
i386.sha256 = "43b6ed68c12a48bff9f14292f87a05f6542e29946ca9291552420d88b2bc6029"
2024-03-28 02:39:04 +01:00
amd64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.5/ttyd.x86_64"
amd64.sha256 = "d6bd59acb4ecd65f527e94010f901b37a8cc2fff5b5e7c9eec2853e2977f6ffb"
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/tsl0922/ttyd"
autoupdate.asset.armhf = "ttyd.armhf"
autoupdate.asset.arm64 = "ttyd.aarch64"
autoupdate.asset.i386 = "ttyd.i686"
autoupdate.asset.amd64 = "ttyd.x86_64"
2023-09-21 16:29:54 +02:00
[resources.sources.httpsh]
url = "https://github.com/leshniak/httpsh/archive/7d80fac0d48f30e29eaff9a7471399c19ad31518.tar.gz"
sha256 = "cc7354752e80e1563e80271b7253c0f293346cd46cdfe4858dcf68865e573d30"
2023-09-21 15:11:59 +02:00
2024-01-31 16:01:56 +01:00
autoupdate.strategy = "latest_github_commit"
2023-09-21 15:11:59 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]