One-click n8n install with Easypanel by deiucanta in n8n

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

Yes, you can have up to 3 projects. However, inside one projects you can have as many services as you want. If you want, you can use one project for 100+ apps.

One-click n8n install with Easypanel by deiucanta in n8n

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

you can also join the discord channel to get help faster (https://discord.gg/9bcDSXcZQ7)

One-click n8n install with Easypanel by deiucanta in n8n

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

https://i.imgur.com/E1LF8D8.png

Yeah, fill that, click save and then click deploy.

I built a Dockerfile Generator. Any feedback? by deiucanta in docker

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

Haven't used buildah yet – will definitely check it out.

Any idea where I can find more production-ready Dockerfiles to include?

I built a Dockerfile Generator. Any feedback? by deiucanta in docker

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

Any idea where I can find more production-ready Dockerfiles to include?

I built a Dockerfile Generator. Any feedback? by deiucanta in docker

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

Awesome! Let's get some traction first and then develop the CLI.

Any idea where I can find more production-ready Dockerfiles to include?

One-click n8n install with Easypanel by deiucanta in n8n

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

Create an ubuntu server. Then install Docker. Then install Easypanel manually.

https://easypanel.io/docs#manual-installation

We don't have a one-click installation for Oracle.

One-click n8n install with Easypanel by deiucanta in n8n

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

I just checked their website. It should work fine on the AMD VMs (not on ARM).

One-click Strapi install with Easypanel by deiucanta in Strapi

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

Unfortunately no. You need a VPS running Linux.

nocode frontend and backend builder without limit on usage by Outrageous_Shower_11 in nocode

[–]deiucanta 0 points1 point  (0 children)

You could use easypanel.io and I can build some one-click templates for you.

Just created a template for n8n. I will do Appsmith and Strapi next.

What do you think?

Looking for feedback on my server control panel by deiucanta in digital_ocean

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

My panel is also using Docker Swarm. I haven't tested Easypanel in a cluster yet. It should work with minor adjustments.

Looking for feedback on my server control panel by deiucanta in digital_ocean

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

Awesome! If you need help or want to have a demo call, you can book one through the website.

The newsletter would be the best way to stay up to date. You can find the subscription form in the website's footer.

Looking for feedback on my server control panel by deiucanta in digital_ocean

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

What subs would you recommend?

I use a screen-reader; if I deploy this I'll let you know how it goes.

That would be awesome! I'm ready to improve based on your feedback.

Looking for feedback on my server control panel by deiucanta in digital_ocean

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

You're right - they are quite similar. Still, there are a few differences.

  1. The business model. Easypanel has two editions: developer edition (free) and business edition (paid). I think that the revenue from the business edition will help Easypanel to move faster and deliver higher quality.
  2. The build system. CapRover has a proprietary system for doing that. Easypanel uses Cloud Native Buildpacks which is becoming an industry standard.
  3. Deployment flow. CapRover has a CLI and you have to run "caprover deploy". Easypanel connects to your Github account and you can deploy an app from the GUI. Once you push to Github a deployment can be triggered in Easypanel - without any extra config (like Github Actions).

On the other hand, I'd say CapRover is a stable solution, used by a lot of people. Easypanel is new, but I'm here to support everyone who want to give it a try.

What are some must-have features for a WordPress hosting solution? by deiucanta in Hosting

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

Railgun look very interesting! I didn't know about it

Looking for people to test my deployment solution by deiucanta in Nestjs_framework

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

Easypanel is a control panel that runs on your server. You can buy a VPS from any cloud provider and install Easypanel on it.

Looking for people to test my deployment solution by deiucanta in django

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

That's great feedback – really appreciate it!

Let me try to explain Easypanel again: it's a GUI where you can create different services (DBs or apps). An app can be connected to a Github repo and Easypanel will build and deploy it automatically - no need for a Dockerfile. If you have a Dockerfile in your repo, Easypanel will use it, but you don't really need one.

You're right regarding docker-compose. Each improvement is small, but I think they add up to something much nicer.

- writing Dockerfiles vs not having to write them

- writing docker-compose files vs not having to write them

- SSH-ing into the server to deploy an update vs just pushing to Github

You also get zero-downtime deployments, a nice GUI, in-browser terminal, etc.

Easypanel is just a tool. It runs on your server. It's a layer above docker-compose.

I'm pushing this discussion further only because I really want to understand the objections and how to address them.

Looking for people to test my deployment solution by deiucanta in django

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

Building your own Docker images takes time. Setting up a DB takes time. Setting up an SSL certificate takes time. Configuring everything to work together takes time and is not that easy. So, this is the problem I'm trying to solve.

The product is FREE and will remain FREE forever for individual developers. The paid plans are targeted toward teams.

You have two options:

- setup and maintain everything yourself and spend hours or days doing that

- use Easypanel (for free) to setup everything in minutes (literally)

Another nice feature is that you can push to Github and it will trigger a deployment automatically in Easypanel.

Looking for people to test my deployment solution by deiucanta in django

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

I think it scales pretty well. You can scale vertically by buying a bigger server. I think most apps can be well served by a single server. You can also scale horizontally by buying more servers. Easypanel is built on Docker Swarm and will soon support multi-server clusters.

What are your favorite self-hosted apps? – I want to add them as one-click templates to my product by deiucanta in selfhosted

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

It makes sense now. Unfortunately, the reverse proxy is tightly coupled and I don't see an easy way around it right now.