From 890c2bd030ee96d57211840455e977696d2ad149 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Fri, 16 Sep 2022 18:23:51 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0bc3c90..e7ae01a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ File Browser must be installed manually at `/usr/local/bin/filebrowser`. A "NAS user" should be defined, owner of the NAS root directory: This user shall run some of above services. +If using Transmission, you need to set a OpenVPN connection config as `vpn`. + +### File Browser init +If using File Browser, it should be initiated first: +``` +sudo -u filebrowser -d /filebrowser.db --username +``` + ### Files * `transmission-vpn.sh` is a script which checks if a VPN connection is active and stops Transmission otherwise. * `variables.conf.template` contains examples variables definitions, and should be copied locally to `variables.conf`