https://github.com/qbit/pots
A tool that fires off Tailscale logs to Pushover
https://github.com/qbit/pots
pushover tailscale
Last synced: about 1 year ago
JSON representation
A tool that fires off Tailscale logs to Pushover
- Host: GitHub
- URL: https://github.com/qbit/pots
- Owner: qbit
- Created: 2023-01-10T19:38:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T15:00:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T20:41:11.782Z (about 1 year ago)
- Topics: pushover, tailscale
- Language: Nix
- Homepage:
- Size: 8.79 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pots
====
A tool that fires off Tailscale logs to Pushover.
# Usage
This is intendet to be behind a reverse proxy that provedes HTTPS.
You will need to set three environment variables:
- `POTS_TOKEN`: This is a random string you generate.
- `PUSHOVER_USER`: Your Pushover user token.
- `PUSHOVER_TOKEN`: Your Pushover app token.
## POTS_TOKEN
This variable is used to give Tailscale a unique string that isn't easily guessed.
For example, if you set`POTS_TOKEN=arstarst`, then you would point Tailscale's
webhook at `https://yourdomain/api/arstarst`.