8000 Tags · Drakonis96/dockerstats · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Drakonis96/dockerstats

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #19 from Drakonis96/codex/make-notification-settin…

…gs-persistent

Persist notification settings

v0.6.4.3

Toggle v0.6.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #17 from Drakonis96/revert-15-codex/create-modern-…

…react-interface

Revert "Make React interface default"

v0.6.4.2

Toggle v0.6.4.2's commit message
v0.6.4.2

Changelog:

- Added message displaying the maximum available RAM

- Added a new "Mem. Usage / Mem. Limit" column showing the current RAM usage of a container and its maximum assigned limit

v0.6.4

Toggle v0.6.4's commit message
v0.6.4

Changelog v0.6.4
🛠️  Fixes:

- Fixed error when clicking the chart button: Cannot read properties of undefined (reading 'substring').

- Corrected installation instructions: changed cd docker-monitor to cd dockerstats.

- Suppressed combined CPU and RAM comparison graph; now each graph is displayed separately. (Note: may take a couple of minutes on first run).

- Fixed log output language — logs are now displayed in English instead of Spanish.

v0.6.3

Toggle v0.6.3's commit message
v0.6.3

Better icons!

v0.6.2

Toggle v0.6.2's commit message
v0.6.2

Changelog:

- Enhanced Pushover Notifications: Notifications are now more descriptive and include the name of the affected container.

-Minor optimizations and bug fixes to improve overall stability and performance.

v0.6.1

Toggle v0.6.1's commit message
v0.6.1

Changelog:

🔐 Added support for secure Docker socket proxy:
In config.py, the DOCKER_SOCKET_URL is now read from the environment using os.environ.get('DOCKER_SOCKET_URL', '') for improved flexibility and security.

📱 Mobile UI enhancements:
Replaced header buttons with a sidebar menu for better usability and layout on mobile devices.

v0.6.0

Toggle v0.6.0's commit message
v0.6.0

Changelog v0.6.0
🖥️ Added login screen
⚙️ Added settings control panel to:
🔒 Change passwords
👥 Add users
🛡️ Manage user permissions
🚫 New users cannot access notifications or user creation
👤 Displayed the currently logged-in user on the main screen
🐛 Fixed persistent issue with ghost notifications

v0.5.1

Toggle v0.5.1's commit message

v0.5.0

Toggle v0.5.0's commit message
v0.5.0

⚡ cAdvisor support – pick Docker API only or Docker API + cAdvisor right from the UI

🔔 Notification upgrades

Pushover alerts for CPU/RAM thresholds & status changes

Auto-update checker – runs every n minutes and flags new image versions

Threshold alerts – warn if a container stays above X % CPU/RAM during a chosen time window

Granular toggles – enable/disable CPU alerts, update alerts, or both

🎮 GPU metrics – NVIDIA GPU usage & memory stats (GPU_METRICS_ENABLED=true) experimental

📝 Minor fixes & polish
0