Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitbloxhub/tailscale-serve

tailscale serve for podman
https://github.com/bitbloxhub/tailscale-serve

Last synced: about 5 hours ago
JSON representation

tailscale serve for podman

Awesome Lists containing this project

README

        

# tailscale-serve podman image
it is available at ghcr.io/bitbloxhub/tailscale-serve:latest

the environment variables are:
- `TS_AUTHKEY`: a tailscale authkey. required.
- `TS_HOSTNAME`: the tailscale hostname that it will be available at. required
- `TS_SERVE_ORIGIN`: the original thing that will be served. required.
- `TS_SERVE_PROTOCOL`: the tailscale serve and funnel protocol. either `http`, `https`, `tcp`, or `tls-terminated-tcp`. required
- `TS_SERVE_PORT`: the tailscale serve port. required
- `TS_FUNNEL_PORT`: the tailscale funnel port. without this there will be no funnel. optional.

mount a state directory to /state to keep certificates and stuff