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
Salamandar e38e2f15e3
First working commit
* Fix ynh_add_config

* Fix default install path

* Remove custom_command from install questions

* Fix typo

* add license

* Fix inconsistency in systemd service name

* Fix /var/log/app creation before fail2ban run

* Fix httpsh install

* Use github artifacts instead of deb package

* Indent using spaces

* set extract = false on source

* Fix: chmod +x on executable

* Fix permissions

* Fix ynh_setup_source

* Fix fail2ban on upgrade
2023-09-26 21:21:32 +02:00

81 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.3/ttyd.armhf"
armhf.sha256 = "b0784080bd78f0a5916462672f461542c607f8ea7cee56b075e8cd04e1ffcc4d"
arm64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.aarch64"
arm64.sha256 = "c77fbb475a767c8f2d52c1fd28f167eb115a3b10ff114920d38c13f8ad4fcfbd"
i386.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.i686"
i386.sha256 = "0ad0feb6ed0f356cfbc70a2c6009d99dc528a43686363e5fb6580410294ea60d"
amd64.url = "https://github.com/tsl0922/ttyd/releases/download/1.7.3/ttyd.x86_64"
amd64.sha256 = "67cf926ddf157dcb089106c2aa6623b8613bb7f3b493048eeb6cc34423570b3c"
autoupdate.strategy = "latest_github_release"
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]