thinkpad/ezcdn
Archived
1
0
Fork
You've already forked ezcdn
0
lightweight and opionated cdn (content delivery network) coded in go, intended for small/lightweight apps
This repository has been archived on 2026年06月01日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Go 97.6%
  • Dockerfile 2.4%
Find a file
2026年05月03日 00:26:28 +02:00
.env.template feat: add new directory searching, and custom cdn endpoint config 2026年05月02日 11:08:20 -07:00
.gitignore feat: reogranize routing a bit 2026年04月30日 09:17:25 -07:00
authentication.go chore: add banner and impl patch for time based attacks 2026年04月24日 15:02:27 -07:00
docker-compose.yml chore: sync 2026年04月23日 19:39:30 -07:00
Dockerfile quickpatch: fix stupidity in dockerfile 2026年04月23日 19:45:19 -07:00
DOCS.md docs: hosting 2026年05月02日 15:01:21 -07:00
go.mod add multi file uploads, add more intuitive error msgs, add pwd check 2026年04月23日 19:19:17 -07:00
go.sum add multi file uploads, add more intuitive error msgs, add pwd check 2026年04月23日 19:19:17 -07:00
LICENSE docs: update README.md 2026年05月02日 15:18:05 -07:00
listContent.go feat: add new directory searching, and custom cdn endpoint config 2026年05月02日 11:08:20 -07:00
main.go feat: add new directory searching, and custom cdn endpoint config 2026年05月02日 11:08:20 -07:00
README.md docs: refine README.md 2026年05月02日 15:21:55 -07:00
serverExtras.go insecure: push vulnerable code for now, traversal directory attack possbile 2026年05月01日 21:25:00 -07:00
uploadFile.go chore: keep working on new feats, add panic on listContent if cant parse env 2026年04月30日 09:29:21 -07:00

ezcdn

A simple, opionated, easy to setup and run CDN thats light on resources.

Documentation - Example - Example Video

EzCDN serves all of its content from ./serve, which is locally situated in the root of the app, and allows a public endpoint where any content be accessed from the CDN's domain at /content or as set!

The program is fully written in Go, and uses the Gin framework for all web operations. It aims to be resource efficent and light on resources, while providing decent performance.

This app is intended for smaller website or small needs usecases, but can also be used in heavier operations if required.

License

This project is licensed under the MIT License, terms and conditions are included

Copyright © 2026 thinkpad & ezcdn contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.