tsl0922 / ttyd

Share your terminal over the web
https://tsl0922.github.io/ttyd
MIT License
8.04k stars 881 forks source link

Publish images to ghcr.io #1391

Open jkroepke opened 2 months ago

jkroepke commented 2 months ago

Is your feature request related to a problem? Please describe. ttyd images are located at DockerHub. DockerHub has some rate-limits which can be problematic in some situations.

Describe the solution you'd like Provide an alternative registry where images can be stored. For example, GitHub provides an own Container registry (ghcr.io) which can be used within the repository.

Describe alternatives you've considered

Docker-Sponsored Open Source Program is an alternative to resolve the rate-limits issue on a image basis.

https://docs.docker.com/trusted-content/dsos-program/

Additional context N/A

tsl0922 commented 4 days ago

Good idea, will do it later.