mirror of
https://github.com/YunoHost-Apps/httpsh_ynh.git
synced 2024-09-03 19:25:55 +02:00
82 lines
2.3 KiB
TOML
82 lines
2.3 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
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"
|
|
|
|
version = "1.7.3~ynh1"
|
|
|
|
maintainers = ["Salamandar"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
code = "https://github.com/leshniak/httpsh"
|
|
admindoc = "https://github.com/tsl0922/ttyd/wiki/Example-Usage"
|
|
|
|
fund = "https://github.com/sponsors/tsl0922"
|
|
# cpe = "???"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.21"
|
|
architectures = ["i386", "amd64", "arm64", "armhf"]
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
sso = "not_relevant"
|
|
|
|
disk = "2M"
|
|
ram.build = "10M"
|
|
ram.runtime = "10M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/httpsh"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "all_users"
|
|
|
|
[resources]
|
|
[resources.sources.ttyd]
|
|
format = "whatever"
|
|
extract = false
|
|
rename = "ttyd"
|
|
|
|
armhf.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.armhf"
|
|
armhf.sha256 = "dd2120beae32a40b64c1cc93519ddedb1f28a43277cd07d414245983285db4a4"
|
|
|
|
arm64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.aarch64"
|
|
arm64.sha256 = "859e388961a39b09fe7af167b86e8462b737329b09506638f6e33811e3166736"
|
|
|
|
i386.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.i686"
|
|
i386.sha256 = "4e72fbb0b785c8a6b10d1de05c828ec44448ee349e06528fbc1c5810a06db3d1"
|
|
|
|
amd64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.4/ttyd.x86_64"
|
|
amd64.sha256 = "b22f6d9fccba745448ca19c3ffb7e457888fb3a7bffa5c81e4d9dfd71691cc57"
|
|
|
|
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"
|
|
|
|
[resources.sources.httpsh]
|
|
url = "https://github.com/leshniak/httpsh/archive/7d80fac0d48f30e29eaff9a7471399c19ad31518.tar.gz"
|
|
sha256 = "cc7354752e80e1563e80271b7253c0f293346cd46cdfe4858dcf68865e573d30"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|