From 6cc3e031b3a2fe109efc739124aad2faa9240816 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 4 Dec 2023 23:01:49 +0100 Subject: [PATCH] Stupid hack because i have no idea how to tell the daemon to use $port ... --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index 4f6f31b..29dd7eb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,6 +41,8 @@ ram.runtime = "50M" [resources.data_dir] [resources.ports] + # FIXME : this is a hack, nowhere is it explicitely specific in the systemd conf or app conf that it should run on $port ... + main.default = 9666 [resources.permissions] main.url = "/"