Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Gokapi

Documentation Status Go Report Card Coverage Docker Pulls

Gokapi is a modern, self-hosted alternative to Firefox Send that puts you in control of your file sharing. Built with Go, it combines simplicity with powerful features like automatic file expiration, end-to-end encryption, and flexible cloud storage support.

Available for:

Features

  • Expiring file shares: Automatically removed after a set number of downloads or days
  • User management with roles: Fine-grained permission control, only registered users can upload
  • File requests: A shareable URL lets external parties upload files, visible only to the URL’s creator
  • File deduplication: Identical files use no extra space
  • Cloud storage support: AWS S3 (or S3 compatible like Backblaze B2), optional
  • Built-in encryption: Including end-to-end encrypted uploads
  • OpenID Connect support: Integrate with identity providers like Authelia or Keycloak
  • REST API: For automation and integration into other systems
  • Customizable UI: Adjust look and feel with custom CSS and JavaScript

Getting Started

You can deploy Gokapi in seconds using Docker or directly on your system.

Installation Guide
Usage Instructions

Want to give it a try?

Start Gokapi instantly with Docker:

docker run --rm \
  --name gokapi \
  -v gokapi-data:/app/data \
  -v gokapi-config:/app/config \
  -p 127.0.0.1:53842:53842 \
  -e TZ=UTC \
  docker.io/f0rc3/gokapi:latest

Then visit http://localhost:53842/setup and follow the setup wizard.

Screenshots

Main Menu

image

File Requests

image

User Overview

image

API Overview

image

Status Overview

image

Download Link

image

System Requirements

Minimum

  • CPU: 1 core
  • RAM: 256 MB
  • Storage: 100 MB + file storage
  • OS: Linux, macOS, Windows

Recommended

  • CPU: 2+ cores
  • RAM: 512 MB+
  • Storage: SSD strongly recommended

Development

Building from Source

# Clone the repository
git clone https://github.com/Forceu/gokapi.git
cd gokapi

# Build the binary
make build

# Run tests
make test

# Build Docker image
docker build -t gokapi:local .

License

This project is licensed under the AGPL3 - see the LICENSE.md file for details

Contributors

Donations

As with all Free software, the power is less in the finances and more in the collective efforts. I really appreciate every pull request and bug report offered up by our users! If however, you're not one for coding/design/documentation, and would like to contribute financially, you can do so with the link below. Every help is very much appreciated!

paypal LiberaPay

Powered by Jetbrains

关于 About

Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported.
backblaze-b2dockerdownloadfirefox-sendgolangownyourdatas3-storageself-hostedselfhostedssluploader

语言 Languages

Go69.9%
JavaScript17.1%
Go Template9.4%
CSS2.2%
HTML0.7%
Makefile0.3%
Shell0.2%
Dockerfile0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
169
Total Commits
峰值: 23次/周
Less
More

核心贡献者 Contributors