Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Getting to Know Deplo

DeluxHostDeluxHost Member, Patron Provider

Hello LET 👋

Today we wanted to share something a little different from our usual hosting offers.

We’re happy to introduce Deplo, an open-source deployment platform designed to make running applications on your own VPS, dedicated server or hardware significantly easier.

The idea is simple:
Connect your repository → pick your server → deploy.

Deplo handles the builds, containers, routing, HTTPS, logs, monitoring, backups and the operational work around your application, while the infrastructure remains completely yours.

Deplo is an independent open-source project, and DeluxHost is supporting the project as an official sponsor.

DeluxHost is also the first hosting provider to officially integrate Deplo as a one-click deployment option on compatible servers, as part of our partnership with the project.

The public Deplo Live Demo is hosted on infrastructure provided by DeluxHost.

👉 Website: https://deplo.build
👉 GitHub: https://github.com/deploCloud/deplo
👉 Documentation: https://deplo.build/docs
👉 Live Demo: https://demo.deplo.build

Comments

  • This looks interesting for sure!

    I have starred the git repo, good luck with deplo!

    Thanked by 2DeluxHost deplo
  • itzsenuitzsenu Member

    Looks cool. wanna try that out

    Thanked by 2DeluxHost deplo
  • rpqurpqu Member
    Thanked by 3zed itzsenu deplo
  • Looks cool

    Thanked by 2DeluxHost deplo
  • How is this different from Coolify?

    Thanked by 2deplo BasToTheMax
  • DeluxHostDeluxHost Member, Patron Provider

    @averagedatahoarder said:
    How is this different from Coolify?

    You can check it here: https://deplo.build/comparison/coolify

    Thanked by 1deplo
  • itzsenuitzsenu Member
    edited 10:49AM

    @DeluxHost there’s an issue with the installer. i think it needs to be more reliable across different environments. if Docker isnt installed, it tries to set everything up, but it doesn’t do it correctly, even though the Docker app is running. idk is it for me or not

    1. installer fails if Docker isn’t installed, or sometimes because of some other issue.
    2. the link print doesn’t print correctly sometimes. not always, but sometimes.
    Thanked by 1deplo
  • itzsenuitzsenu Member
    edited 11:06AM

    @itzsenu said: idk is it for me or not

    main issue i got is bash: line 1329: DEPLO_DOMAIN: unbound variable. idk why, i tried it on 3 servers and it only worked on this one. i didn’t go check what the issue was. i tried it and the tool is awesome :wink: . i might move from Dokploy to this.

     Deplo Installer - v0.1.2
     Installs Deplo on this machine - Docker, HTTPS and the dashboard. Nothing to configure.
    
     ▌ Preflight
      ✔ Debian GNU/Linux 13 on x86_64
      ✔ systemd present
      ✔ curl and openssl present
      ✔ 128 GB of RAM.
      ✔ 64 CPU cores.
      ✔ 4 TB free on /.
      › Docker is not installed - the installer will add it
      ✔ Port 80 free
      ✔ Port 443 free
      ✔ Port 3000 free
      ✔ Outbound HTTPS reaches ghcr.io
      ✔ Address: 203.0.113.42
      ✔ deplo-7f3a91.nip.io → 203.0.113.42
    
      ! Preflight passed with no warnings.
    
     ▌ Docker
      ✔ Docker installed (29.8.0) 34s
      ✔ git already installed
      › Applying Docker address pool 10.200.0.0/13 (a /24 per network)...
      ✔ Docker address pool: 10.200.0.0/13, a /24 per app (thousands of apps, not 31)
    
     ▌ Workspace
      › Preparing /opt/deplo and the 'deplo' network
      ✔ Workspace ready secrets in /opt/deplo/.env
    
    bash: line 1329: DEPLO_DOMAIN: unbound variable
    itzsenu@itzsenu:~# curl -fsSL https://deplo.build/install.sh | bash
    
     Deplo Updater - v0.1.2
     Updates Deplo in place, in about a minute. Your apps keep running.
    
     ▌ Preflight
      ✔ Debian GNU/Linux 13 on x86_64
      ✔ systemd present
      ✔ curl and openssl present
      ✔ 128 GB of RAM.
      ✔ 64 CPU cores.
      ✔ 4 TB free on /.
      ✔ Docker 29.8.0, daemon responding
      ✔ Docker Compose 5.5.1
      ✔ Port 80 free
      ✔ Port 443 free
      ✔ Port 3000 free
      ✔ Outbound HTTPS reaches ghcr.io
      ✔ Address: 203.0.113.42
      ✔ deplo-7f3a91.nip.io → 203.0.113.42
    
      ! Preflight passed with no warnings.
    
     ▌ Docker
      ✔ Docker already installed (29.8.0)
      ✔ git already installed
      ✔ Docker address pools already configured, leaving them untouched
    
     ▌ Workspace
      › Preparing /opt/deplo and the 'deplo' network
      ✔ Workspace ready secrets in /opt/deplo/.env
    
     ▌ Reverse proxy
      ✔ Traefik running 80/443, Let's Encrypt for deplo-7f3a91.nip.io (9s)
    
     ▌ Control plane
      ✔ Pulling ghcr.io/deplocloud/deplo:0.1.2 14s
      ✔ Starting Postgres and the Deplo control plane 21s
      ✔ Control plane running ghcr.io/deplocloud/deplo:0.1.2 (11s)
    
     ▌ This host as a server
      ✔ Server agent installed this host is now a Deplo server (10s)
    
     ╭─ Deplo updated in 67s ─────────────────────────────────────────────────────╮
     │  Dashboard  https://deplo-7f3a91.nip.io                                  │
     │  Set up     https://deplo-7f3a91.nip.io/setup?key=9f4c82a71d6e3b8a        │
     │  Version    v0.1.2                                                         │
     │  Data dir   /opt/deplo                                                     │
     │  Database   Postgres, private network only                                 │
     │  Proxy      Traefik, ports 80/443, automatic HTTPS                         │
     │  Server     itzsenu, this machine                                           │
     ╰────────────────────────────────────────────────────────────────────────────╯
    
     Next
       Open https://deplo-7f3a91.nip.io - your apps kept running throughout.
    
        No account yet? Create it at https://deplo-7f3a91.nip.io/setup?key=9f4c82a71d6e3b8a
        deplo-7f3a91.nip.io already resolves to this server, so there is no DNS to set up.
        Its certificate issues on the first request.
        To use your own domain, re-run with --domain <your domain>.
        Locked out? ssh -L 3000:localhost:3000 [email protected], then open http://localhost:3000
        Lost the owner account? `deplo recover owner <username>` on this host.
        GitHub must be able to reach https://deplo-7f3a91.nip.io for callbacks and webhooks.
        Transcript: /var/log/deplo-install.log
    
    itzsenu@itzsenu:~#
    
    Thanked by 1deplo
  • nongzusalanongzusala Member
    edited 11:25AM

    save the money from keeping your poor service consumers without waiting for the response to their tickets please

    Thanked by 1deplo
  • deplodeplo Member

    @itzsenu said:
    @DeluxHost there’s an issue with the installer. i think it needs to be more reliable across different environments. if Docker isnt installed, it tries to set everything up, but it doesn’t do it correctly, even though the Docker app is running. idk is it for me or not

    1. installer fails if Docker isn’t installed, or sometimes because of some other issue.
    2. the link print doesn’t print correctly sometimes. not always, but sometimes.

    Hi, tysm! We're working on it! The fix will be online in about 1h :smile:

    Thanked by 1itzsenu
  • @itzsenu said:
    @DeluxHost there’s an issue with the installer. i think it needs to be more reliable across different environments. if Docker isnt installed, it tries to set everything up, but it doesn’t do it correctly, even though the Docker app is running. idk is it for me or not

    1. installer fails if Docker isn’t installed, or sometimes because of some other issue.
    2. the link print doesn’t print correctly sometimes. not always, but sometimes.

    Wrong person to address that to. They only sponsor the project^^

    Thanked by 1deplo
  • itzsenuitzsenu Member

    @Mainfrezzer said:

    @itzsenu said:
    @DeluxHost there’s an issue with the installer. i think it needs to be more reliable across different environments. if Docker isnt installed, it tries to set everything up, but it doesn’t do it correctly, even though the Docker app is running. idk is it for me or not

    1. installer fails if Docker isn’t installed, or sometimes because of some other issue.
    2. the link print doesn’t print correctly sometimes. not always, but sometimes.

    Wrong person to address that to. They only sponsor the project^^

    who knew, he hee :smile:

    Thanked by 1deplo
  • deplodeplo Member

    @Mainfrezzer said:

    @itzsenu said:
    @DeluxHost there’s an issue with the installer. i think it needs to be more reliable across different environments. if Docker isnt installed, it tries to set everything up, but it doesn’t do it correctly, even though the Docker app is running. idk is it for me or not

    1. installer fails if Docker isn’t installed, or sometimes because of some other issue.
    2. the link print doesn’t print correctly sometimes. not always, but sometimes.

    Wrong person to address that to. They only sponsor the project^^

    dw! We're here :smile:

  • deplodeplo Member
    edited 11:48AM

    @whynotlearn said:
    This looks interesting for sure!

    I have starred the git repo, good luck with deplo!

    Thanks! Happy to know that our platform is interesting!

  • deplodeplo Member

    @itzsenu said:
    Looks cool. wanna try that out

    Let us know what you think! Your suggestions would surely help us get a better platform in the next few days or months

  • CloudHopperCloudHopper Member
    edited 12:30PM

    On what planet is a solution that deploys docker compose stacks an "alternative to the cloud"?

  • deplodeplo Member
    edited 1:03PM

    @CloudHopper said:

    On what planet is a solution that deploys docker compose stacks an "alternative to the cloud"?

    It's how cloud platforms work generally. They also use docker in some way or another to simplify the deployment of apps - also, the “alternative to the cloud” part refers to the platform model, not Docker Compose itself.

  • mhpteammhpteam Member

    so it just like Vercel?

  • deplodeplo Member

    @mhpteam said:
    so it just like Vercel?

    It's a Vercel-like experience, but self-hosted and running on your own infrastructure :smile:

    Thanked by 1mhpteam
  • itzsenuitzsenu Member

    @deplo said: It's a Vercel-like experience, but self-hosted and running on your own infrastructure

    first, i didn’t check the app properly. but it has so many failures and memory leaks. hope u fixed them. i’m still gonna use Dokploy for now :)

    Thanked by 3rpqu deplo monsoon73
  • forestforest Member

    Podman > Docker anyway.

    Thanked by 1itzsenu
  • deplodeplo Member
    edited 1:38PM

    @forest said:
    Podman > Docker anyway.

    I've tried Podman and it's great. But Deplo is made for people who don't want to deal with docker (or any terminal/containerization system) directly - there is still an option to interact with it, but it's completely optional.

  • deplodeplo Member

    @itzsenu said:

    @deplo said: It's a Vercel-like experience, but self-hosted and running on your own infrastructure

    first, i didn’t check the app properly. but it has so many failures and memory leaks. hope u fixed them. i’m still gonna use Dokploy for now :)

    The installation issue should be fixed now. As for the memory leaks, could you please provide us more details? Thanks! (You can also open an issue on github and we'll look into it asap)

  • @CloudHopper said:

    On what planet is a solution that deploys docker compose stacks an "alternative to the cloud"?

    AI generated slogan.

    Thanked by 2forest monsoon73
  • itzsenuitzsenu Member

    @alincupunct said: AI generated slogan.

    something fully generated daily by an unemployed person. first it looked cool, but it doesn’t anymore. anyway, better than SSHSpan.

    Thanked by 1alincupunct
  • deplodeplo Member
    edited 2:02PM

    @alincupunct said:

    @CloudHopper said:

    On what planet is a solution that deploys docker compose stacks an "alternative to the cloud"?

    AI generated slogan.

    @itzsenu said:

    @alincupunct said: AI generated slogan.

    something fully generated daily by an unemployed person. first it looked cool, but it doesn’t anymore. anyway, better than SSHSpan.

    Hi! Thank you for such a thorough comment, although we don't find some of its conclusions particularly accurate.

    We’d like to take this opportunity to clarify our position regarding AI, because we believe it’s important to set clear boundaries around how we use it.

    We believe AI is a great and valuable tool that can certainly be helpful. At the same time, we believe ideas should come from the person first and then be reviewed and refined using the tools available today. Fortunately, AI is still not quite capable of coming up with titles that compelling, which is why I can confirm that the copy for our website was entirely conceptualized by a copywriter and then transcribed and refined in certain parts with the help of AI.

    The slogan was entirely conceived by the copywriter in question, with no AI involved in the creative process behind it.

    We want to be very clear and transparent about this: we are absolutely PRO-AI, but we believe in using it within reasonable limits. AI cannot currently replace a human being or their expertise in a specific field. You only need to look at websites that are genuinely AI-generated to notice the pattern: generic wording, an unclear target audience, zero emotional depth, gradients everywhere, and the same recognizable formatting patterns.

    To make our position crystal clear, the founder of the project is a Web Developer and Designer, as well as a UI/UX Graphic Designer. The other members of the team are specialized in different fields that complement the project and bring their own expertise to it.

    Thank you for giving us the opportunity to properly explain our vision and approach to AI.
    Have a great day!

  • @deplo said: The slogan was entirely conceived by the copywriter in question, with no AI involved in the creative process behind it.

    With no creative process behind it.
    ftfy

    Thanked by 1monsoon73
  • @DeluxHost said:

    @averagedatahoarder said:
    How is this different from Coolify?

    You can check it here: https://deplo.build/comparison/coolify

    LOL

    "Three things"

    1 entirely useless, make permissions PER ACTION LOL useless.
    Networkin? Balatant lie works fine on coolify if that's complicated ur brain is smooth
    Coolify only needs 1 server for team.

    3 things, 1 useless, 2 complete lies! what a great ass platform give ur AI tokens back to society.

    Thanked by 2monsoon73 itzsenu
  • @deplo said:

    @alincupunct said:

    @CloudHopper said:

    On what planet is a solution that deploys docker compose stacks an "alternative to the cloud"?

    AI generated slogan.

    @itzsenu said:

    @alincupunct said: AI generated slogan.

    something fully generated daily by an unemployed person. first it looked cool, but it doesn’t anymore. anyway, better than SSHSpan.

    Hi! Thank you for such a thorough comment, although we don't find some of its conclusions particularly accurate.

    We’d like to take this opportunity to clarify our position regarding AI, because we believe it’s important to set clear boundaries around how we use it.

    We believe AI is a great and valuable tool that can certainly be helpful. At the same time, we believe ideas should come from the person first and then be reviewed and refined using the tools available today. Fortunately, AI is still not quite capable of coming up with titles that compelling, which is why I can confirm that the copy for our website was entirely conceptualized by a copywriter and then transcribed and refined in certain parts with the help of AI.

    The slogan was entirely conceived by the copywriter in question, with no AI involved in the creative process behind it.

    We want to be very clear and transparent about this: we are absolutely PRO-AI, but we believe in using it within reasonable limits. AI cannot currently replace a human being or their expertise in a specific field. You only need to look at websites that are genuinely AI-generated to notice the pattern: generic wording, an unclear target audience, zero emotional depth, gradients everywhere, and the same recognizable formatting patterns.

    To make our position crystal clear, the founder of the project is a Web Developer and Designer, as well as a UI/UX Graphic Designer. The other members of the team are specialized in different fields that complement the project and bring their own expertise to it.

    Thank you for giving us the opportunity to properly explain our vision and approach to AI.
    Have a great day!

    Aka, 4 paragraphs to say humans wrote the text on the website (Of which has countless errors)

    And the entire backend is 100% AI but you avoid talking about it.

    Thanked by 1itzsenu
  • @LEBUserJoe said:

    @DeluxHost said:

    @averagedatahoarder said:
    How is this different from Coolify?

    You can check it here: https://deplo.build/comparison/coolify

    LOL

    "Three things"

    1 entirely useless, make permissions PER ACTION LOL useless.
    Networkin? Balatant lie works fine on coolify if that's complicated ur brain is smooth
    Coolify only needs 1 server for team.

    3 things, 1 useless, 2 complete lies! what a great ass platform give ur AI tokens back to society.

    And that part of the website is HORRIBLE UX.

Sign In or Register to comment.