www.jdbnet.co.uk Open in urlscan Pro
172.67.150.26  Public Scan

Submitted URL: https://proxmox-htz-01.jdb143.uk/
Effective URL: https://www.jdbnet.co.uk/
Submission: On November 05 via api from US — Scanned from GB

Form analysis 2 forms found in the DOM

<form class="gh-form">
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" width="20" height="20">
    <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
  </svg> <button class="gh-form-input" data-ghost-search="">Search posts, tags and authors</button>
</form>

<form class="gh-form" data-members-form="">
  <input class="gh-form-input" id="footer-email" name="email" type="email" placeholder="jamie@example.com" required="" data-members-email="">
  <button class="gh-button" type="submit" aria-label="Subscribe">
    <span><span>Subscribe</span> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" viewBox="0 0 256 256">
        <path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path>
      </svg></span>
    <svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24">
      <g stroke-linecap="round" stroke-width="2" fill="currentColor" stroke="none" stroke-linejoin="round" class="nc-icon-wrapper">
        <g class="nc-loop-dots-4-24-icon-o">
          <circle cx="4" cy="12" r="3"></circle>
          <circle cx="12" cy="12" r="3"></circle>
          <circle cx="20" cy="12" r="3"></circle>
        </g>
        <style data-cap="butt">
          .nc-loop-dots-4-24-icon-o {
            --animation-duration: 0.8s
          }

          .nc-loop-dots-4-24-icon-o * {
            opacity: .4;
            transform: scale(.75);
            animation: nc-loop-dots-4-anim var(--animation-duration) infinite
          }

          .nc-loop-dots-4-24-icon-o :nth-child(1) {
            transform-origin: 4px 12px;
            animation-delay: -.3s;
            animation-delay: calc(var(--animation-duration)/-2.666)
          }

          .nc-loop-dots-4-24-icon-o :nth-child(2) {
            transform-origin: 12px 12px;
            animation-delay: -.15s;
            animation-delay: calc(var(--animation-duration)/-5.333)
          }

          .nc-loop-dots-4-24-icon-o :nth-child(3) {
            transform-origin: 20px 12px
          }

          @keyframes nc-loop-dots-4-anim {

            0%,
            100% {
              opacity: .4;
              transform: scale(.75)
            }

            50% {
              opacity: 1;
              transform: scale(1)
            }
          }
        </style>
      </g>
    </svg> <svg class="checkmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52">
      <path class="checkmark__check" fill="none" d="M14.1 27.2l7.1 7.2 16.7-16.8"></path>
      <style>
        .checkmark {
          width: 40px;
          height: 40px;
          display: block;
          stroke-width: 2.5;
          stroke: currentColor;
          stroke-miterlimit: 10;
        }

        .checkmark__check {
          transform-origin: 50% 50%;
          stroke-dasharray: 48;
          stroke-dashoffset: 48;
          animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
        }

        @keyframes stroke {
          100% {
            stroke-dashoffset: 0;
          }
        }
      </style>
    </svg> </button>
  <p data-members-error=""></p>
</form>

Text Content

JDB-NET
 * Home
 * Homelab
 * Proxmox
 * Linux
 * Docker
   Raspberry PiWindows

Sign in Subscribe


HOMELAB | PROXMOX | LINUX

Search posts, tags and authors


LATEST


SELF HOSTED CHATGPT USING OLLAMA

Setting up Ollama AI is a great way to dive into the world of artificial
intelligence without the hassle. Whether you want help with content creation,
answering complex questions, or just automating some of your routine tasks,
Ollama makes AI accessible and pretty intuitive. It’s built for everyone from

Oct 30, 2024


SSL CERTIFICATES FOR PROXMOX BACKUP SERVER THROUGH CLOUDFLARE

When accessing the Proxmox Backup Server web interface, by default you'll get a
warning about the SSL certificate not being valid. If you have a domain in
Cloudflare then you can use their API with the help of Lets Encrypt to generate
a valid certificate. Note once you&

Oct 23, 2024


SSL CERTIFICATES FOR PROXMOX THROUGH CLOUDFLARE

When accessing the Proxmox web interface, by default you'll get a warning about
the SSL certificate not being valid. If you have a domain in Cloudflare then you
can use their API with the help of Lets Encrypt to generate a valid certificate.
Cloudflare To get started, login

Oct 18, 2024


HOW TO SETUP AN ARR STACK

The Arr stack refers to a group of apps like Sonarr, Radarr and Lidarr that
automate downloading and managing TV shows, movies and music. They work together
to find and organise your media without you having to lift a finger, making
binge-watching a breeze! This guide includes the following services.

Oct 8, 2024


MY PROXMOX CLUSTER SPECS

Below are the specs of the three servers in my Proxmox cluster. Completely
overkill and a complete money pit but if you're here you probably love
homelabbing too so it's ok! Proxmox-01 * Processor: Intel Core i5-13400 *
Memory: 64GB DDR4-3200 - 2x 32GB Kingston FURY Beast * Storage:

Sep 20, 2024


MIGRATE A HYPER-V VM TO PROXMOX

* Copy HyperV VHDX files to Proxmox host. /root will do * Create your VM in
Proxmox with no disks to start with * Next have qemu-img check the VHDX file for
any corruption by running this command... qemu-img check -r all
'/root/vmname-data.vhdx' * If all ok, import the disk

Sep 14, 2024


INSTALL PROXMOX BACKUP SERVER IN AN LXC CONTAINER

Instructions for installing Proxmox Backup Server (PBS) inside of an LXC
container. This is a lightweight way to run PBS. Installation Create a Debian 12
LXC with a minimum of 2 cores and 2GB of RAM. For storage, I like to have the
main filesystem on SSD then the storage

Sep 14, 2024


BACKUP A PHYSICAL MACHINE TO PROXMOX BACKUP SERVER

The following instructions allow you to do a file level backup of a Debian based
AMD64 system that doesn't need to be a Proxmox VM. This can be used for separate
servers or even your Proxmox hosts themselves. Installation Start by getting the
GPG key wget http://download.

Sep 14, 2024


AUTOMATIC SSL CERTS WITH CERTBOT AND CLOUDFLARE

Here's how you can utilise the Cloudflare API to generate self signed
certificates using Certbot and Let's Encrypt. This is completely free assuming
you already have a domain registered with Cloudflare. Prerequisites First,
you'll need to install a few packages to be able to

Sep 13, 2024


SETUP THE RSYNC DAEMON

Rsync is a brilliant package that allows you to quite simply sync files from one
system to another. By default it utilises SSH which sometimes isn't convenient
for example when automating an Rsync task. Instead you can use the Rsync daemon
or module. Installation Installation on a Debian

Aug 1, 2024


SETUP POSTFIX TO SEND TO AN EXTERNAL SMTP SERVER

Setting up a local Postfix instance to forward traffic to an external SMTP
server can save you hours of setting up an individual Postfix config on each
system you have. Each system can send to this instance which then forwards it
out to your external SMTP server of choice. A

Aug 1, 2024


INSTALL APACHE GUACAMOLE IN DOCKER

This is the best and easiest way to run Guacamole in Docker that I've found.
I've ran it this way for a long time now, the image is frequently updated and it
just works. No mucking about with databases or anything like that. You can check

Jul 9, 2024
See all
JDB-NET
 * Status
 * Mastodon
 * Discord
 * Email
 * Privacy Policy

Powered by Ghost


JDB-NET

Homelab | Proxmox | Linux

Subscribe