Sign inSign up

bh5815/filebrowser-tls

By bh5815

•Updated about 5 years ago

It added a TLS private key to image filebrowser/filebrowser.

Image
0

1.1K

bh5815/filebrowser-tls repository overview

⁠File Browser

File Browser is a web based file manager. Homepage: https://filebrowser.org⁠

⁠Run

mkdir filebrowser
cd filebrowser
touch filebrowser.db
docker run \
   --name filebrowser \
    -v PATH_DIR:/srv \
    -v ~/filebrowser/filebrowser.db:/database.db \ 
    --user $(id -u):$(id -g) \
    -p 443:443 \
    -d bh5815/filebrowser-tls

Connect to https://localhost⁠ And ignore certification warnings.

Tag summary

Content type

Image

Digest

Size

14.9 MB

Last updated

about 5 years ago

docker pull bh5815/filebrowser-tls