From 1c52818cd51b65446ef6be5584feabc3e9490b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:13:18 +0200 Subject: [PATCH] add data dir --- conf/core.conf | 0 manifest.toml | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 conf/core.conf diff --git a/conf/core.conf b/conf/core.conf new file mode 100644 index 0000000..e69de29 diff --git a/manifest.toml b/manifest.toml index f2f2b55..89cc018 100644 --- a/manifest.toml +++ b/manifest.toml @@ -34,12 +34,19 @@ ram.runtime = "50M" type = "path" default = "/deluge" + [install.init_main_permission] + type = "group" + default = "visitors" + [resources] [resources.system_user] [resources.install_dir] + [resources.data_dir] + subdirs = ["watched", "completed"] + [resources.permissions] main.url = "/"