A asumi321 Member Sep 19, 2018 18 0 6 28 Nov 2, 2019 #1 I am from China, accessing download.proxmox.com is too slow, so I want to use my access to the fast server to proxy, how do I configure nginx conf
I am from China, accessing download.proxmox.com is too slow, so I want to use my access to the fast server to proxy, how do I configure nginx conf
LnxBil Distinguished Member Feb 21, 2015 10,299 2,386 303 Saarland, Germany Nov 3, 2019 #2 If you do not use the enterprise repository (so you use non-subscription and test), you can just create a local mirror via debmirror and serve that to your machines.
If you do not use the enterprise repository (so you use non-subscription and test), you can just create a local mirror via debmirror and serve that to your machines.
S Symon Active Member Feb 28, 2020 5 2 43 56 Aug 5, 2021 #3 FWIW here's what I had to mirror to go from ProxMox v6 nautilus to v7 pacific. debmirror /srv/mirror/debian/pve/ --nosource --host=download.proxmox.com --root=debian/pve --dist=buster --section=pve-no-subscription --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/pve/ --nosource --host=download.proxmox.com --root=debian/pve --dist=bullseye --section=pve-no-subscription --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/ceph-nautilus/ --nosource --host=download.proxmox.com --root=debian/ceph-nautilus --dist=buster --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/ceph-octopus/ --nosource --host=download.proxmox.com --root=debian/ceph-octopus --dist=buster --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/ceph-octopus/ --nosource --host=download.proxmox.com --root=debian/ceph-octopus --dist=bullseye --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/ceph-pacific/ --nosource --host=download.proxmox.com --root=debian/ceph-pacific --dist=bullseye --i18n -arch=amd64 --passive --cleanup --progress --method=http
FWIW here's what I had to mirror to go from ProxMox v6 nautilus to v7 pacific. debmirror /srv/mirror/debian/pve/ --nosource --host=download.proxmox.com --root=debian/pve --dist=buster --section=pve-no-subscription --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/pve/ --nosource --host=download.proxmox.com --root=debian/pve --dist=bullseye --section=pve-no-subscription --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/ceph-nautilus/ --nosource --host=download.proxmox.com --root=debian/ceph-nautilus --dist=buster --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/ceph-octopus/ --nosource --host=download.proxmox.com --root=debian/ceph-octopus --dist=buster --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/ceph-octopus/ --nosource --host=download.proxmox.com --root=debian/ceph-octopus --dist=bullseye --i18n -arch=amd64 --passive --cleanup --progress --method=http debmirror /srv/mirror/debian/ceph-pacific/ --nosource --host=download.proxmox.com --root=debian/ceph-pacific --dist=bullseye --i18n -arch=amd64 --passive --cleanup --progress --method=http