Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bitbloxhub/tailscale-serve
- Owner: bitbloxhub
- Created: 2023-10-29T21:27:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T20:34:30.000Z (about 1 year ago)
- Last Synced: 2024-11-05T16:07:08.873Z (about 2 months ago)
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tailscale-serve podman image
it is available at ghcr.io/bitbloxhub/tailscale-serve:latestthe 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