command
Version:
v0.0.0-...-adf259e
Opens a new window with list of versions in this module.
Published: Jan 26, 2025
License: Apache-2.0, MIT
Opens a new window with license information.
Imports: 30
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
astrolabe: basic atproto network data explorer
⚠️ This is a fun little proof-of-concept ⚠️
Run It
The recommended way to run astrolabe
is behind a caddy
HTTPS server which does automatic on-demand SSL certificate registration (using Let's Encrypt).
Build and run astrolabe
:
go build ./cmd/astrolabe
# will listen on :8400 by default
./astrolabe serve
Create a Caddyfile
:
{
on_demand_tls {
interval 1h
burst 8
}
}
:443 {
reverse_proxy localhost:8400
tls YOUREMAIL@example.com {
on_demand
}
}
Run caddy
:
caddy run
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.