mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 11:14:31 +00:00
Remove hardcoded override that reset init_cluster.supabase_enabled to False inside _prepare_k3s_pipeline before _write_cfg() persisted the value back to prole.cfg. The [Inputs] section in prole.cfg correctly carries supabase_enabled = true; the pipeline must not clobber it. - render_supabase.py already defaults ingress host to db.prole.org - SupabaseMilestone is already wired in the run() milestones list - No other changes required; single-line removal unblocks Supabase deploy Co-authored-by: Junie <junie@jetbrains.com> |
||
|---|---|---|
| .. | ||
| core | ||
| ops | ||
| scripts | ||
| ui | ||
| __init__.py | ||
| build.py | ||
| config.py | ||
| core.py | ||
| deploy.py | ||
| main.py | ||
| milestone.py | ||
| ncurses_installer.py | ||
| ncurses_ui.py | ||
| prole_conf.py | ||
| README.md | ||
| runner.py | ||
| screen.py | ||
| state.py | ||
| welcome.txt | ||
Moved
This document has moved. Please see the up-to-date installer guide at:
installer/README.md
The root-level file is kept only as a pointer to avoid breaking links during the refactor.