@knowsuchagency/fulcrum 4.5.6 → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/fulcrum.js +42 -637
- package/dist/assets/index-LnIkgujs.css +1 -0
- package/dist/assets/{index-wrl0qiKc.js → index-ejcbf_hu.js} +153 -153
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/server/index.js +46649 -49131
- package/dist/assets/index-CirKr2eQ.css +0 -1
package/README.md
CHANGED
|
@@ -316,7 +316,7 @@ For browser-only access, use Tailscale or Cloudflare Tunnels to expose your serv
|
|
|
316
316
|
<details>
|
|
317
317
|
<summary><strong>Configuration</strong></summary>
|
|
318
318
|
|
|
319
|
-
All configuration is managed by [fnox](https://github.com/yarlson/fnox) — a single
|
|
319
|
+
All configuration is managed by [fnox](https://github.com/yarlson/fnox) — a single `.fnox.toml` file stores both plain and encrypted settings. Sensitive credentials (API keys, tokens, webhook URLs) are encrypted with age; the age key (`age.txt`) lives alongside `.fnox.toml` in the fulcrum directory. Existing `settings.json` files are automatically migrated to fnox on server start.
|
|
320
320
|
|
|
321
321
|
The fulcrum directory is resolved in this order:
|
|
322
322
|
|