Skip to content

Commit 4384402

Browse files
committed
Add images management improvements and dark mode sync
1 parent 2229b46 commit 4384402

File tree

10 files changed

+1126
-22
lines changed

10 files changed

+1126
-22
lines changed

STRUCTURE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ chrontainer/
1111
│ ├── settings.html # Settings UI (Discord, ntfy, API keys, webhooks) (~1230 lines)
1212
│ ├── logs.html # Activity logs page (~175 lines)
1313
│ ├── metrics.html # Host metrics dashboard (~320 lines)
14+
│ ├── images.html # Image management UI (~260 lines)
1415
│ └── error.html # Error page (~80 lines)
1516
├── tests/ # pytest test suite
1617
│ ├── __init__.py
@@ -110,6 +111,10 @@ chrontainer/
110111
- Shows all scheduled & manual actions
111112
- Status indicators with timestamps
112113

114+
### `templates/images.html` (~260 lines)
115+
- Image inventory with filters and host scope
116+
- Pull, prune, and delete image actions
117+
113118
### `docker-compose.yml`
114119
- Single-file deployment
115120
- Volume mounts for Docker socket

0 commit comments

Comments
 (0)