https://github.com/fluffy-melli/cdn
CDN server using memory DB | publish-release
https://github.com/fluffy-melli/cdn
cdn web
Last synced: 11 months ago
JSON representation
CDN server using memory DB | publish-release
- Host: GitHub
- URL: https://github.com/fluffy-melli/cdn
- Owner: fluffy-melli
- Created: 2024-12-13T13:21:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T07:41:38.000Z (about 1 year ago)
- Last Synced: 2025-06-26T11:43:40.919Z (12 months ago)
- Topics: cdn, web
- Language: Go
- Homepage:
- Size: 11.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
docker build -t cdn .
```
```
docker run -d \
--restart unless-stopped \
-p 2095:2095 \
cdn
```