It added a TLS private key to image filebrowser/filebrowser.
1.1K
File Browser is a web based file manager. Homepage: https://filebrowser.org
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.
Content type
Image
Digest
Size
14.9 MB
Last updated
about 5 years ago
docker pull bh5815/filebrowser-tls