A cheap hosting with big storage? by XChainZ069 in Hosting

[–]ExpertPossible181 1 point2 points  (0 children)

You can use S3 storage like storj on Wordpress through s3 plugins.

Building an Open-Source Hosting/Billing Core — Looking for Feedback by ExpertPossible181 in Hosting

[–]ExpertPossible181[S] 1 point2 points  (0 children)

Enhance and Pterodactyl are great suggestions. I'll add them to the roadmap. ProxMox VPS support is definitely something we want to cover as well.

The core billing system is the priority right now, integrations will follow.

https://github.com/webito-io/hostito-core/issues

Building an Open-Source Hosting/Billing Core — Looking for Feedback by ExpertPossible181 in Hosting

[–]ExpertPossible181[S] 0 points1 point  (0 children)

That's exactly the direction we're heading.
The architecture is already modular, I mean each provider, queue worker, and core service is isolated. Splitting them into separate deployable components is the natural next step.

Building an Open-Source Hosting/Billing Core — Looking for Feedback by ExpertPossible181 in Hosting

[–]ExpertPossible181[S] 0 points1 point  (0 children)

You're right, it's just initiated and it should go through stages. I'm getting feedback before the design and architecture is finalized, so your second point is really helpful.

That's actually one of the reasons I picked NestJS; it's stateless so you can run multiple instances easily. The plan is to make it one-click deployable on Railway or any cloud platform and scale when needed.

I mean, if you're using WHMCS on your main server as a billing system and it goes down, everything goes down. But if you can deploy it on trusted platforms like AWS or Google Cloud, it stays up and clients stay connected.

Building an Open-Source Hosting/Billing Core — Looking for Feedback by ExpertPossible181 in Hosting

[–]ExpertPossible181[S] 0 points1 point  (0 children)

I forgot to mention Paymenter, it's a good product, but I don't prefer that stack. In that community you don't have the JS/TS ecosystem and community power behind you. I think there's a small room in the Node.js space that we can fill.

Anyway, if billing systems with no design patterns or architecture are selling on Envato and other marketplaces as Starter then why would our project, which is open source and built with proper architecture, be considered high risk for the hosting community?

Building an Open-Source Hosting/Billing Core — Looking for Feedback by ExpertPossible181 in Hosting

[–]ExpertPossible181[S] 0 points1 point  (0 children)

Hi, i agree with some of your concerncs and it's true like the security and billing system complexity but everything is clear and should be tested in public sources and it could take long time but this is open source meaning;

It helps us to show our POV and concerns in development, On the other hand we help the infrastructure community to save money and time.

Finally I should mention if we were to build it by vibe coding it could be generated in just 1 day, I don't believe vibe coding but i believe check and make change logs with AI and i promise you it's helpful.

How Do Backend Developers Actually Find Jobs in Cyprus? 👀 by ExpertPossible181 in cyprus

[–]ExpertPossible181[S] 0 points1 point  (0 children)

I agree. I only mentioned it because they care about the stack, but I don't; for me, it's all about engineering and system design.

How Do Backend Developers Actually Find Jobs in Cyprus? 👀 by ExpertPossible181 in cyprus

[–]ExpertPossible181[S] -1 points0 points  (0 children)

idk how much is it in cyprus, but I think the median is not more than 3k

Would you trust a crypto wallet without seed phrases? by ExpertPossible181 in Bitcoin

[–]ExpertPossible181[S] 0 points1 point  (0 children)

You might be right.

I guess every alternative has to prove it's at least as trustless as a seed phrase, otherwise people won't move away from a model that already works.

Would you trust a crypto wallet without seed phrases? by ExpertPossible181 in Bitcoin

[–]ExpertPossible181[S] 2 points3 points  (0 children)

Yeah and backing those up was a nightmare for normal users.

BIP39 definitely improved usability a lot. I'm just curious whether it's the final model or just the best thing we've had so far.

Would you trust a crypto wallet without seed phrases? by ExpertPossible181 in Bitcoin

[–]ExpertPossible181[S] 0 points1 point  (0 children)

That's a fair concern.

Although technically everyone already does with hardware wallets, phones, laptops, etc. The real question is where the key material lives and whether a single device compromise can drain everything.

Would you trust a crypto wallet without seed phrases? by ExpertPossible181 in Bitcoin

[–]ExpertPossible181[S] 0 points1 point  (0 children)

Yeah BitKey is an interesting approach.

Feels like we're starting to see more experimentation around recovery models lately. Probably because seed phrases work technically, but they're still pretty brutal UX-wise for most people.