From 06d0362b3a8ca6feaf12c1a45621c4ff125eeaa0 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 1 Aug 2020 23:00:55 +0000 Subject: [PATCH] Cleanup FileBrowser docs --- docs/filebrowser.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/filebrowser.md b/docs/filebrowser.md index c7798a8..dbbee06 100644 --- a/docs/filebrowser.md +++ b/docs/filebrowser.md @@ -14,15 +14,15 @@ The below will setup ```filebrowser``` as a file manager for your photos on the curl -fsSL https://filebrowser.org/get.sh | bash mkdir /home/feh/filebrowser -filebrowser -c /home/feh/filebrowser/pictures.json -d /home/feh/filebrowser/pictures.db \ +filebrowser -c /home/feh/filebrowser/pictures.config \ config init -filebrowser -c /home/feh/filebrowser/pictures.json -d /home/feh/filebrowser/pictures.db \ +filebrowser -c /home/feh/filebrowser/pictures.config \ config set --address 0.0.0.0 -filebrowser -c /home/feh/filebrowser/pictures.json -d /home/feh/filebrowser/pictures.db \ +filebrowser -c /home/feh/filebrowser/pictures.config \ config set --port 9191 -filebrowser -c /home/feh/filebrowser/pictures.json -d /home/feh/filebrowser/pictures.db \ +filebrowser -c /home/feh/filebrowser/pictures.config \ config set --branding.name "PiFrame - Pictures" -filebrowser -c /home/feh/filebrowser/pictures.json -d /home/feh/filebrowser/pictures.db \ +filebrowser -c /home/feh/filebrowser/pictures.config \ users add admin apassword chown feh: -R /home/feh/filebrowser firewall-cmd --zone=public --permanent --add-port=9191/tcp @@ -35,7 +35,7 @@ After=network.target [Service] User=feh PrivateTmp=true -ExecStart=/usr/local/bin/filebrowser -c /home/feh/filebrowser/pictures.json -d /home/feh/filebrowser/pictures.db -r /tank/pictures --img-processors 1 --disable-thumbnails +ExecStart=/usr/local/bin/filebrowser -c /home/feh/filebrowser/pictures.config -d /home/feh/filebrowser/pictures.db -r /tank/pictures --img-processors 1 --disable-thumbnails [Install] WantedBy=multi-user.target