All Projects → HamiTrip → go-cdn

HamiTrip / go-cdn

Licence: other
No description or website provided.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-cdn

do-spaces-action
📦Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.
Stars: ✭ 30 (+66.67%)
Mutual labels:  cdn
CDN-Ansible
Welcome to github repository for Visual Cloud Delivery Network. This repository will provide the Ansible playbooks for installing the components of Visual Cloud Delivery Network.
Stars: ✭ 20 (+11.11%)
Mutual labels:  cdn
peer-cdn
Lightweight library providing peer to peer CDN functionality
Stars: ✭ 57 (+216.67%)
Mutual labels:  cdn
cdn
🚀 ✈️ 🚄 free CDN for everyone who wants to speed his website freely!😄
Stars: ✭ 16 (-11.11%)
Mutual labels:  cdn
windows-azure-storage
Use the Microsoft Azure Storage service to host your website's media files.
Stars: ✭ 48 (+166.67%)
Mutual labels:  cdn
builds
All surveyjs libraries and Editor builds
Stars: ✭ 15 (-16.67%)
Mutual labels:  cdn
qiniu-auto-cert
七牛 CDN 证书自动化工具
Stars: ✭ 20 (+11.11%)
Mutual labels:  cdn
powered-cache
The most powerful caching and performance suite for WordPress.
Stars: ✭ 31 (+72.22%)
Mutual labels:  cdn
mos-tls-tunnel
Archived. Check this out https://github.com/IrineSistiana/simple-tls
Stars: ✭ 21 (+16.67%)
Mutual labels:  cdn
detect-cloudflare-plus
True Sight Firefox extension.
Stars: ✭ 34 (+88.89%)
Mutual labels:  cdn
findcdn
findCDN is a tool created to help accurately identify what CDN a domain is using.
Stars: ✭ 64 (+255.56%)
Mutual labels:  cdn
Firecdn
The Low Latency CDN Powered by Firebase
Stars: ✭ 20 (+11.11%)
Mutual labels:  cdn
next-oss
webpack打包文件上传到OSS
Stars: ✭ 18 (+0%)
Mutual labels:  cdn
ipx
High performance, secure and easy to use image proxy based on Sharp and libvips.
Stars: ✭ 683 (+3694.44%)
Mutual labels:  cdn
ElUploader-OSS-Solution
ElementUI - Upload 组件结合 OSS 的封装
Stars: ✭ 28 (+55.56%)
Mutual labels:  cdn
wepy-plugin-resources-cdn
上传图片到云存储wepy plugin
Stars: ✭ 38 (+111.11%)
Mutual labels:  cdn
workbox-cdn
Workbox Unofficial CDN and standalone NPM package.
Stars: ✭ 27 (+50%)
Mutual labels:  cdn
vsc-markdown-image
Easy to insert a image to markdown
Stars: ✭ 140 (+677.78%)
Mutual labels:  cdn
janus-gateway-live
RTMP edge speed with janus-gateway
Stars: ✭ 38 (+111.11%)
Mutual labels:  cdn
valist
Web3-native software distribution. Publish and install executables, Docker images, WebAssembly, and more. Powered by Ethereum, IPFS, and Filecoin.
Stars: ✭ 107 (+494.44%)
Mutual labels:  cdn

Go CDN

this is a mini cdn server that can save and manage your image files. This utility can be used as stand alone Content Delivery Network, using Mysql as database .

features

  • on the fly resize image/jpeg
  • cache strategy
  • additional metadata for each file category and tags

Environments

  • _BASE_URL=http://localhost:8080/ #Base url
  • _HOST=0.0.0.0:8080 #server ip and port
  • _MYSQL_HOST=127.0.0.1 #mysql config
  • _MYSQL_PORT=3306 #mysql config
  • _MYSQL_DB=go_cdn #mysql config
  • _MYSQL_USER=root #mysql config
  • _MYSQL_PASS=root #mysql config
  • _ENCRYPTION_KEY=TESTKEY #encrypt image id with this key
  • _BASE_IMAGE_FOLDER=/your/image/store/path #save images to this folder

dependencies

  • gopkg.in/gin-gonic/gin.v1
  • github.com/gin-contrib/cache
  • github.com/gin-contrib/cache/persistence
  • gopkg.in/gorp.v1
  • github.com/ziutek/mymysql/godrv
  • github.com/speps/go-hashids
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].