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....")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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
=== Semaphore ===
* https://docs.semui.co/administration-guide/installation#docker
* Ansible GUI
* monitor Ansible playbooks
* schedule Ansible playbooks
* store host credentials in encrypted store

Latest revision as of 10:36, 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

Semaphore