Skip to content

Gokapi

Gokapi is a simple, self-hosted file sharing server with automatic expiration and encryption support — ideal for teams or individuals who want privacy, control, and no clutter.

Github

DockerTags

Docs

Api docs - http://127.0.0.1:53842/apidocumentation/

docker-compose.yml

Bash
mkdir gokapi-config gokapi-data
YAML
services:
  gokapi:
    image: f0rc3/gokapi:latest
    container_name: gokapi
    hostname: gokapi
    restart: unless-stopped
    user: "1000:1000"
    environment:
      - TZ=Europe/Belgrade
    ports:
      - 53842:53842
    volumes:
      - ./gokapi-data:/app/data
      - ./gokapi-config:/app/config