Self Host 101 - Run Multiple Apps with Caddy | DNS, Static Sites, Reverse Proxies and Let's Encrypt

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

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

  • @syntaxfm
    @syntaxfm  10 месяцев назад +11

    00:56 Domain Purchase and DNS Setup
    02:43 Creating DNS Records
    04:32 Query DNS Records with dig
    07:50 www subdomain record, CNAME records and TEXT records
    10:19 Email forwarding and a catch-all address
    11:23 DNS Resources
    12:13 SSH to your VPS with a Domain Name
    13:08 Responding to HTTP Requests from our Server
    16:27 Web Server Software
    18:12 Why do we need a Web Server?
    19:05 How To Navigate The Caddy Docs
    21:32 Caddy Architecture / reloading configuration
    22:35 Install Caddy
    24:17 Set up https for the root domain
    25:39 Redirect IP to the root domain
    27:21 Multiple Caddyfile Setup
    31:41 Redirect www subdomain to root domain
    34:15 Set up /var/www folder
    39:05 Transfer files to the server with scp
    40:35 Sync a folder with rsync
    42:31 Clone a public git repo
    44:44 Hide files from Caddy file_server
    46:08 handle_errors in the Caddyfile
    47:46 Clone private git repos with an SSH deploy key
    52:16 Install node.js with nvm
    54:03 Set up Holidays API Example
    56:37 Create a reverse_proxy with Caddy
    1:00:45 Manage long running processes with pm2
    1:04:07 Run a TypeScript node.js API
    1:09:52 Run a static website that has a build process
    1:14:44 Caddyfile concepts and Logging
    1:17:12 Common Caddyfile patterns including SPA redirects
    1:18:15 Thanks!

  • @Svish_
    @Svish_ 9 месяцев назад +7

    Please, please, please continue this series! Subjects I'd love to see:
    - How to configure things like logging and errors for "globally", so you don't need to configure it separately for each and every site
    - Any way to limit repetition in the setup? Saw someone mention something with the @-character in a comment?
    - Safe and easy ways to auto-deploy from git when pushing to a branch? Both for plain static sites, ones requiring a build step, and custom (e.g. node) servers

  • @armaandhanji7151
    @armaandhanji7151 10 месяцев назад +36

    This is seriously top quality content on RUclips. Amazing work as always CJ and the Syntax team!

  • @vincentpena7017
    @vincentpena7017 10 месяцев назад +15

    This is what I need. Please for the next video, guide for securing your server from DDOS, etc. Thanks CJ

    • @ThatRandomDude914
      @ThatRandomDude914 10 месяцев назад +2

      Probably just add a cloudflare protection layer between your DNS

    • @syntaxfm
      @syntaxfm  9 месяцев назад +7

      You can do this easily with Cloudflare. I'll touch on it in a future video.
      You can read about it here:
      developers.cloudflare.com/learning-paths/prevent-ddos-attacks/baseline/proxy-dns-records/
      developers.cloudflare.com/dns/manage-dns-records/reference/proxied-dns-records/

    • @vincentpena7017
      @vincentpena7017 9 месяцев назад

      @@syntaxfm oooh! Never knew about this learning paths from cf. Thanks for sharing CJ

  • @ConstantinChirila
    @ConstantinChirila 9 месяцев назад +5

    I don't think I've ever watch a clearer, easy to understand and to digest youtube video. Ive loved every bit of it. Il be following you everywhere!

  • @Patrick33456
    @Patrick33456 6 дней назад

    CJ, I spend a ton of time on RUclips trying to learn as much as I can. Your series on self hosting has far and away been the best content I've consumed. You're a gifted teacher and I appreciate so much how deep you dig into what's going on under the hood while keeping it simple.
    Seriously, I absolutely adore this series. In just a short time I feel so much more confident not only self hosting but really grokking what's going on with stacks I've always taken for granted.
    THANK YOU! I look forward to any content you put out. Be well!

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

    Gotta say, these are amazing videos. It's so hard to pick the right level of abstraction to learn these topics. CJ's approach to "We're learning here at this level to move the tutorial forward, but if you wanted to dig deeper, here's 30 seconds on DNS records" is an amazing way to teach. Also, the netcat trick is so fun and a good illustration of how two computers "talk" to each other. The HTTP protocol is *just text*.

  • @hrgagan9192
    @hrgagan9192 17 дней назад

    Wow this has to be the best 2 hrs spent in a long while. Kudos!!!

  • @jakedobler9116
    @jakedobler9116 10 месяцев назад +4

    This is great!! I feel like no one has made decent content about this thank you!!

  • @St0rMsk
    @St0rMsk 5 месяцев назад +5

    Not gonna lie, this series should be behind pay wall. Absolutely amazing 👍👍

    • @syntaxfm
      @syntaxfm  5 месяцев назад +1

      Syntax is all free, no YT ads all the time.

    • @kishanbsh
      @kishanbsh 4 месяца назад

      @@syntaxfm How do you sustain this? Kindly Do a case study video for all tech content creators

  • @AbcXyz-fy7jf
    @AbcXyz-fy7jf Месяц назад

    Most comprehensive guide to Caddy server on the Earth'a internet.
    A request: Please make same video for Traefik, I've spent 30 hours to figure out how can I replace Nginx with it but nothing works for me.
    Thanks for simple and well explained crash course on caddy.

  • @rodrigojuliani5113
    @rodrigojuliani5113 5 месяцев назад

    I just love how you explain everything. Please keep this up. It's such a good material and the amount of work and care put into it is visible through and through

  • @antoinelebaux3918
    @antoinelebaux3918 8 месяцев назад

    I have been doing this type of work for years, yet I learned so many little tricks on this video, insane quality

  • @matez8355
    @matez8355 6 месяцев назад

    I have been looking for resources to understand how to hosts applications without all the SAAS's and this series has been a gold mine, thank you so much! If you could further expand on setting up something like continuous deployment automatically via pipelines like github actions that would be amazing.

  • @Sezar_SZ
    @Sezar_SZ 9 месяцев назад

    CJ is the teacher I wished I had in my entire time in university! Thank you, CJ

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

    these videos are just GOLD, thanks CJ !

  • @codeman99-dev
    @codeman99-dev 4 месяца назад

    Hey CJ! Just wanted to thank you for this. Caddy is awesome!
    Even more powerful when combined with community modules. I'm using a _caddy-dns_ module to do wildcard certificate via a DNS challenge. I'm using that same module to also run Dynamic DNS! Swifty!

  • @codewithfarhad8594
    @codewithfarhad8594 6 месяцев назад +1

    that part at 16:11 really got me cracking when CJ said: it would be cumbersome if we had to type in response everytime someone made request to our domain. DAMN that's hectic af lmaoo

  • @vincentpena7017
    @vincentpena7017 12 дней назад

    CJ is doing god work right now! Keep it coming :D

  • @adhecson
    @adhecson 8 месяцев назад

    Most comprehensive Caddy tutorial so far

  • @rism8345
    @rism8345 Месяц назад

    God bless your beautiful soul and your glorious mustache, CJ! Over the years, your videos on Coding Garden (and now Syntax as well) have helped me immensely. Keep 'em coming 🫡

  • @pjos6406
    @pjos6406 3 месяца назад

    Man, thank you for these videos. They're great. Tinkering is a lot of fun!

  • @flwi
    @flwi 7 месяцев назад

    Great tutorial! Thanks for taking the time to explain it in such great detail while still being easy to understand!

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

    Thanks for the video CJ, super in depth. Also thanks for the shirt, should be here in a few days

  • @amir-ziaei
    @amir-ziaei 10 месяцев назад

    Love the series!
    Looking forward to seeing solutions for better isolation between the apps. E.g. nested virtual servers, Docker, etc.

  • @dominicgerman5908
    @dominicgerman5908 7 месяцев назад

    Damn this is some top shelf content. CJ you're the man

  • @chekobil
    @chekobil Месяц назад

    CJ is my father !! Amazing video papa, see you in christmas

  • @saurabh9446
    @saurabh9446 10 месяцев назад +1

    This series makes me feel powerful

  • @NdamuleloNemakh
    @NdamuleloNemakh 7 месяцев назад

    This is a golden video, just what I needed, thank you sir!

  • @sergeif
    @sergeif 9 месяцев назад +1

    Awesome video! Followup video idea: using Caddy as a reverse proxy for docker containers. 👌🏻

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

    CJ is the best! Thanks for sharing your knownledge!

  • @jonathankurtis
    @jonathankurtis 9 месяцев назад +14

    now we need a video of docker + Caddy and setting up a remote build server with automated deploys instead of having to git clone.

    • @syntaxfm
      @syntaxfm  9 месяцев назад +10

      I plan to cover this in a future video. -CJ

    • @xumike3929
      @xumike3929 9 месяцев назад

      would love to see example of setting up webhook to listen to changes too (not only changes, but maybe also external ones like headless CMS publish). I planned to use caddy-exec ojust a simple node server to do that.

    • @KiKi_coaching
      @KiKi_coaching 9 месяцев назад

      @@syntaxfm The goat

    • @MinasGiannopoulos
      @MinasGiannopoulos 9 месяцев назад

      @@syntaxfm thank you for this. Dockerising it as well as setting up a local env would be amazing!

    • @matez8355
      @matez8355 6 месяцев назад

      @@syntaxfm did a video on this topic come out or is it in the works still? Thanks for everything this content is amazing

  • @eip408
    @eip408 7 месяцев назад

    top notch tuts 🙌 thanks CJ you are amazing I learned a bunch🔥 Now I am doing some research if there's a way to create my own little system to handle and automate those server creation etc jeez 🤯

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

    Thank you, CJ! This video helps demystify this process.

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

    This is awesome! I would love to see how you would set up and manage docker and a db on the vps!

  •  9 месяцев назад

    These video's are amazing! Great job :) would love to learn more about how you would approach ci/cd and I'm very curious to see Coolify in action.

  • @JuanMoisesTorrijos
    @JuanMoisesTorrijos 10 месяцев назад +1

    Excellent quality! Thank you for this! Question: How would I set up automatic deployment in my VPS?

    • @syntaxfm
      @syntaxfm  9 месяцев назад +1

      There are a few ways to do this:
      1. Clone a repo to the VPS and automatically keep it in sync with a remote repo - Checkout github.com/kubernetes/git-sync and github.com/GitJournal/git-auto-sync
      2. Create a webhook on github and have an application running on your VPS that pulls the latest changes and restarts the app when a new commit is merged to main
      Learn about github webhooks - docs.github.com/en/webhooks/using-webhooks/creating-webhooks
      This article shows a way to setup the webhook on the VPS: maximorlov.com/automated-deployments-from-github-with-webhook/
      3. Use a github action to pull the changes into the VPS - you can use the ssh-action to ssh into the VPS and perform any command - github.com/appleboy/ssh-action
      4. Use a tool like Coolify which supports auto deploy - coolify.io/ - coolify.io/docs/knowledge-base/git/github/integration
      -CJ

  • @moritzlaube1676
    @moritzlaube1676 9 месяцев назад

    Thanks CJ for this awesome content! I've read you're planning on releasing a video on setting up a build server. Will you mention Coolify to do that? Coolify now seems to work with a Caddy config as well.

  • @HikerSloth
    @HikerSloth 9 месяцев назад

    Great videos. Thank you so much. I have watched both and worked through the first on my own VPS. Will be working through this one as well. I would like to see a setup on some of the other dynamic websites like next.js and ruby on rails. Also would be interesting in see how an email server could be setup.

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

    This was a thorough explanation! Thank you!

  • @ercnshnyt
    @ercnshnyt 9 месяцев назад

    Wow this video is a goldmine. If we have a video about anything like this video, we can achieve anything. Thank a lot CJ. You are the goat.
    I have a question that not relevant to this video. Do you guys know any video similar to this one about React webpack and babel, i just want to learn about more low level of React?

  • @amerpire
    @amerpire 5 месяцев назад

    Masterpiece class CJ❤ - If possible please guide how to run (django app + DB) via docker with caddy. see you in LS 😉

    • @amerpire
      @amerpire 5 месяцев назад

      Great, you've already did in ur next video, let's watch it tommorrow, it's late GN 🛌

  • @dimitartanev97
    @dimitartanev97 9 месяцев назад

    Thank you so much guys, amazing content.

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

    Good instructional content. I skipped through to see if I could pick up any tips, especially on Caddy which I've only been using for about a year. Gratified that I organise things in /etc/caddy in a similar fashion. Curious if there is a reason you don't use CNAME instead of A for the www entries in your DNS?

    • @syntaxfm
      @syntaxfm  9 месяцев назад +1

      CNAME for www records is a good idea to prevent having to update in 2 places.
      For this tutorial I wanted to really drive home the point of IP -> domain
      -CJ

  • @holakonoob
    @holakonoob 9 месяцев назад

    this is super good thank you CJ , next can we talk about github actions so its will auto setup and update websites

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

    Great as always 🥳

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

    Wow! That was a great video, full of content! Quick question, when setting up the DNS Records for various websites, why not use CNAMEs with the '@' target? And also why not use the Cloudflare proxy to mask the vps IP? Isn't this common practice?

    • @syntaxfm
      @syntaxfm  9 месяцев назад +1

      Yes you are right. You can use the root domain as the CNAME value to prevent having to update the IP in multiple places. I really just wanted to drive home the idea of domain -> IP address in this tutorial for beginners.
      I disabled the Cloudflare proxy because I wanted to make sure this video is useful for those who are not using Cloudflare for their DNS as well. I will cover Cloudflare features in a future video.
      -CJ

    • @karabetian
      @karabetian 9 месяцев назад

      @@syntaxfm Cool, thx CJ!

    • @Svish_
      @Svish_ 9 месяцев назад

      @@syntaxfm Would be great with another follow-up video explaining how to do whatever that @ thing is, the Cloudflare thing, and other improvements that are common and useful to do 😊

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

    Are you planning to make a video about hosting a node.js app in VPS (Hetzner+ Coolify)? Would love to see that 😊

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

      I've been spending some time learning Coolify and will cover it in a future video. -CJ

    • @belkocik
      @belkocik 9 месяцев назад

      @@syntaxfm Yay! 😊 Looking forward to it 🤩

  • @RaksmeyKoung-h7j
    @RaksmeyKoung-h7j 3 месяца назад

    The best of the best ever ❤

  • @RodneyRecor
    @RodneyRecor 10 дней назад

    Your tutorial is quite helpful geting started, but I have never seen the "Congratulations" page and I cannot get it to appear. I have no idea what you, and others on RUclips, are talking about when you show this. Learning Caddy can be very confusing when what you say does not match what a new user sees. What accounts for these discrepancies?

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

    Keep going CJ!

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

    CJ this is amazing. I have a request please can you create automatic deployments and preview deployments on push to github for full stack apps like next.js or nuxt. That would be just awesome :)

    • @syntaxfm
      @syntaxfm  9 месяцев назад

      I have been learning Coolify and will cover it in a future video. It has preview deployments built in: coolify.io/docs/resources/introduction#preview-deployments

  • @xseman
    @xseman 10 месяцев назад +1

    It would be interesting to see if we can automatically link running apps in Docker to Caddy ports. This could eliminate the need for explicitly mapping ports in the reverse proxy setup.

    • @syntaxfm
      @syntaxfm  9 месяцев назад +1

      I have not used it yet, but there is this popular project that does just that: github.com/lucaslorentz/caddy-docker-proxy
      -CJ

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

    thanks Cj comment before watching after the end I came back for questions hhh

  • @mrlectus
    @mrlectus 6 месяцев назад

    This Guy knows stuff

  • @vikelous
    @vikelous 7 месяцев назад

    This video was an absolute godsend. Thank you. I only have one question. If I'm hosting my backend on port 8080, how would i setup my caddyfile so that my frontend can make calls to it? Do i need a reverse proxy for that too?

    • @vikelous
      @vikelous 7 месяцев назад

      I figured it out :) I've never subscribed so fast in my life btw. keep it up.

  • @TheLilthy
    @TheLilthy 9 месяцев назад

    CJ you are the best!!

  • @sergeif
    @sergeif 9 месяцев назад

    Because you're using full paths to files, you can do it from any folder on the system. As in, you don't have to go to `/etc/caddy/sites-enabled` to do it. eg. `cd var` then run `sudo ln -s /etc/caddy/sites-available/Caddyfile /etc/caddy/sites-enabled/Caddyfile`

  • @alexdin1565
    @alexdin1565 10 месяцев назад +1

    Hi CJ, thanks for this amazing tutorial as always perfect,
    please can you make a tutorial about Nginx because when we try to get a job everyone asks for Nginx

    • @syntaxfm
      @syntaxfm  10 месяцев назад +1

      I don't have any plans to cover nginx anytime soon, but it is very similar to Caddy, they just have a different config file format.
      The way I setup the sites-enabled and sites-available folder is very similar to how nginx sets things up, though newer installations might use a single conf.d folder instead.
      You can learn how to install it on Ubuntu here: ubuntu.com/tutorials/install-and-configure-nginx
      Learn the basics here: nginx.org/en/docs/beginners_guide.html
      Test out your configs here: nginx-playground.wizardzines.com/
      To get TLS certificates, you can use certbot. They have an nginx plugin that works pretty seamlessly. As long as you have the site set up as http already, certbot will automatically add the https config: www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with-nginx/
      -CJ

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

    This is very nice, and I learned a lot.
    Another way deploy vite and others statically built applications is to built them with github actions and then copy them to the VPS. I never tried, but I've seen examples online.
    I love pm2 and all the reports it gives. Is there another to monitor the application without being sshed into the vps?

    • @syntaxfm
      @syntaxfm  9 месяцев назад +1

      pm2 plus is a paid offering from the creators of pm2. It has a web dashboard to see all your server stats: pm2.io/docs/plus/overview/
      It looks like some people have made open source dashboards as well. I have not tried any of them though: github.com/search?utf8=%E2%9C%93&q=pm2+web+ui&type=repositories
      -CJ

  • @KiKi_coaching
    @KiKi_coaching 9 месяцев назад

    Ty for the video you're a life saver 😄 learnt a lot

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

    sudo !! … I have NEVER seen that and even in a video about VPS an not primarly linux I learned something new

  • @blakenator123
    @blakenator123 8 месяцев назад

    Thank you so much for the great content. I am actually following along, as a non-programmer.
    I am setting all this up on my spare laptop, and my isp requires me to user certain ports, which means that I can't use the standard ports for HTTP and https. This means it's not as easy to get the auto https unfortunately. But looks like it's still possible

  • @5h00G0fg
    @5h00G0fg 5 месяцев назад

    Great video!

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

    CJ I think by disabling the cloud on cloudflare we are missing a lot of cloudflare features like caching and security. Like we can hide our original ip address behind the cloudflare proxy

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

      Hi, I don't understand it either, I watched it twice and I still don't understand why cloudflare proxy CJ is disabling.
      Personally, I'm currently testing Cloudflare tunnels in production with applications running in Docker, which allows me to tighten the environment even more

    • @syntaxfm
      @syntaxfm  9 месяцев назад

      I disabled the Cloudflare proxy because I wanted to make sure this video is useful for those who are not using Cloudflare for their DNS as well.
      I will cover Cloudflare features in a future video.
      In the meantime you can read about it here:
      developers.cloudflare.com/learning-paths/prevent-ddos-attacks/baseline/proxy-dns-records/
      developers.cloudflare.com/dns/manage-dns-records/reference/proxied-dns-records/

    • @rah7023
      @rah7023 5 месяцев назад

      @@syntaxfm oki but bascially kills the whole purpose of using CF, you should specify this in the video. its extremely misleading and dangerous to skip through this

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

    Hah, something I already do. Caddy is great, and I use it with reverse-proxy to for all sorts of self hosted bits (often anything I can, be it api or services)

  • @letsdwit
    @letsdwit 4 месяца назад

    This is sick... Cool

  • @streamocu2929
    @streamocu2929 7 месяцев назад

    sooo good ❤

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

    That was a great video, can you please dive into how to setup kubernetes on VPS?

    • @syntaxfm
      @syntaxfm  9 месяцев назад

      I don't have much experience with kubernetes, but if I can find the time to learn it, I'll try to do a video on it as well. -CJ

    • @sandeephm3946
      @sandeephm3946 9 месяцев назад

      @@syntaxfm Thank you

  • @thegrtnx
    @thegrtnx 9 месяцев назад

    Hi CJ, is it possible to run both caddy and coolify on the same vps?
    can cooliy be installed on a directory in our vps?

    • @syntaxfm
      @syntaxfm  8 месяцев назад +1

      Coolify has Caddy built in as a proxy and allows for auto assigning of domains via docker labels, I recommend you use it if you can. You can disable this proxy though. In coolify under Server -> Settings -> Proxy - stop the proxy. From there you can use any software you want to listen on port 80/443 and reverse proxy to any running application. This will however be much more involved because you will need to map the ports of the running Coolify applications to the host OS OR determine the docker network address of each of your Coolify applications.
      -CJ

    • @thegrtnx
      @thegrtnx 8 месяцев назад

      @@syntaxfm Alright. Thanks

  • @nuclearpeppers
    @nuclearpeppers 6 месяцев назад

    God send!!!

  • @zeroone8548
    @zeroone8548 16 дней назад

    my dns(dig domain) record works . but typing my domain on website doesnt work. i installed caddy still not working. i am lost after that

  • @jeremyabelsen2919
    @jeremyabelsen2919 5 месяцев назад

    great video

  • @axMf3qTI
    @axMf3qTI 6 месяцев назад

    The IP is actually a IP Cloudflare provided or not?

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

    Thanks for the tutorial but i followed every step got namecheap domain then did cloudflare DNS setup but I cant access the server via the domain is there an extra step missing?

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

      after hours of debugging i had to open port 443 aswell not only 80 on the server after doing so everything works fine

    • @syntaxfm
      @syntaxfm  9 месяцев назад

      Glad you figured it out. Sorry I did not make it clear that port 443 needed to be open as well. I hinted at it earlier in the video but I could have been more explicit about this when we enabled https on the domain. -CJ

  • @naolfekadu6101
    @naolfekadu6101 Месяц назад

    please more of thisseries

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

    🤤 great this video super delicious for my mind thanks cj

  • @matthew4892
    @matthew4892 8 месяцев назад

    i added my cloudfare nameservers to my namecheap domain but the site is still unreachable. what am I doing wrong?

    • @syntaxfm
      @syntaxfm  8 месяцев назад

      It can take up to 48 hours for the initial name server change to be propagated.

  • @elierh442
    @elierh442 10 месяцев назад +1

    I found the form! But I might not be the first, lol

    • @syntaxfm
      @syntaxfm  10 месяцев назад +2

      You are the first!!! I'll send the coupon code on Monday when I'm back at work. -CJ

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

      ​@@syntaxfm Yay!!! 🎉

  • @mrlectus
    @mrlectus 6 месяцев назад

    What of Next.js sites?

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

    Keep going please

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

    Next video should be CI/CD with GitHub Actions

    • @syntaxfm
      @syntaxfm  9 месяцев назад +1

      I will put this on the list of things to show. I have configured github actions to deploy to a VPS in the past. -CJ

  • @thenotoriousrt
    @thenotoriousrt 10 месяцев назад +3

    Exactly 100 times DUBDUBDUB WAS MENTIONED🙃

  • @karl-heinzpeters7283
    @karl-heinzpeters7283 2 месяца назад

    sorry, because I'm a non origin english speaking guy, I have to watch your video with speed 0.75 !!