Aaron Bieber
3b864fc12d
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/aa1d74709f5dac623adb4d48fdfb27cc2c92a4d4' (2023-01-09) → 'github:NixOS/nixpkgs/970a59bd19eff3752ce552935687100c46e820a5' (2023-09-17) |
||
---|---|---|
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
main.go | ||
module.nix | ||
README.md |
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 setPOTS_TOKEN=arstarst
, then you would point Tailscale's
webhook at https://yourdomain/api/arstarst
.