From 722270ae3caf543c03d6e4f6c47129f1445420b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:54:13 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 8730dbe..1479cab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -40,11 +40,7 @@ ram.runtime = "50M" [resources] - [resources.ports] - main.default = 9091 - main.exposed = "TCP" - peer.default = 51413 - peer.exposed = "Both" + [resources.system_user] [resources.install_dir] @@ -58,5 +54,11 @@ ram.runtime = "50M" rpc.show_tile = false rpc.protected = true + [resources.ports] + main.default = 9091 + main.exposed = "TCP" + peer.default = 51413 + peer.exposed = "Both" + [resources.apt] packages = "transmission-daemon, transmission-cli, transmission-common, acl"