Skip to content

Commit

Permalink
mumble entrypoint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Oct 25, 2023
1 parent 4eb7aaa commit 5fc0bbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ configured, you may need to open these ports in your firewall:
| TLS | TCP | 8883 | Traefik MQTT (TLS) entrypoint |
| WebRTC | UDP | 10000 | Jitsi Meet video bridge (direct-map) |
| VPN | UDP | 51820 | Wireguard (Traefik VPN) (direct-map) |
| TCP socket | TCP | 64738 | Traefik Mumble (VoIP) entrypoint |

The ports that are listed as `(direct-map)` are not connected to
Traefik, but are directly exposed (public) to the docker host network.
Expand Down
5 changes: 4 additions & 1 deletion traefik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,12 @@ Traefik [.env](.env-dist) file :
| `TRAEFIK_PLUGIN_MAXMIND_GEOIP` | (bool) Enable GeoIP plugin | `false`, `true` |
| `TRAEFIK_ROOT_DOMAIN` | The default root domain of every service | `d.rymcg.tech` |
| `TRAEFIK_SEND_ANONYMOUS_USAGE` | (bool) Whether to send usage data to Traefik Labs | `false`, `true` |
| `TRAEFIK_SNAPCAST_ENTRYPOINT_ENABLED` | (bool) Enable snapcast (unencrypted) entrypoint | |
| `TRAEFIK_SNAPCAST_ENTRYPOINT_ENABLED` | (bool) Enable snapcast (unencrypted) entrypoint | `false`,`true` |
| `TRAEFIK_SNAPCAST_ENTRYPOINT_HOST` | Host ip address to bind snapcast entrypoint | `0.0.0.0` |
| `TRAEFIK_SNAPCAST_ENTRYPOINT_PORT` | Host TCP port to bind snapcast entrypoint | `1704` |
| `TRAEFIK_MUMBLE_ENTRYPOINT_ENABLED` | (bool) Enable mumble entrypoint | `false`,`true` |
| `TRAEFIK_MUMBLE_ENTRYPOINT_HOST` | Host ip address to bind mumble entrypoint | `0.0.0.0` |
| `TRAEFIK_MUMBLE_ENTRYPOINT_PORT` | Host TCP port to bind mumble entrypoint | `64738` |
| `TRAEFIK_SSH_ENTRYPOINT_ENABLED` | (bool) Enable ssh (port 2222) entrypoint | `true`,`false` |
| `TRAEFIK_SSH_ENTRYPOINT_HOST` | Host ip address to bind ssh entrypoint | `0.0.0.0` |
| `TRAEFIK_SSH_ENTRYPOINT_PORT` | Host TCP port to bind ssh entrypoint | `2222` |
Expand Down

0 comments on commit 5fc0bbc

Please sign in to comment.