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]