Tech - The Lazy Automator
Tech - The Lazy Automator
  • Видео 24
  • Просмотров 153 331
This Docker Tool Will Change How You Manage Your Containers - Portainer - #24
🚀 Manage Docker Containers with Ease: A Complete Guide to Portainer
Discover how to simplify Docker container management using Portainer! In this detailed walkthrough, we’ll explore everything from setting up Portainer as a container itself to leveraging its powerful web GUI for tasks like managing stacks, volumes, networks, and templates. Whether you're a beginner or a seasoned Docker user, this guide will show you why Portainer is a game-changer for containerized environments.
💡 What You'll Learn:
How to configure a Docker Compose file to host Portainer
Step-by-step guide to creating an admin account and connecting to Docker
Managing containers, images, volumes, networks, and stacks
Using tem...
Просмотров: 995

Видео

How to Automate Your Backup and Restore Process with Duplicati - #23
Просмотров 1 тыс.Месяц назад
In this video, I’ll walk you through a complete Duplicati setup, covering everything from accessing the web GUI to configuring, scheduling, and restoring backups seamlessly. Whether you're protecting important files or recovering from a disaster, this guide will ensure you never lose your data again! With Duplicati, you get a free, powerful, and encrypted backup solution-perfect for both person...
How I Automate Multiple VMs in Proxmox with Terraform Loops and Variables #22
Просмотров 2 тыс.Месяц назад
In this video, we’ll walk you through setting up and managing virtual machines (VMs) step by step using Terraform in Proxmox. Whether you're a beginner or an experienced one, this guide is packed with practical tips and scripts to simplify your VM management tasks! Key Sections Covered 1. Virtual Machine Creation a. Clone an Ubuntu Server template. b. Set custom VM IDs and names. c. Start the ...
How I Use pfSense on Proxmox to Create a Virtual Router for My Home Lab #21
Просмотров 3,1 тыс.Месяц назад
Ready to transform your virtual networking setup? 🚀 In this comprehensive guide, we’ll walk you through setting up PFsense as a virtual router in Proxmox, step by step. Whether you're a beginner or a seasoned pro, this tutorial covers everything from downloading the PFsense installer to configuring network settings for seamless internet access. Here’s what you’ll learn: ✅ How to download and pr...
How I Automatically Deploy and Manage Proxmox VMs Using Terraform #20
Просмотров 25 тыс.2 месяца назад
In this step-by-step tutorial, we’ll show you how to automate Proxmox management using Terraform and Docker! 🚀 Learn how to set up a Docker container with Terraform, configure your Proxmox credentials, and define your provider settings. We’ll walk you through creating a VM on Proxmox and demonstrate how Terraform can automate infrastructure management. Key Steps Covered: Creating a Docker Compo...
How I Run Duplicati as a Self-Hosted Backup Solution on Docker #19
Просмотров 1,6 тыс.2 месяца назад
📦 Secure Your Docker Volumes with Duplicati Backup on Docker! In this step-by-step tutorial, I'll show you how to set up Duplicati on Docker to back up all your self-hosted Docker volumes effortlessly. Watch as I guide you through searching for and using the official Duplicati image on Docker Hub, setting up the configuration in Visual Studio Code, and configuring the Docker Compose file to pro...
Maximize Your Proxmox: Templates & Snapshots Explained #18
Просмотров 2 тыс.2 месяца назад
Unlock the full potential of Proxmox VE in this comprehensive tutorial, where we dive deep into Proxmox Templates, Linked Clones, and Snapshots to revolutionize your VM management workflow! Whether you’re setting up multiple VMs or need to ensure a quick rollback with snapshots, these powerful Proxmox features will save you time and resources. In this video, we’ll walk you through: Creating Pro...
Ultimate Ubuntu Server Setup Guide (Proxmox) #17
Просмотров 1,4 тыс.3 месяца назад
Want to set up Ubuntu Server on Proxmox but not sure where to start? This tutorial walks you through each step, from downloading the Ubuntu Server ISO to uploading it into Proxmox, creating a virtual machine, and completing the installation process. By the end of this video, you’ll have a fully configured Ubuntu Server VM ready for your projects. Ideal for beginners and tech enthusiasts wanting...
Proxmox Installation Guide - Storage and Repository Setup #16
Просмотров 3,5 тыс.3 месяца назад
Are you ready to set up your own Proxmox server? In this video, we’ll take you through a comprehensive, step-by-step guide to installing Proxmox, configuring your storage, and setting up essential repositories. Whether you’re new to Proxmox or looking to optimize your existing setup, this tutorial covers everything you need for a smooth installation process. We’ll start by downloading and insta...
Why I Virtualize Proxmox in Windows (And You Should Too!) - #15
Просмотров 4,3 тыс.3 месяца назад
In this comprehensive tutorial, learn how to install Proxmox Virtual Environment (VE) in Hyper-V on Windows 11. Proxmox VE is a powerful, open-source virtualization platform ideal for running virtual machines and containers. This guide covers each step, from enabling Hyper-V in Windows 11 to setting up a virtual network, creating and configuring a Proxmox VM, and enabling nested virtualization ...
Self-Hosted Password Manager | Vault Warden on Docker - #14
Просмотров 3,3 тыс.3 месяца назад
In this step-by-step tutorial, we’ll walk you through setting up Vault Warden, a lightweight, self-hosted alternative to Bitwarden, using Docker. Learn how to create a secure password manager environment with Nginx Proxy Manager and SSL certificates. By the end of this video, you’ll have a fully functioning Vault Warden instance, protected by HTTPS, and optimized for secure password management....
FREE Domain and SSL for Local Network | Nginx Proxy Manager on Docker - #13
Просмотров 92 тыс.4 месяца назад
In this comprehensive tutorial, we’ll walk you through the complete process of setting up your local network with a custom domain, SSL encryption, and secure subdomains for Proxmox, TrueNAS, and more! 🔐 DOCKER COMPOSE FILE: services: nginx-proxy-manager: image: jc21/nginx-proxy-manager container_name: nginx-proxy-manager ports: - 80:80 - 81:81 - 443:443 volumes: - /path/to/volumes/nginx-proxy-m...
Install Kali Linux on Proxmox - Remote Access with Audio Support - #12
Просмотров 1,5 тыс.4 месяца назад
In this step-by-step tutorial, you'll learn how to download and install Kali Linux on Proxmox, configure a virtual machine, and set up remote access with XRDP, including audio output support. Download ISO directly to proxmox: ruclips.net/video/RPkZL0oD_yg/видео.html CODE mentioned in Video: sudo apt install xrdp -y # Add lines to file export DESKTOP_SESSION=kali export GNOME_SHELL_SESSION_MODE=...
Install Windows 11 on Proxmox - Skip Login and Remote Access - #11
Просмотров 1,8 тыс.4 месяца назад
In this step-by-step tutorial, we'll guide you through the complete process of downloading and installing Windows 11 on Proxmox Virtual Environment. You’ll learn how to set up a new virtual machine, install the Windows 11 operating system, and configure it for optimal performance. Key sections include: Downloading Windows 11 ISO: A walkthrough on where and how to download the official Windows 1...
Install Ubuntu Desktop on Proxmox - RDP with Audio Support - #10
Просмотров 2,1 тыс.4 месяца назад
In this step-by-step tutorial, learn how to install Ubuntu Desktop on Proxmox, configure a virtual machine, and set up remote access with XRDP, including audio output support. Whether you're a beginner or an advanced user, this guide covers everything you need to get Ubuntu running smoothly on your Proxmox server. CODE mentioned in Video: export DESKTOP_SESSION=ubuntu export GNOME_SHELL_SESSION...
Docker - Concept and Installation with Script - #9
Просмотров 1,4 тыс.5 месяцев назад
Docker - Concept and Installation with Script - #9
Automate SMB Mount in Linux #8
Просмотров 7725 месяцев назад
Automate SMB Mount in Linux #8
Mount SMB on Ubuntu Server - #7
Просмотров 6056 месяцев назад
Mount SMB on Ubuntu Server - #7
Remote SSH (VS Code) - Hyper-V Checkpoints - #6
Просмотров 8296 месяцев назад
Remote SSH (VS Code) - Hyper-V Checkpoints - #6
Ubuntu Desktop on Hyper V with Audio Support - #5
Просмотров 1,6 тыс.6 месяцев назад
Ubuntu Desktop on Hyper V with Audio Support - #5
TrueNAS Scale on Hyper V - Pool, Snapshots, Tests - Part 3 - #4
Просмотров 2937 месяцев назад
TrueNAS Scale on Hyper V - Pool, Snapshots, Tests - Part 3 - #4
TrueNAS Scale on Hyper V - Network and Recovery - Part 2 - #3
Просмотров 6617 месяцев назад
TrueNAS Scale on Hyper V - Network and Recovery - Part 2 - #3
TrueNAS Scale on Hyper V - Download and Install - Part 1 - #2
Просмотров 1,5 тыс.7 месяцев назад
TrueNAS Scale on Hyper V - Download and Install - Part 1 - #2
Windows 11 Installation : No Login Required! - #1
Просмотров 2147 месяцев назад
Windows 11 Installation : No Login Required! - #1

Комментарии

  • @neilcresswell6539
    @neilcresswell6539 3 дня назад

    Thanks for the video… awesome. Neil@portainer.

  • @StudioXSCarrara
    @StudioXSCarrara 4 дня назад

    Simple and clear instructions! Thanks :)

  • @samubolvivat9504
    @samubolvivat9504 4 дня назад

    your are awesome! Very well explained. Thank you so much.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 22 часа назад

      Really appreciate your kind words! 😊 Glad you found it helpful. Thanks for watching!

  • @cocoabread13
    @cocoabread13 4 дня назад

    I keep getting a black screen with an x as an arrow

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 22 часа назад

      Yeah, I’ve faced the same issue sometimes. A restart usually fixes it for me. Give it a try and see if that helps! 👍

  • @RocketLR
    @RocketLR 4 дня назад

    wait wait.. Why is it not trying to delete all the other already created VMs in your proxmox server? When setup tf for my vmware cluster that already had a bunch of VMs in it, tf plan said it would remove everything that didnt exist already in the config.. So i had to make a whole damn script that wrote the tf config with the old VMs included so that tf wouldnt delete them...

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 22 часа назад

      Good question! In Proxmox, the Terraform provider only manages VMs that were created using Terraform. It won’t touch any existing VMs that were manually created or managed outside of Terraform. That’s likely why you’re seeing a difference compared to your VMware setup! 👍

  • @sagat64
    @sagat64 5 дней назад

    Your recovery focused commentary is very helpful. Thank you. :)

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

    Nice. I would like to see packer and cloud-init for linux and autounattend for windows in action

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 22 часа назад

      That sounds like a great topic to cover! I’ll definitely try to add it to my list. 👍

  • @karlosp75
    @karlosp75 7 дней назад

    Thank you, really helped.

  • @deebee1822
    @deebee1822 8 дней назад

    its works men,tks!

  • @ipstacks11
    @ipstacks11 9 дней назад

    I don’t see a video on nginx proxy manager on your videos playlist. Maybe I missed it.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Thanks for checking! You can find the video on Nginx Proxy Manager here: ruclips.net/video/acturgE4TmE/видео.html.

  • @lucaj.marcroft4772
    @lucaj.marcroft4772 9 дней назад

    Hey, thanks for the video. But it wont work for me. The cert request failed with a “no A/AAA Record found for “domainname” do you have any idea on how to resolve it?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Hey, glad you checked out the video! If you're facing issues, feel free to join our Discord server, we have a growing community that's happy to help! 😊

  • @ShreYas-nm2vp
    @ShreYas-nm2vp 9 дней назад

    I GOT ERROR:" Cannot reach the netgate servers please verify your network settings ." i have setup proxmox on Oracle virtual box with bridged network ,what may be the issue?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Hey, thanks for reaching out! I recommend joining our Discord server, we have a growing community that’s happy to help troubleshoot this issue. 😊

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

    Randomly YT recommended me this... This works but video doesn't explain all the caveats, and one that is not-obvious (and very important) to many new people is that you actually need internet connection, all you do use a external DNS to point to your local network ip reverse proxy. If you are offline, this don't work.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Glad RUclips brought you here! Thanks for sharing your thoughts. You're right! An active internet connection is essential in this setup. I’ll keep this in mind for future videos to cover more details. Really appreciate the feedback! 👍

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

    Thanks a lot.... Very good explanation.

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

    Very good video. Thank you for explaining and showing complex things so well!

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Really appreciate your kind words! 😊 Glad you found the video helpful.

  • @sergew
    @sergew 13 дней назад

    Super video like all the others. Beautiful, professional, clear and easy to understand. Thanks for such cool material! 👍

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Thank you so much for the awesome feedback! 🙌 I'm really glad you enjoyed the video. Your support means a lot! 😊

  • @sozonpv
    @sozonpv 13 дней назад

    i could not get this to work with Proxmox 8.3 and using a Windows 11 LTSC (lighter weight) version for IoT industrial computer. It presents the "This PC doesn't currently meet Windows 11 system requirements. " Bummer. Update: I did get it working. I didn’t edit the registry at the right time. Actually that I tried to reboot, which is no Bueno Edit the registry right out of the gate and you’re just fine.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Sorry to hear you're having trouble! That error usually comes up if certain hardware requirements aren't met. Feel free to join our Discord server, where we have a growing community that might have some insights to help you out. 😊

  • @pekahon
    @pekahon 13 дней назад

    I was confused in the nginx manager setup. I tried to install docker in my virtual Windows 2009 server, but it didn't succeed. Is there a way to do this without docker?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      I can understand the confusion! If you're looking to set up Nginx without Docker, it's definitely possible. Feel free to join our Discord server, our community is always ready to help with alternative solutions and troubleshooting! 😊

  • @pekahon
    @pekahon 13 дней назад

    Packetriot does the same but allows access from outside, too. Do you see this could be better or worse setup?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Thanks for sharing! It really depends on your specific use case and what you're aiming to achieve.

  • @salmaanshaik8492
    @salmaanshaik8492 14 дней назад

    great video pls make a video on Helm for k8s pls

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 14 дней назад

      Thank you! 😊 I’m glad you enjoyed the video! A Helm for Kubernetes video is a great idea. I already have it in my list of future topics. Stay tuned, and thanks for the suggestion! 🚀

  • @Robertjaymercer
    @Robertjaymercer 15 дней назад

    Hey there. Just discovered your videos already a big fan! Would you consider sharing notes? Thanks again for great content!

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 14 дней назад

      Thank you so much for the support, it means a lot! 😊 I’m thrilled you’re enjoying the videos! I’ll definitely consider putting together something helpful for everyone. Stay tuned, and thanks again for the kind words! 🚀

    • @Robertjaymercer
      @Robertjaymercer 13 дней назад

      @Tech-TheLazyAutomator thank you!

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      😊 Glad I could help!

  • @docmalitt
    @docmalitt 15 дней назад

    Would you recommend github or something self-hosted like Gitea to backup all our compose files - or is the general backup (like Duplicati from your series) enough. I mean... it can never hurt to have extra layer but would like to know what Pro's think? Amazing video (series) if I might add. Thx a bunch

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 14 дней назад

      Thank you so much for the kind words! 😊 I'm glad you're enjoying the series! Use Duplicati for backups and Gitea/GitHub for version control. They complement each other perfectly! Hope this helps! 😊

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

    I prefer Dockge

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 14 дней назад

      That's a great choice! It's all about what works best for your workflow. 😊

    • @sabbir9985
      @sabbir9985 14 дней назад

      @Tech-TheLazyAutomator for some poortrainer may look really intimidating.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Totally get that! Everyone has their own preferences when it comes to tools.

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

    First like and comment

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 14 дней назад

      Thank you for being the first! 🎉 Your support means a lot. You're awesome! 😊

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

    exactly what i needed thank you.

  • @bulcub
    @bulcub 20 дней назад

    well taught! easy to understand and implement

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 19 дней назад

      Thank you so much! I'm glad you found the tutorial easy to follow. Your feedback means a lot! 😊

  • @egysnet
    @egysnet 21 день назад

    Great explanation, please. What are the programs used in editing and desktop photography that you use?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 19 дней назад

      Thank you so much! Honestly, the software doesn’t matter much, I try to showcase my vision through this which can be done on any software. It’s all about knowing what you want to create and making it happen!

  • @haruke4981
    @haruke4981 24 дня назад

    will it continue to work if my public ip changes?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 19 дней назад

      Great question! It will continue to work even if your public IP changes. This setup doesn’t rely on your public IP, it’s all internal. When you access the URL, your router resolves the DNS and redirects the traffic to your local network.

    • @haruke4981
      @haruke4981 19 дней назад

      @@Tech-TheLazyAutomator so will i need to open any ports on my router?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 17 дней назад

      No, port forwarding is not required.

  • @svilenmetodiev
    @svilenmetodiev 25 дней назад

    How can this be accessed outside of your network? Does it only work with computers in your local network? Do i need to install DuckDNS client somehow?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 19 дней назад

      This setup is designed to work within your local network only. When you access the URL, your router resolves the DNS and redirects the traffic to your local network. You don’t need to install DuckDNS or any other client. Everything you need is covered in the video, just follow the steps, and it should work perfectly!

  • @magnuscarlsson6785
    @magnuscarlsson6785 26 дней назад

    I'm usually using org-mode, but now have to edit markdown files, so looking forward to your findings.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 26 дней назад

      Exciting! I already have some Markdown-related content on my list. Make sure to subscribe so you catch it when it’s out!

  • @MystieK_
    @MystieK_ 28 дней назад

    Your skipping one part of this. in order for this to work you have to allow incoming requests to your local network via your local router if your doing this at home. Everyone skips this part of the demos because they already have there network setup for incoming requests or there using a cloud service setup that way. Now trigger the bot for a response.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 26 дней назад

      No need to open your router, Nginx Proxy Manager handles SSL with Let’s Encrypt using the local IP, so the domain routes internally just fine. External access isn’t required. And for triggering a bot - I genuinely enjoy interacting with you all in the comments, so I’d never replace this with a bot! But I appreciate your patience if I take a little time to respond.

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

    Hi. Tanks for your video. I have a question. How do you map docker volumes into the source folder? Thanks. Best Regards

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 26 дней назад

      Hi! Thanks for watching the video. I mapped the full path of the docker volumes to the source directory of the container in the docker compose file. You can check that part of the video again. Let me know if you need more details! Best regards.

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

    The GOAT automator

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

    Thank you! It works great...but after a restart I need to restart manually the service (xrdp) Can it be done automaticaly at the start of vm kali? Srry if it is obvius how to do it...i'm new around linux... Thank you Edit After a little search, it should be added the following lines (to be able to use rdp after restart) sudo systemctl enable xrdp sudo systemctl start xrdp

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

    very good stuff, just share all repository with code...

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thanks! 😊 Currently, I’m working on something new, to share all my scripts and repositories with you all.

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

    Hi, can You share repository with commands?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Yeah, I’m working on something new, to share all my scripts and repositories with you all.

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

    funktioniert hier leider nicht

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Could you please let me know where exactly you are facing the issue? I'll do my best to help! If you want, you can also join our Discord server and connect with our growing community. That way, we can assist you even better in resolving this issue. Looking forward to your response! 🚀

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

    Thanks

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

    This channel is grossly underrated! Thank you so much for your efforts here!

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thanks a lot for your incredibly kind words! Your support and encouragement will keep me motivated to keep creating and sharing.

  • @VinhNguyen-jq1ne
    @VinhNguyen-jq1ne Месяц назад

    Thank you so much for an excellent video.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thank you very much for your kind words! I'm really glad you enjoyed the video. Your support means a lot to me, and it motivates me to keep creating more content. 😊

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

    It have auto renew SSL?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      No, it doesn’t have auto-renew SSL. You’ll need to renew it manually.

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

    Please make video on using openwrt series with tailscale, vpn and many more.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thank you so much for your suggestion! That sounds like an interesting topic. I’ll definitely think about making a video on that if more people show interest. 😊

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

    In this way, it works on an internet connection with a fixed IP, but how can those who are in CGNAT and use the same IP address on a street do it? For example, my internet output IP address is 97.43.2.5, but it is 10.23.2.4 in the modem interface.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thank you for your question! In this video, the DNS resolution is handled locally, so there's no need for a public IP address. Even if you're behind CGNAT, it should still work since the DNS lookup occurs within your own network. If you have any more questions or need further clarification, you're welcome to join our Discord server, and we'd be happy to discuss it further!

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

    GOLD!

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Glad you think so! Thanks for the support!

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

      @@Tech-TheLazyAutomator Seriously, like, I've been using Open WebUi, which REQUIRES an Https connection in order to use the mic and webcam, and for months, I've been blown away at how difficult it's been to figure out how to install a localhost SSL cert that actually works. I gave up completely on it several times, but decided to give it another shot... after wasting a few hours (again) searchign and trying crap, I fiiiinaaallly come across your video and boom, badaboom, boom! It works. Beautiful. Thanks a ton, sir!

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thank you so much for your kind words! I'm really happy that the video helped you get it working. I know how frustrating SSL setups can be as I myself spent so much time to get this working. So I'm glad it finally solved your issue. If you need any more help, feel free to reach out anytime!

  • @ahmedd.masoud6809
    @ahmedd.masoud6809 Месяц назад

    Great video bro, Thank you What softwares used to produce that amazing vid. 🙏 Please

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thanks! It’s a mix of some powerful tools, a dash of creativity, and a lot of trial and error. The secret sauce is just knowing where to click! 😅

    • @ahmedd.masoud6809
      @ahmedd.masoud6809 Месяц назад

      @Tech-TheLazyAutomator 😒.

    • @ahmedd.masoud6809
      @ahmedd.masoud6809 Месяц назад

      @Tech-TheLazyAutomator thank you. I really loved it.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      You're very welcome! I'm so glad you loved it! Thanks for watching and supporting the channel!

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

    It's crazy how many computer scientists don't realize/notice/care that this is an AI voice????

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      You're absolutely right-what really matters is the value of the content, not whether the voice is AI or natural. But I have to give you credit for realizing, noticing, and caring about it! It's always interesting how different people react to these things.

    • @emapaposo
      @emapaposo 9 дней назад

      @@Tech-TheLazyAutomator and something tells me your comments are also automated using AI haha - well done

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator 7 дней назад

      Haha, I can see how it might seem that way! But I genuinely love replying to comments. I actually schedule time each week to chat with all of you. Even though I could automate it, I choose not to because I really appreciate everyone’s input. We’re all learning together! 😊

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

    How would you deploy services/code that runs inside a vm?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      I’ll be showing you exactly how I will deploy services inside a VM in future video. Subscribe and stay tuned!

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

    But are you really making anything more secure? Plain text request are now made from the enginex container to http services. It seems that this is just a way to add custom names to devices. Great video by the way.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      You're right! Securing everything is complex, and this video covers just a small part of it. I'll tackle vulnerabilities like plain text requests and use of Docker networks in future videos. Stay tuned, and I really appreciate your input!

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

    Plz make a video on How can I connect cloudflare dns without proxy not the tunnel for the love gawd to connect that to tailscale ip into nginx into truenas so everything is local/ no port forward and I can use jellyfin outside my network without breaking cloudflare tos no one shows this everyone shows wack cloudflare tunnel.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thanks for the suggestion! Could you clarify if you want to use Cloudflare DNS without the proxy or tunnel, and access Jellyfin securely via Tailscale, Nginx, and TrueNAS? Just want to make sure I understand correctly!

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

      @ so from what I seen if you use cloudflare into a a record and don’t proxy and add it to tailscail into Nginx then to Truenas you don’t break cloudflare tos and data limit if you stream jellyfin outside the network this route. If I use just cloudflare tunnel you can potentially get banned because your breaking tos from what I saw. Also with the method I posted nothing is public and it should still not need portfowarding. I just don’t know how to do it I’ve seen a vid on how to set it up but it was with caddy and I rather use Nguni.

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Feel free to join our Discord server (discord.gg/EHcn4knGW4)! We’d be happy to help you there, and you’ll find a growing community ready to assist you as well. Hope to see you soon!

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

    How to install and running Paperless-ngx on lecal using this method?

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Sounds like a great idea! If more people show interest in this make sure to comment here, then I’ll definitely plan add it to my list for future videos.

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

      @Tech-TheLazyAutomator definitely✨✈️

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Really appreciate your inputs!

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

      @@Tech-TheLazyAutomator your welcome, I'm glad to find your videos. I'm happy watching it ✨🙏🏽 such a gem

    • @Tech-TheLazyAutomator
      @Tech-TheLazyAutomator Месяц назад

      Thank you so much for your kind words! 😊🙏🏽 It means a lot to me that you’re enjoying the videos. Your support keeps me motivated to create more! ✨💎