fabro/docs/administration
Bryan Helmkamp 5335f8bcb4
feat(deploy): add Railway deploy path, honor $PORT in container
Teach the Dockerfile CMD to bind 0.0.0.0:${PORT:-32276} so PaaS providers
(Railway, Fly, Render, Cloud Run) route traffic without manual port
configuration. Default 32276 preserves local docker / docker-compose
behavior.

Ship railway.toml pointing Railway at the Dockerfile with on_failure
restarts. Replace the "coming soon" stub in docs/administration/deploy-
railway.mdx with a real guide: deploy button, Volume-at-/storage setup,
env vars, dev-token retrieval, and CLI pointing. Surface the Railway
deploy button in README.md under a new "Self-host the Fabro server"
section that also links to the other deploy guides.

Locally verified: PORT env override binds the chosen port, default
falls back to 32276, and tini signal propagation still gives clean
docker stop. End-to-end Railway verification still needs a live click-
through before the template URL is finalized.
2026-04-18 00:44:15 -04:00
..
deploy-digital-ocean.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
deploy-fly-io.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
deploy-railway.mdx feat(deploy): add Railway deploy path, honor $PORT in container 2026-04-18 00:44:15 -04:00
deploy-render.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
deploy-server.mdx docs: update changelog and docs for auth, install, and settings changes 2026-04-13 22:24:29 -04:00
sandboxing.mdx refactor(config): unify machine config as settings.toml 2026-04-05 23:55:28 -04:00
security.mdx refactor(config): unify machine config as settings.toml 2026-04-05 23:55:28 -04:00
server-configuration.mdx feat(slatedb): add disk_cache setting for S3-backed deployments 2026-04-15 08:02:46 -04:00
troubleshooting.mdx refactor: wire vendored Graphviz into fabro-graphviz, remove dot dependency 2026-04-13 22:46:29 -04:00