-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Beau Barker edited this page Jul 29, 2025
·
22 revisions
This is a collection of guides explaining how to add features to SuperStack.
Contributions are appreciated.
Generally pages should be written in this order:
- Environment e.g. "JWT Secret" or "Configure Services"
- Environment file
.env
- Compose file(s) (just environment, not volumes)
- Environment file
- Any new services
- Dockerfile ("Add (modulename)")
- Volumes in compose files ("Add a Volume")
- Caddyfile ("Add a Route")
- Caddy
- Dockerfile ("Add (modulename)")
- Volumes in compose files ("Add a Volume")
- Caddyfile ("Add a Route")
- PostgREST
- Postgres
- Dockerfile ("Add (name) Extension")
- Volumes in compose files ("Add a Volume")
- Migrations ("Load (name) Extension")
- Usage