he
|
d01228a21e
|
feat(GUI): web interface for install and pos commands
- gui/main.py: FastAPI app with Jinja2 templates and static files
- gui/state.py: shared application state (runner, template env)
- gui/services/pos_runner.py: abstracted command execution layer
with subprocess, SSE streaming, and sudo support
- gui/routes/: 8 route modules (dashboard, install, compose,
network, vbox, system, media, ssh)
- gui/templates/: Bulma-based layout with sidebar navigation +
section templates for all routes
- gui/static/css/style.css: dark theme styling
- gui/requirements.txt: fastapi, uvicorn, jinja2, python-multipart
- 1- Start_GUI.sh: entry point with sudo cache, pip install, uvicorn launch
Architecture: routes delegate to pos_runner which shells out to
actual pos-* scripts — no logic duplication. SSE streaming for
real-time output (install, compose up/down/logs, network scan, media).
|
2026-07-28 11:47:48 -04:00 |
|
he
|
1989d9a34f
|
feat: improve docker compose help, config strategy docs, and README
pos-docker-compose:
- Rewrote usage() with full config strategy explanation, path layout,
three-layer cascade, and quick-start guide
- Config show now prints the config file path and inline hints
- Config edit creates a commented template and confirms save
- Up output clarifies deploy vs start
README.md:
- Restructured Docker section with compose sub-section
- Added three-layer config strategy table
- Added config keys reference table
- Clearer quick-start flow
DEV.md:
- Restructured compose section with three-layer cascade diagram
- Added path mutability table
- Added full config keys reference
|
2026-07-28 11:23:19 -04:00 |
|
he
|
ee69c1fba8
|
docs: rewrite README and DEV.md for clarity
- README: reorganized for users (what → quickstart → tools → apps)
removed redundant Goal section, Shared Library section
clearer flag table, better scan-friendly tool reference
- DEV.md: reorganized for contributors (architecture → how-to → best practices)
condensed Docker Compose section, clearer headings
removed duplicate content, improved flow
|
2026-07-28 11:20:48 -04:00 |
|
he
|
d2aebf3a48
|
chore: rename project from myLinux to Linux_post_install across all files
- Resolved merge conflicts in README.md, DEV.md, postinstall.sh
- Updated all docs to use Linux_post_install
- Changed runtime paths (/usr/local/share/, ~/.config/, ~/.local/share/)
- Updated Docker labels (mylinux.vbox -> linux_post_install.vbox)
- Fixed clone URL to gitea.skink-platy.ts.net
|
2026-07-28 10:59:25 -04:00 |
|