Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamcha/tobyond
HTTP → BYOND redirector
https://github.com/hamcha/tobyond
Last synced: 4 days ago
JSON representation
HTTP → BYOND redirector
- Host: GitHub
- URL: https://github.com/hamcha/tobyond
- Owner: Hamcha
- Created: 2020-06-09T13:09:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T13:14:14.000Z (over 4 years ago)
- Last Synced: 2024-12-14T02:48:04.221Z (9 days ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BYOND redirector
Got a chat where you can't link to BYOND? Just use this!
## Getting started
There's one already hosted if you don't want to bother yourself:
Replace byond://**yourserver.yourdomain:12345** with https://byond.ovo.ovh/**yourserver.yourdomain:12345**
## Install and deploy
`go get github.com/hamcha/tobyond` or use the docker image `hamcha/tobyond`.
Needs a env var `BIND` to something like `:1234`, otherwise defaults to port 8080!
HTTP-only, just put it behind a reverse proxy.