Gokapi

Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files.

Directory Structure

    • .env
    • docker-compose.yml

Gokapi

Lightweight server to share files, which expire after a set amount of downloads or days. Similar to the discontinued Firefox Send, with the difference that only the admin is allowed to upload files.

docker-compose.yml

version: '3.9'
services:
    gokapi:
        image: 'f0rc3/gokapi:latest'
        environment:
            - TZ=UTC
        ports:
            - '53842:53842'
        volumes:
            - './gokapi-config:/app/config'
            - './gokapi-data:/app/data'
        restart: unless-stopped

Resources

Website: https://gokapi.readthedocs.io/

GitHub: https://github.com/Forceu/gokapi

Docker Hub: https://hub.docker.com/r/f0rc3/gokapi

Configuration: https://gokapi.readthedocs.io/en/latest/setup.html