|16|14Sysop |12Noverdu |14BBS |20|15Radio|10@|14HTTP://Noverdu.com:88 |16|10 Standard ports for SSH/Telnet |04 WEB|14@|12HTTP://noverdu.com:808
Probably worth setting up an HTTP(S) reverse proxy for this... I use
caddy myself but nginx, traefik and others can work to...
This way you can have HTTP(S) on a standard port, and have say bbs.noverdu.com point to your 808 site and radio.noverdu.com point to
the radio stream.
Michael J. Ryan
This way you can have HTTP(S) on a standard port, and have say
bbs.noverdu.com point to your 808 site and radio.noverdu.com point
to the radio stream.
I learned about this after making everything and don't know enough about it to know how bad it would be to get everything setup. I would love to get things adjusted to work like that
https://caddyserver.com/docs/install
The configuration is pretty simple, you edit /etc/caddy/Caddyfile after the install... Would be something like the following...
{
# for tls cert registration
email you@yourdomain.com
}
:80 {
# for bare connections on port 80
redir * https://yourdomain.com/
}
www.yourdomain.com {
# remove the www, bare domain
redir * https://yourdomain.com/
}
yourdomain.com {
# serve file directory
root * /path/to/www-root
}
radio.yourdomain.com {
# relay to your underlying radio service
reverse_proxy * http://your-internal-server:808
}
Michael J. Ryan
https://caddyserver.com/docs/install
The configuration is pretty simple, you edit /etc/caddy/Caddyfile
after the install... Would be something like the following...
That doesn't look too bad. I might have a new server project to get on. Does it have to all be https:// or can I have a mix of them. For instance since the radio doesn't need https:// I didn't set that up for it. If you choose to spy on a broadcast that is already mean for mass listening... Well you won't be getting anyhting more than you already could with less effort.
| Sysop: | Weed Hopper |
|---|---|
| Location: | Clearwater, FL |
| Users: | 15 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 96:52:04 |
| Calls: | 149 |
| Files: | 50,605 |
| D/L today: |
926 files (818M bytes) |
| Messages: | 342,993 |