IT/Experimental/Docker: Difference between revisions

From msgwiki
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "Collection of interesting dockerized/docker related projects. === Dockge === * https://dockge.kuma.pet/ * alternative to Portainer ** simpler ** less functionality (depends on usage) ** docker stacks created outside of Dockge can also be managed (in Portainer only the status is visible) * easily handle docker compose files in a GUI * see and manage docker containers in a GUI === Uptime Kuma === * https://github.com/louislam/uptime-kuma * live demo: https://demo.kuma....")
 
mNo edit summary
Line 14: Line 14:


* https://github.com/louislam/uptime-kuma
* https://github.com/louislam/uptime-kuma
* live demo: https://demo.kuma.pet/start-demo
* live demo (self deletes in 10min): https://demo.kuma.pet/start-demo
* simple web services monitoring
* simple web services monitoring
* get notifications if they don't work
* get notifications if they don't work

Revision as of 10:31, 18 May 2024

Collection of interesting dockerized/docker related projects.

Dockge

  • https://dockge.kuma.pet/
  • alternative to Portainer
    • simpler
    • less functionality (depends on usage)
    • docker stacks created outside of Dockge can also be managed (in Portainer only the status is visible)
  • easily handle docker compose files in a GUI
  • see and manage docker containers in a GUI

Uptime Kuma