Simple and fast file sharing server
Go to file
Tobias B 1f26fdf87e
Add server binary to release
2021-11-16 16:13:03 +01:00
.github Add server binary to release 2021-11-16 16:13:03 +01:00
cmd Test workflow #1 2021-11-16 15:57:42 +01:00
internal Add github workflows and please linter 2021-11-16 09:12:21 +01:00
pkg Add github workflows and please linter 2021-11-16 09:12:21 +01:00
.editorconfig Test github workflow 2021-11-16 14:29:54 +01:00
.env.dist Fix sqlite file not created 2021-11-16 09:05:55 +01:00
.gitignore Add abstraction layer for file system 2021-11-14 13:13:50 +01:00
Dockerfile Add github workflows and please linter 2021-11-16 09:12:21 +01:00
README.md Add abstraction layer for file system 2021-11-14 13:13:50 +01:00
VERSION Fix sqlite file not created 2021-11-16 09:05:55 +01:00
auth.yml Add metadata sqlite backend 2021-11-13 21:06:31 +01:00
docker-compose.yml Change sqlite driver 2021-11-15 21:16:06 +01:00
go.mod Change sqlite driver 2021-11-15 21:16:06 +01:00
go.sum Change sqlite driver 2021-11-15 21:16:06 +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.