From 708821f135b2b99a83a07469b465d6689e17ff82 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:01:02 +0100 Subject: [PATCH 1/2] Update manifest.toml: app depends on awk for some reason... --- manifest.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 263a1ab..515f9c1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -62,8 +62,6 @@ ram.runtime = "50M" arm64.sha256 = "c36b469a30e87efc6616abd7f8df429de2a11896d311037580ac0b9c2f6b53a6" armhf.url = "https://github.com/juanfont/headscale/releases/download/v0.22.3/headscale_0.22.3_linux_armv7" armhf.sha256 = "4711fd03c9f5d814eb4c85be9939f167ce7aa40510cda2133c9f63810ead395d" - #armel.url = "https://github.com/juanfont/headscale/releases/download/v0.22.3/headscale_0.22.3_linux_armv5" - #armel.sha256 = "3a983ea320b05372b5493ece01bab1252907e0864a26f1857dbcd7307dfc463f" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*_linux_386$" @@ -83,6 +81,5 @@ ram.runtime = "50M" metrics.default = 9090 grpc.default = 50443 -# Disabled, cf. config file -# [resources.database] -# type = "postgresql" + [resources.apt] + packages = "gawk" From 4d35d61f4ab9f0f2c622dd36a6771edef3f3540a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 22 Jan 2024 18:01:05 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 163c875..5e9ce68 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ open-source organisation. * Official user documentation: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index fb9fe66..bc0e93b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -75,7 +75,7 @@ open-source organisation. * Documentation officielle utilisateur : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs