Recent content by KenVjn

  1. K

    How to resize /dev/mapper/system--vuyls-root to create LVM thin-pool without breaking Proxmox

    Hello guys, I use server from Oneprovider and i have problem with their Proxmox Installation. As you can see in attachment images : about 910GB HDD allocated to /dev/mapper/system--vuyls-root. In Proxmox Web GUI i can create CT and VMs normally but the feature snapshot isn't available. Can you...
  2. K

    Bash script for Letsencrypt Certbot-auto renew certificate renewal

    Here is my script /usr/local/bin/renew-pve-certs.sh cat << EOF > /usr/local/bin/renew-pve-certs.sh #!/bin/bash certbot renew --no-self-upgrade mv /etc/pve/local/pveproxy-ssl.pem /etc/pve/local/old-ssl/ mv /etc/pve/local/pveproxy-ssl.key /etc/pve/local/old-ssl/ cp...
  3. K

    Bash script for Letsencrypt Certbot-auto renew certificate renewal

    Hi guys I configured as https://pve.proxmox.com/wiki/HTTPS_Certificate_Configuration_(Version_4.x,_5.0_and_5.1)#Introduction and it's working (i used proxmox 6.1-3) apt install certbot apt -t buster-backports install certbot certbot certonly How would you like to authenticate with the ACME...
  4. K

    Redirect IP:port to domain:port

    I never used it before, i'm learning about it. If possible, could you please give me some instruction detail document for config that redirect ?
  5. K

    Redirect IP:port to domain:port

    yes i can also access with https://mydomain.com: port but I also want to force redirect traffic from ip: port to domain: port. Do you have any suggest ?
  6. K

    Update Error

    Thanks for your suggest I reconfigured my list. Here is new list deb http://ftp.us.debian.org/debian buster main contrib deb http://ftp.us.debian.org/debian buster-updates main contrib # PVE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb...
  7. K

    Update Error

    Here is my source.list deb http://ftp.us.debian.org/debian buster main contrib deb http://ftp.us.debian.org/debian buster-updates main contrib # security updates deb http://security.debian.org buster/updates main contrib and /etc/apt/sources.list.d/pve-enterprise.list #deb...
  8. K

    Redirect IP:port to domain:port

    Hi everyone I can access to my server with public_ip: port . Ex: 123.123.123.123:5000 It is fine. But now i will config ssl for my domain to use https so how can i redirect all traffic from https://123.123.123.123:5000 to https://mydomain.com:5000 with .htaccess file ? Thank you
  9. K

    Is it possible to use snapshot of one vm for another vm?

    Hi everyone I have 2 vm id 100 and 101 have same configuration (same ram & cpu socket, core, hdd 65gb) vm 100 has a snapshot but 101 has no one, So can i export snapshot of 100 and use it to rollback for 101?
  10. K

    [TUTORIAL] How To Create LVM Thin In Proxmox For Dummies

    Hi guys, i make some video for Proxmox tutorial series The first video : How To Create LVM Thin In Proxmox The next video is how to add LVM Thin To Thin Pool In Proxmox and join proxmox cluster over tinc vpn