From 0d94cc5debce569fa8068ea2bee984478d70713f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:44:51 +0200 Subject: [PATCH] fix --- conf/config.json | 14 ++++++++++++++ manifest.toml | 6 ++++++ 2 files changed, 20 insertions(+) diff --git a/conf/config.json b/conf/config.json index e69de29..cb02177 100644 --- a/conf/config.json +++ b/conf/config.json @@ -0,0 +1,14 @@ +{ + + "NAME":"Torrent Cloud", + "AUTH_USER":"__ADMIN__", + "AUTH_PASSWORD":"__PASSWORD__", + "SEARCH_PROVIDERS_URL":null, + "AWS_BUCKET":null, + "AWS_REGION":null, + "AWS_ACCESS_KEY":null, + "AWS_SECRET_KEY":null, + "MEGA_EMAIL":null, + "MEGA_PASS":null + +} \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index b4c9f26..a0871ed 100644 --- a/manifest.toml +++ b/manifest.toml @@ -38,6 +38,12 @@ ram.runtime = "50M" type = "group" default = "visitors" + [install.admin] + type = "user" + + [install.password] + type = "password" + [resources] [resources.sources]