mirror of
https://github.com/YunoHost-Apps/simple-torrent_ynh.git
synced 2024-09-03 20:26:18 +02:00
fix
This commit is contained in:
parent
5b154f9407
commit
0d94cc5deb
2 changed files with 20 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
}
|
|
@ -38,6 +38,12 @@ ram.runtime = "50M"
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
|
[install.admin]
|
||||||
|
type = "user"
|
||||||
|
|
||||||
|
[install.password]
|
||||||
|
type = "password"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
Loading…
Add table
Reference in a new issue