[1] github.com/bluesky-soci...
[2] hub.docker.com/r/nginxproxy...
`openssl rand --hex 16`
`openssl ecparam --name secp256k1 --genkey --noout --outform DER | tail --bytes=+8 | head --bytes=32 | xxd --plain --cols 32`
生成.這兩條命令來源於官方安裝腳本 [3]
我的配置使用 docker compose 而非 [3] 中的安裝腳本.使用 cloudflare 做 DNS.
[3] github.com/bluesky-soci...
`openssl rand --hex 16`
`openssl ecparam --name secp256k1 --genkey --noout --outform DER | tail --bytes=+8 | head --bytes=32 | xxd --plain --cols 32`
生成.這兩條命令來源於官方安裝腳本 [3]
我的配置使用 docker compose 而非 [3] 中的安裝腳本.使用 cloudflare 做 DNS.
[3] github.com/bluesky-soci...