How to point a NameCheap Domain to a Digital Ocean Droplet

Поделиться
HTML-код
  • Опубликовано: 25 авг 2024

Комментарии • 11

  • @heycherry100
    @heycherry100 Год назад +4

    I jumped straight to 12:40, because I remember how to do everything except the configuration of namecheap and it worked perfectly, thank you very much!😁

    • @codewithbubb
      @codewithbubb  10 месяцев назад

      Great! Glad it you got setup.

  • @paulkaranja7670
    @paulkaranja7670 Год назад

    Oh man! Thanks, Great stuff. I appreciate this.💘

  • @todosistemas344
    @todosistemas344 9 месяцев назад +2

    How to add SSL certificate?

    • @codewithbubb
      @codewithbubb  9 месяцев назад +2

      certbot (free certificate from letsencrypt) is probably your best/easiest way. I did a tutorial on this a while back which you can see here: ruclips.net/video/8i3OjPqPHmc/видео.html

  • @musumo1908
    @musumo1908 Год назад +1

    Hey. Great video thanks. I’m new to docker and found your channel. Will this method support running multiple different docker applications? I’m looking to run plausible (saw your video) and several other self hosted docker apps..thanks

    • @codewithbubb
      @codewithbubb  Год назад

      Thanks very much! Yeah of course, you can run multiple docker apps - obviously just need docker installed on your VPS/Droplet which you can do either manually or via the 1-click install like I did in this video.
      Your only limitation is going to be RAM but I’m successfully running Plausible/nginx on the most basic Digital Ocean droplet (1GB) and I reckon I could run a few more apps before needing to upgrade.
      Hope that helps.

    • @musumo1908
      @musumo1908 Год назад +1

      Hey thanks…for taking the time to reply! Aha ok…I’m new to any coding stuff but was techy in another life lol…ok so is it feasible to run different apps inside the same docker on DO? I started seeing stuff about needing reverse proxy’s..? Will follow your plausible install video…cheers

    • @codewithbubb
      @codewithbubb  Год назад

      Yeah you can absolutely have multiple apps running. The reverse proxy is intended to expose things to the Internet. So you can have plausible running through your reverse proxy for example but maybe have additional apps which are private.

    • @codewithbubb
      @codewithbubb  Год назад

      If you want to host multiple apps (either in Docker or just apps running on your server) you might be interested in this video where we look at configuring multiple apps running on a reverse proxy: How to Host Multiple Node Apps with nginx and pm2
      ruclips.net/video/5NwwuSWrCdw/видео.html

    • @musumo1908
      @musumo1908 Год назад

      @@codewithbubb thanks. Think I may be getting a bit carried away to start with lol. Plausible looks straightforward. I also want to run typebot self hosted but that needs smtp access…in case you fancy a typebot install video! 😉