- https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#installation_prepare_media
- https://ibug.io/blog/2022/03/install-proxmox-ve-emmc/
- remember to set static IP within DHCP server
- Post install:
- create a user: https://www.youtube.com/watch?v=X16ecrfDM2U
- in shell:
adduser hc - in web ui:
- Permissions/Users -> Add -> hc, Realm:PAM
- Permissions -> Add/User permission -> Path:/
- in shell:
Last active
September 2, 2026 20:12
-
-
Save lkurzyniec/cd1d9f16d1a8581f906c4b316444f75f to your computer and use it in GitHub Desktop.
Proxmox VE
https://community-scripts.org/scripts/pihole
pct create 120 local:vztmpl/debian-13-standard_13.6-1_amd64.tar.zst \
--hostname pihole \
--memory 256 \
--cores 1 \
--cpulimit 0.5 \
--rootfs local-lvm:2 \
--net0 name=eth0,bridge=vmbr0,ip=192.168.2.220/24,gw=192.168.2.1 \
--unprivileged 1 \
--features nesting=1 \
--start 1 \
--onboot 1
pct exec 120 -- passwd
lkurzyniec
commented
Sep 2, 2026
Author
- Producent: HP
- Model: T640
- Procesor: AMD Ryzen Embedded R1505G
- Grafika: Radeon Vega Gfx
- Taktowanie procesora: 2,4 - 3,3 GHz
- Ilość rdzeni: 2 (4 wątki)
- Pamięć RAM: 8 GB DDR4
- Dysk twardy: 64 GB SSD
- Złącza: 3 x DisplayPort, 2 x USB-A 2.0, 1 x USB-C 3.1, 3 x USB-A 3.0, 1 x RJ-45, 2 x Audio, 1 x LAN
- Łączność: LAN Ethernet, WIFI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment