Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up gokapi Requires Docker Desktop. No source code needed — pulls pre-built images and starts gokapi with all dependencies.
Image:
f0rc3/gokapi:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: gokapi
description: "Self-hosted file sharing with expiring download links"
repository: https://github.com/Forceu/Gokapi
logo: https://raw.githubusercontent.com/Forceu/Gokapi/master/internal/webserver/web/static/img/logo.svg
image: f0rc3/gokapi:latest
provides:
- protocol: http
port: 53842
exposed: true
storage:
data:
path: /app/data
persistent: true
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
11s
Total Disk
65 MB
Learn More
Spec references for features used in this Launchfile.