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

86 lines
2.6 KiB
TOML
Raw Normal View History

2022-10-16 11:57:49 +02:00
packaging_format = 2
id = "headscale"
name = "Headscale"
description.en = "Open-source implementation of the Tailscale control server, a WireGuard-based VPN"
2024-08-23 00:10:43 +02:00
version = "0.22.3~ynh2"
2022-10-16 11:57:49 +02:00
maintainers = ["tituspijean"]
[upstream]
license = "BSD-3-Clause"
2023-06-11 12:23:27 +02:00
admindoc = "https://headscale.net/"
2022-10-16 11:57:49 +02:00
userdoc = "https://tailscale.com/kb/"
code = "https://github.com/juanfont/headscale"
2023-06-11 12:23:27 +02:00
website = "https://headscale.net/"
2022-10-16 11:57:49 +02:00
cpe = "cpe:2.3:a:tailscale:tailscale"
2023-06-11 12:28:27 +02:00
fund = "https://ko-fi.com/headscale"
2022-10-16 11:57:49 +02:00
[integration]
2023-09-08 23:05:47 +02:00
yunohost = ">= 11.2"
2022-10-16 11:57:49 +02:00
architectures = "all"
multi_instance = false
ldap = true
sso = false
2023-06-11 12:23:27 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2022-10-16 11:57:49 +02:00
[install]
[install.domain]
type = "domain"
[install.dex_domain]
type = "domain"
ask.en = "Choose the domain to install Dex on."
help.en = "It should be different than Headscale's domain"
[install.dex_path]
type = "path"
2023-09-08 23:24:37 +02:00
ask.en = "Choose the path to install Dex on."
2022-10-16 11:57:49 +02:00
default = "/dex"
2023-09-08 23:05:47 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
2022-10-16 11:57:49 +02:00
[install.base_domain]
2023-08-11 12:56:15 +02:00
type = "string"
2022-10-16 11:57:49 +02:00
ask.en = "Choose the base domain for Headscale's MagicDNS feature"
2023-08-11 12:56:15 +02:00
help.en = "MagicDNS will allow you to access your hosts with a domain like `myhost.username.basedomain.tld`. It can be from a fake TLD, but beware of conflicts."
2022-10-16 11:57:49 +02:00
[resources]
[resources.sources.main]
rename = "headscale"
i386.url = "https://github.com/juanfont/headscale/releases/download/v0.22.3/headscale_0.22.3_linux_386"
i386.sha256 = "5e1c23c2ca269041d1040e273d9f164c3703d3b7c38aea5a293c8059b24d9712"
amd64.url = "https://github.com/juanfont/headscale/releases/download/v0.22.3/headscale_0.22.3_linux_amd64"
amd64.sha256 = "41eb475ba94d2f4efdd5b90ca76d3926a0fc0b561baabf6190ca32335c9102d2"
arm64.url = "https://github.com/juanfont/headscale/releases/download/v0.22.3/headscale_0.22.3_linux_arm64"
2023-07-06 20:48:52 +02:00
arm64.sha256 = "c36b469a30e87efc6616abd7f8df429de2a11896d311037580ac0b9c2f6b53a6"
2022-10-16 11:57:49 +02:00
armhf.url = "https://github.com/juanfont/headscale/releases/download/v0.22.3/headscale_0.22.3_linux_armv7"
armhf.sha256 = "4711fd03c9f5d814eb4c85be9939f167ce7aa40510cda2133c9f63810ead395d"
autoupdate.strategy = "latest_github_release"
2023-06-13 20:24:17 +02:00
autoupdate.asset.i386 = ".*_linux_386$"
autoupdate.asset.amd64 = ".*_linux_amd64$"
autoupdate.asset.arm64 = ".*_linux_arm64$"
autoupdate.asset.armhf = ".*_linux_armv7$"
2022-10-16 11:57:49 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 8080
metrics.default = 9090
grpc.default = 50443
[resources.apt]
packages = "gawk"