1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wireguard_ynh.git synced 2024-09-03 20:35:58 +02:00

Merge pull request #91 from YunoHost-Apps/testing

Fix autoupdater
This commit is contained in:
tituspijean 2023-08-18 21:15:27 +02:00 committed by GitHub
commit a5f24df15f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,6 @@ ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.admin]
type = "user"
@ -45,10 +44,10 @@ ram.runtime = "50M"
i386.sha256 = "60e2f0005f60b01e10feb65941fa2ad6e919cde1d8004eaacca713a4cea0ee7d"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = ".*-arm64.tar.gz"
autoupdate.asset.amd64 = ".*-amd64.tar.gz"
autoupdate.asset.armhf = ".*-arm.tar.gz"
autoupdate.asset.i386 = ".*-386.tar.gz"
autoupdate.asset.arm64 = ".*-linux-arm64.tar.gz"
autoupdate.asset.amd64 = ".*-linux-amd64.tar.gz"
autoupdate.asset.armhf = ".*-linux-arm.tar.gz"
autoupdate.asset.i386 = ".*-linux-386.tar.gz"
[resources.ports]
main.default = 8096