mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-22 07:48:26 +00:00
Add a complete example running a strfry Nostr relay exclusively over the FIPS mesh using the sidecar pattern. Includes Docker Compose stack, network isolation via iptables, .fips DNS resolution, nak CLI, build script with cross-compilation support, and documentation. Also fix the package-openwrt.yml workflow path to match the openwrt → openwrt-ipk directory rename.
13 lines
428 B
Bash
13 lines
428 B
Bash
# FIPS sidecar default configuration.
|
|
# Override these values or create a .env.local file.
|
|
|
|
# Node identity — generate with: fipsctl keygen
|
|
# Must be set before running: export FIPS_NSEC=<your-nsec>
|
|
FIPS_NSEC=
|
|
|
|
# Peer configuration (leave empty for standalone operation)
|
|
FIPS_PEER_NPUB=npub1qmc3cvfz0yu2hx96nq3gp55zdan2qclealn7xshgr448d3nh6lks7zel98
|
|
FIPS_PEER_ADDR=217.77.8.91:2121
|
|
FIPS_PEER_ALIAS=vps
|
|
FIPS_PEER_TRANSPORT=udp
|