| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
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:latestThen visit http://localhost:53842/setup and follow the setup wizard.
Main Menu
File Requests
User Overview
API Overview
Status Overview
Download Link
# 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 .This project is licensed under the AGPL3 - see the LICENSE.md file for details
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!
Powered by Jetbrains
| Back | FazBrowse Home | New Git URL |