Easily store and manage your files in the cloud
No tests yet 😢
- Go 1.20 or higher
- SQLite3
Copy an instance of the configuration file and save it as a file config.yaml
cp config.dist.yaml config.yaml
... and configure as you need. All configuration instructions are given in the configuration example
Install the dependencies in the vendor directory and run the application
go mod vendor
go build -v ./...
go run -v ./...
Enjoy!