An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

```
docker build -t cdn .
```

```
docker run -d \
--restart unless-stopped \
-p 2095:2095 \
cdn
```