Rails app for publishing standalone HTML pages on the pal-e platform
- HTML 100%
| docs | ||
| public | ||
| README.md | ||
html-poster
A Rails app for publishing standalone HTML pages on the pal-e platform. Two purposes: post little HTML sites publicly via Tailscale funnel, and prove the full devops pipeline works for a new service from day zero -- with DORA metrics measured from the first deploy.
Docs
| Section | What It Covers |
|---|---|
| User Stories | Who uses this, what they need, why it matters |
| Architecture | Rails structure, deployment pipeline, observability wiring |
| Roadmap | Phased delivery plan with milestones |
| DORA | Metrics strategy, dashboard design, measurement from day one |
Quick Start
cp ~/rails-base/docker-compose.yml .
docker compose run web rails new . -d postgresql --skip-ci --skip-kamal --skip-docker --skip-thruster --skip-action-text
docker compose up
See Architecture for where HTML content goes in the filetree.
Related
rails-base-- Docker-compose template for new Rails appslandscaping-assistant-- Reference Rails app on the platform (yabeda, Keycloak, full pipeline)base-images-- Ruby 3.4.9 Docker images on Harborror-css-guide-- Plain CSS conventions for Rails + Hotwire