Simple and fast file sharing server
Go to file
Tobias B 0b30282cb5
Add abstraction layer for file system
2021-11-14 13:13:50 +01:00
.github/assets Add banner to README 2021-11-14 12:08:42 +01:00
cmd/aqua Add abstraction layer for file system 2021-11-14 13:13:50 +01:00
internal Add abstraction layer for file system 2021-11-14 13:13:50 +01:00
pkg/env Add file uploading functionality 2021-11-13 11:09:31 +01:00
.env.dist Add abstraction layer for file system 2021-11-14 13:13:50 +01:00
.gitignore Add abstraction layer for file system 2021-11-14 13:13:50 +01:00
Dockerfile Initial commit 2021-11-12 08:33:47 +01:00
README.md Add abstraction layer for file system 2021-11-14 13:13:50 +01:00
VERSION Increment version 2021-11-13 11:10:08 +01:00
auth.yml Add metadata sqlite backend 2021-11-13 21:06:31 +01:00
go.mod Add metadata sqlite backend 2021-11-13 21:06:31 +01:00
go.sum Add metadata sqlite backend 2021-11-13 21:06:31 +01:00
run.sh Initial commit 2021-11-12 08:33:47 +01:00

README.md

aqua


aqua is a simple file uploading and sharing server for personal use. It is built to be easy to set up and host on your own server, for example to use it in combination with uploading tools like ShareX.

It is the successor/rework of my previous project lightf, but this time without trying weird things out and building a complete product instead.