2024-10-21 12:15:11 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Proxmox ohne Subscription
|
|
|
|
|
|
|
|
Free-Repository aktivieren und Enterprise-Repository deaktivieren:
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/pve-enterprise.list
|
|
|
|
echo deb http://download.proxmox.com/debian stretch pve-no-subscription > /etc/apt/sources.list.d/pve-no-subscription.list
|
|
|
|
```
|
|
|
|
No-Subscription-Hinweis in der Weboberfläche deaktivieren:
|
|
|
|
```bash
|
|
|
|
sudo sed -i.bak 's/\/nodes\/localhost\/subscription/\/version/g' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
|
|
|
|
```
|
|
|
|
|
2024-10-21 17:52:05 +02:00
|
|
|
## LHX Templates
|
|
|
|
|
|
|
|
https://tteck.github.io/Proxmox/
|
|
|
|
|
2024-10-21 12:15:11 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2024-10-21 18:49:19 +02:00
|
|
|
Gitea Mi
|