Wouldn't using talos be better than having to run this on custom managed ubuntu servers?
Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
131–140 of 149 posts
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#132I love the verbiage. When I see a folder in the source named "dream", then files named "Universe" and "multiverse", it pulls me in :). I also love the single binary in Go. That's on my todo list for a few things. Well done!
dream allows you to run tau locally and even write E2E unit tests.
we always try to have cool names :)
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#133Is the advantage of this, that you only have to keep the one binary up to date, in contrast to e.g. a host with docker-compose and the containers therein?
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#134Am I wrong, or all this ends up doing is round-robin DNS, which is no good for a geographic CDN?
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#135Would this be a good combo to combine with Hetzner server auctions, or just too much trouble ? or even with todays connections having a server at home ? any success stories ?
looking at https://www.hetzner.com/sb/:
- you can build a beefy cloud for less than €150/mo!
- plus you can run LLM inference (check https://github.com/ollama-cloud) for another €150/mo per node
not bad!
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#136Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#137I've been reading through the docs and skipping through the one recentish YouTube tutorial trying to make sense of what this actually is. While it seems like an impressive thing for what appears to be a one-man-project, the almost complete lack of documentation makes it feel like a bit of a hard no in the current state. There seems to be a history of it being heavily linked to Web3 things that also feels weird. Some…
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#138Self-hosted platform as a service?! Isn't the whole point of platforms as a service (from the customer perspective) that you don't need to do the hassle of self hosting. There are pros and cons to using an external service and to self hosting. And just throwing all these words at me together makes me feel like there isn't a coherent mental model of what this is trying to be, or if there is it isn't clearly communicat…
Replying just to “isn't a coherent mental model”: I just took a deep dive into the documentation- which is comprehensive - and I feel the complete opposite; the author has a very well refined mental model of a PaaS and has created a modularized source-code expression of that model that I found very interesting. The CI module is called “patrick”, which gave me a chuckle. You have some good feedback in your post, but I…
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#139Earlier quoted context omitted.
Before Coolify came CapRover and dokku. My toy server (64ram, ryzen 5600G 60tb HDD, 4tb NVMe) is currently running fedora/caprover, though I've been considering just putting truenas scale on it, as it added custom deployments as well...
Love Caprover. Using this on production to host many docker containers.
Re: Tau: Open-source PaaS – A self-hosted Vercel / Netlify / Cloudflare alternative
#140Earlier quoted context omitted.
CapRover has a UI to install new apps or configure existing ones.
CapRover set up was kind of annoying last I used it.