louislamlam

joined 11 months ago
[–] [email protected] 1 points 10 months ago
[–] [email protected] 2 points 10 months ago

Thank you for posting it again.

DB Tech have made a video about Dockge, he explained my idea so well. https://www.youtube.com/watch?v=E805XcbTzgY

My previous post have also explained why I made this: https://www.reddit.com/r/selfhosted/comments/17tkq79/dockge_a_fancy_easytouse_selfhosted_docker/

[–] [email protected] 0 points 10 months ago (1 children)

Hope this also help you to learn the basic concept of docker compose.

 

https://preview.redd.it/ra343yd71xzb1.png?width=1903&format=png&auto=webp&s=c28993a7b5a6ebe2d09b0d08896190e8e3349e0f

GitHub: https://github.com/louislam/dockge

This is my second self-hosted project. If you still remember me, I am the one who created Uptime Kuma, and I had posted here 2 years ago.

After joining this subreddit, I somehow fell into love with this community and also started enjoying using docker-compose to manage my containers.

However, I always interacted with docker-compose using the CLI only, as I couldn't find a web app that focuses on docker-compose management. Although Portainer has the ability to do that, it do not display any progress during "docker-compose up or pull" unfortunately, which makes me prefer to use the CLI.

So this time I tried to create my own stack-oriented manager to manage my compose.yaml files.

- Manage docker compose.yaml files
- Interactive compose.yaml editor
- Interactive web terminal
- The UI/UX is very similar to Uptime Kuma

A short introduction video: https://youtu.be/AWAlOQeNpgU?t=48

It is really fully focused on docker compose, so please don't expect to manage a single container.

Don't forget to ⭐ the project on GitHub if you love it!

A little update for Uptime Kuma:
Uptime Kuma reached over 40,000 ⭐ on GitHub and over 48,000,000 pulls on Docker Hub!!! It is a big gift for me, thank you everyone! Uptime Kuma V2 is still under development, stay tuned!

[–] [email protected] 2 points 11 months ago

Uptime Kuma maintainer here. The reason why I made this because I have some services like databases and websites cannot be down for a long time. I need someone send a notification to me if they are down.

If you think it is not improving your life, it is probably because you don't have such similar scenario and you probably don't need this indeed.

My point is that it may be not improving your life, but it improves my life at least, or others'. That's just a choice.