docs: audit and refresh documentation with updated screenshots (#197)

Update 11 doc pages with accurate content and capture 14 fresh
screenshots. Remove JWT_SECRET from configuration (auto-generated),
fix editor container actions, add missing Settings sections, update
Features Overview, and add remote alerts documentation.
This commit is contained in:
Anso
2026-03-27 18:08:31 -04:00
committed by GitHub
parent 064b9be861
commit ffabfd1c39
24 changed files with 211 additions and 66 deletions
+10 -6
View File
@@ -43,13 +43,17 @@ The left panel lists all containers that belong to the selected stack. Each cont
### Container actions
Each container row has three action buttons:
Each container row has action buttons that appear on hover:
| Button | What it does |
|--------|--------------|
| **Logs** (external link icon) | Opens a live log stream modal for that container |
| **Terminal** (terminal icon) | Opens an interactive bash session inside the container |
| **Copy ID** | Copies the container ID to the clipboard |
| Button | Icon | What it does |
|--------|------|--------------|
| **Open App** | External link | Opens the container's web UI in a new tab (uses the first mapped port) |
| **View Live Logs** | Scroll text | Opens a live log stream modal for that container (available when running) |
| **Open Bash Terminal** | Terminal | Opens an interactive bash session inside the container (admin only, available when running) |
<Frame>
<img src="/images/editor/container-actions.png" alt="Container action buttons on a running container" />
</Frame>
### Log viewer