colophon into details
quote that token
move to sourcehut
An API and CLI to return the assigned vendor for given MAC addresses.
Queries are ran against the IEEE OUI vendor lists:
go run cmd/data/main.go
Usage: yeah [-w] [-o OUTPUT] [-l] [-b BIND] [-v LOGLEVEL] [MACS [MACS ...]]
Positional arguments:
MACS
Options:
-w include additional fields
-o OUTPUT output format (table,json,html) [default: table]
-l run server
-b BIND server bind address [default: :8080]
-v LOGLEVEL log level (info,debug) [default: info]
--help, -h display this help and exit
flyctl deploy --remote-only
Create Fly app:
fly apps create --name yeah
Secrets:
fly secrets set OTEL_EXPORTER_OTLP_HEADERS=x-honeycomb-team=<api_key>
Create a token and place as a GitHub repository secret named FLY_API_TOKEN
:
fly tokens create deploy --name sourcehut --app yeah --expiry 999999h
Once the application is deployed, grab its IPv6 and IPv4 addresses and create a pair of A/AAAA records for your domain.
Then run:
fly certs create <domain_name>