Most active commenters
  • gregsadetsky(4)

←back to thread

804 points jryio | 17 comments | | HN request time: 0.212s | source | bottom
1. gregsadetsky ◴[] No.45661376[source]
Heya, Disco is the open source PaaS I've been working on with my friend Antoine Leclair.

Lots of conversation & discussion about self-hosting / cloud exits these days (pros, cons, etc.) Happy to engage :-)

Cheers!

replies(5): >>45661586 #>>45661653 #>>45661686 #>>45664979 #>>45678981 #
2. bstsb ◴[] No.45661586[source]
what does this service offer over an established tool like Coolify? currently hosting most of my services on a cheap Hetzner VPS so i'm interested what Disco has to offer
replies(5): >>45661611 #>>45661621 #>>45661727 #>>45661870 #>>45666350 #
3. alberth ◴[] No.45661611[source]
Or Dokku, Dokploy or CapRover

Would be great to have a comparison on the main page of Disco

replies(1): >>45666567 #
4. odie5533 ◴[] No.45661621[source]
There's quite a few now. Coolify, Dokku, CapRover, Kamal.
replies(1): >>45664396 #
5. ◴[] No.45661653[source]
6. martinald ◴[] No.45661686[source]
Just to be aware when you say "Even with all 6 environments and other projects running, the server's resource usage remained low. The average CPU load stayed under 10%, and memory usage sat at just ~14 GB of the available 32 GB."

The load average in htop is actually per CPU core. So if you have 8 CPU cores like in your screenshot, a load average of 0.1 is actually 1.25% (10% / 8) of total CPU capacity - even better :).

Cool blog! I've been having so much success with this type of pattern!

replies(1): >>45661919 #
7. gregsadetsky ◴[] No.45661727[source]
Coolify and other self-hosting options such as Kamal are great. We're all in the same boat!

I'd say the main differences is that we 1) we offer a more streamlined CLI and UI rather than offering extensive app/installation options 2) have an api-key based system that lets team members collaborate without having to manage ssh access/keys.

Generally speaking, I'd say our approach and tooling/UX tends to be more functional/pragmatic (like Heroku) than one with every possible option.

8. Onavo ◴[] No.45661870[source]
There's also Canine and Kubero

https://news.ycombinator.com/item?id=44292103

https://news.ycombinator.com/item?id=44873057

9. gregsadetsky ◴[] No.45661919[source]
Sharp eye! Thanks. Fixed
10. ajayvk ◴[] No.45664396{3}[source]
https://devpu.sh/ is another alternative, it has a nice UI built with Hypermedia (HTMX).

I am building https://github.com/openrundev/openrun/. Main difference is that OpenRun has a declarative interface, no need for manual CLI commands or UI operations to manage apps. Another difference is that OpenRun is implemented as a proxy, it does not depend on Traefik/Nginx etc. This allows OpenRun to implement features like scaling down to zero, RBAC access control for app access, audit logs etc.

Downside with OpenRun is that is does not plan to support deploying pre-packaged apps, no Docker compose support. Streamlit/Gradio/FastHTML/Shiny/NiceGUI apps for teams are the target use case. Coolify has the best support and catalog of pre-packaged apps.

11. __mharrison__ ◴[] No.45664979[source]
Thanks for sharing. I have an app I'm working on and this seems perfect for it.
12. JrProgrammer ◴[] No.45666350[source]
There is also Dokploy which is what I've been using on my homelab for a while. https://dokploy.com/
13. ptman ◴[] No.45666567{3}[source]
https://gist.github.com/ptman/1b9e3a992e6c8aeecc86b5f1fd1c5f... is this a decent starting point?
replies(2): >>45671091 #>>45674309 #
14. hersko ◴[] No.45671091{4}[source]
Not OP but this is great. Thanks!
15. alberth ◴[] No.45674309{4}[source]
amazing, thanks!
16. carzilla ◴[] No.45678981[source]
Hi,

Interesting project. Do you have any screenshots of the UI of Disco?

replies(1): >>45680325 #
17. gregsadetsky ◴[] No.45680325[source]
The microscopic screenshot on the homepage of https://disco.cloud is almost everything we have - I really really need to update the docs

Oh, there’s actually this tutorial that shows a tiny preview of it:

https://disco.cloud/docs/deployment-guides/meilisearch

Thanks for the reminder!