Search results

  1. R

    Extend CT Volume backward ?

    Hello I currently have a 4TO bay but because of the shutdown of a unused service I now have : VM-100-disk-0 1 TB // Empty 1TB // VM-101-disk-0 1TB // ... I would like to extend the CT Volume of the disk 101 from 1TO to 2TB by extending it backward. Most of the time this is not possible but I...
  2. R

    Can I change size of CT Volumes with Proxmox ?

    Is it possible from Proxmox to modify the size of a CT Volume knowing that the volume would to took take some space from another. I have three CT Volumes : VM-100-Disk - 2TB VM-101-Disk - 1TB VM-102-Disk - ~1TB My CT n°1 has been mostly retired and now is only used at 5% of its capacity at...
  3. R

    Backup LVM-thin partition to external HDD ?

    A screenshot will make things clearer : The root disk of this node is backed up but I would like to backup the mp0 which is where the next cloud data are stored. It's not part of the image itself but only a mounted disk.
  4. R

    Backup LVM-thin partition to external HDD ?

    Hello, I am setting up a local backup with a simple USB external HDD. I can very easily backup all my nodes but not the data on LVM-thin partitions that are mounted to them. For example I have a Nextcloud and would like to backup the LVM-Thin Nextcloud partition and possibility incrementally...
  5. R

    Each subdomain with its webserver on a node ?

    Thanks about swaping the API part of the document that changes things a bit. Before the rout would be setup but and traefik would listen but wouldn't react much to any request. Now I can get a clear error which is something : My certificate are valid on the traefik server and the cloud one...
  6. R

    Each subdomain with its webserver on a node ?

    Yeah that's what I went for. Traefik seemed pretty easy on first sight but my config just redirects to a 404 page. I don't know if I need a special config on the webserver side of things. This is my config : debug = true logLevel = "DEBUG" [api] defaultEntryPoints = ["http", "https"]...
  7. R

    Each subdomain with its webserver on a node ?

    Yeah I got one static public ip. My router forwards 80,443 to my proxmox server. Im trying to cfg traefik to not work with docker and redirect it all but fir now I get error 404.
  8. R

    Each subdomain with its webserver on a node ?

    Wow, thanks yeah that seems like what I am looking for. So this is the only service I would install on the node itself and not an LXC I'm guessing
  9. R

    Each subdomain with its webserver on a node ?

    Hello, I am looking at how I can redirects each of my LXC to a subdomain [sub].domain.com so their webserver can run all on port 80. I have only one public IP address. For now all of them have a different local IP and their Hostname set but I cannot reach them. So what I would like is something...
  10. R

    Setup RAID when a new disk is installed ?

    I have a Marvell 88SE9230 PCIe to SATA 6Gb/s controller (RAID controller). How can I setup the SSD as cache in proxmox ? As for the controller I don't know how it reacts if I try to add another to setup something since I only have one hdd for now. For now all my "bay" partitions are LVM-Thin but...
  11. R

    Setup RAID when a new disk is installed ?

    Hello, I am trying Proxmox for the first time. For now I use it personally on a new microserver I got recently. If I end up liking Proxmox I will get a basic subscription but for now I am using the free repository. I have 2 questions both related to my drives setup : 1) I have 1 SSD for the OS...