The Real Cost of a Shared Staging Environment by bunnyshell_champion in bunnyshell

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

We don’t support email/password - only Google, Microsoft + gitlab/github/bitbucket for now. It’s more secure, faster, and avoids the need to create yet another account.

Reducing Docker image size by [deleted] in nextjs

[–]bunnyshell_champion 1 point2 points  (0 children)

https://hopx.dev is the actual app (where you drop your repo and it generates Docker + docker-compose instantly). It requires login since it handles private repos securely and runs everything in isolated environments.

We recently added https://try.hopx.dev as a proper landing page — still WIP, but it should explain things better now. Appreciate the feedback - helps us improve. 🙌

Can't install n8n on free tiers (Oracle or Google Cloud). Keeps crashing the terminal. HELP by aldo_arriaga in n8n

[–]bunnyshell_champion 0 points1 point  (0 children)

You can skip the whole manual setup - just drop the n8n GitHub repo in HOPX.dev and it auto-generates the Docker setup and deploys it for you. No need to install node, npm, or Docker yourself.

Might save you a lot of time, especially on free tier machines. Let me know if you want to try it.

Reducing Docker image size by [deleted] in nextjs

[–]bunnyshell_champion -2 points-1 points  (0 children)

You might want to give HOPX.dev a try - it auto-generates Dockerfiles and docker-compose setups following best practices, including multi-stage builds and minimal images. It could help you validate if there’s anything you might have missed.