Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jub0t/rocdn
Very fast open-source Roblox CDN built to cache and serve Roblox user avatar pictures, headshots, and more.
https://github.com/jub0t/rocdn
cache cache-storage cdn open-source roblox self-hosted
Last synced: about 2 months ago
JSON representation
Very fast open-source Roblox CDN built to cache and serve Roblox user avatar pictures, headshots, and more.
- Host: GitHub
- URL: https://github.com/jub0t/rocdn
- Owner: jub0t
- License: mit
- Created: 2024-06-06T12:08:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:29:45.000Z (5 months ago)
- Last Synced: 2024-07-30T19:35:49.206Z (5 months ago)
- Topics: cache, cache-storage, cdn, open-source, roblox, self-hosted
- Language: Go
- Homepage:
- Size: 7.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roblox Image CDN
- Supported Image Sizes: `30`, `48`, `60`, `75`, `100`, `110`, `140`, `150`, `352`, `420`, `720`. Complete list of supported sizes can be found at [Thumbnail API Docs](https://thumbnails.roblox.com/docs/index.html).
## Usage
> [!Important]
> - Headshot [http://{domain}/headshot/{userId}?size={size}](https://cdn.bloxboost.com/headshot/1877006416?size=352)
> ```
> https://cdn1.example.com/headshot/1877006416?size=352
> ```
> - Full Avatar Body [http://{domain}/avatar/{userId}?size={size}](https://cdn.bloxboost.com/avatar/1877006416?size=352)
> ```
> https://cdn1.example.com/avatar/1877006416?size=352
> ```