Sign inSign up

antlafarge/http-share2

By antlafarge

Updated about 1 year ago

Share a directory through HTTP (protected by htaccess password) by using apache + php.

Image
Web servers
0

2.5K

antlafarge/http-share2 repository overview

HTTP-SHARE2

Share a directory through HTTP (protected by htaccess password) by using apache + php.

Docker compose

services:
    http-share2:
        container_name: http-share2
        image: antlafarge/http-share2:latest
        ports:
            - 80:80/tcp
        environment:
            HTPASSWD_USER: "MyUsername"
            HTPASSWD_PASSWORD: "MyPassword"
            HIDE_DOT_STARTING_DIRS: "true"
            HIDE_DOT_STARTING_FILES: "true"
            EXACT_FILE_SIZE: "false"
            DATE_FORMAT: "Y/m/d H:i:s"
        volumes:
            - "/hdd/Videos/:/var/www/html/Videos/:ro"
            - "/hdd/Series/:/var/www/html/Series/:ro"
            - "/hdd/Music/:/var/www/html/Music/:ro"

Tag summary

Content type

Image

Digest

sha256:df85fd313

Size

191.3 MB

Last updated

about 1 year ago

docker pull antlafarge/http-share2