QuickShare

Quick and simple file sharing between different devices.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
    quickshare:
	    container_name: quickshare
        image: hexxa/quickshare
        environment:
            - DEFAULTADMINPWD=1234
            - DEFAULTADMIN=qs
        volumes:
            - './root:/quickshare/root'
        ports:
            - '8686:8686'
	    restart: unless-stopped

Resources

Website: https://ihexxa.github.io/quickshare.site/

GitHub: https://github.com/ihexxa/quickshare

Docker Hub: https://hub.docker.com/r/hexxa/quickshare

Configuration: https://github.com/ihexxa/quickshare#quick-start