User Tools

Site Tools


proxmox_setup


This is an old revision of the document!


Proxmox Setup

A list of some things I did/do when I set up a new Proxmox instance so I can keep track for future problem solving/etc.

Configure Nginx Proxy

So I don't have to go to port 8006 anymore.

https://pve.proxmox.com/wiki/Web_Interface_Via_Nginx_Proxy

adjust apt sources

Disable entries in `pve-enterprise.list` and `ceph.list` in `sources.list.d/`

Add no-subscription to sources.list

`deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription`

chrony.conf

Modify to my liking - not much to say.

server 172.16.0.2
server time-a.nist.gov
server time-a-wwv.nist.gov
server time-a-b.nist.gov

driftfile /var/lib/chrony/chrony.drift

ntsdumpdir /var/lib/chrony

# leave this here in case I want logs later
#log tracking measurements statistics
logdir /var/log/chrony

maxupdateskew 100.0
rtcsync
makestep 1 3
leapsectz right/UTC
proxmox_setup.1694471045.txt.gz ยท Last modified: 2024/11/14 02:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki