- Rename config.json.example to config.json
- Set your token and address in config.json file
- Execute
go build
- *nix:
./cdn-server
Windows:.\cdn-server
Upload file:
POST /
Find file:
GET /files/{generated combination}.{extension}
View file:
GET /files/v/{generated combination}.{extension}
Remove file:
DELETE /files/{generated combination}.{extension}
- Toggleable theme
- Remove htmx
- Add Dockerfile
- Make files list sortable
- Add sending multiple files
- Implement Push cdn