From c04554004662e0a455680332b68be35f43ae4625 Mon Sep 17 00:00:00 2001 From: Click Bait Cake <39263203+Clickbaitcake@users.noreply.github.com> Date: Thu, 30 Dec 2021 23:49:30 +0000 Subject: [PATCH] Update transmission-settings.json I think forcing a default password is a good idea specially for folks who run Nefarious on a cloud hosted server. This would need to be reflected in the read me, happy to submit a pull for that. --- transmission-settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transmission-settings.json b/transmission-settings.json index b6f4162a..b8cc3160 100644 --- a/transmission-settings.json +++ b/transmission-settings.json @@ -4,4 +4,7 @@ "incomplete-dir-enabled": "true", "rpc-whitelist": "*", "rpc-host-whitelist-enabled": "false" + "rpc-password": "admin", + "rpc-username": "admin", + "rpc-authentication-required": "true" }