Cleanup FileBrowser docs
This commit is contained in:
parent
46ba14c886
commit
06d0362b3a
|
@ -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
|
curl -fsSL https://filebrowser.org/get.sh | bash
|
||||||
mkdir /home/feh/filebrowser
|
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
|
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
|
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
|
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"
|
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
|
users add admin apassword
|
||||||
chown feh: -R /home/feh/filebrowser
|
chown feh: -R /home/feh/filebrowser
|
||||||
firewall-cmd --zone=public --permanent --add-port=9191/tcp
|
firewall-cmd --zone=public --permanent --add-port=9191/tcp
|
||||||
|
@ -35,7 +35,7 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
User=feh
|
User=feh
|
||||||
PrivateTmp=true
|
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]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in a new issue