Инструменты пользователя

Инструменты сайта


proxmox_nastrojka

ProxMox настройка

настройка репозиториев:

nano /etc/apt/sources.list
	deb http://ftp.ru.debian.org/debian buster main contrib
	
	# PVE pve-no-subscription repository provided by proxmox.com,
	# NOT recommended for production use
	deb http://download.proxmox.com/debian/pve buster pve-no-subscription
	
	# security updates
	deb http://security.debian.org buster/updates main contrib

nano /etc/apt/sources.list.d/pve-enterprise.list
	# deb https://enterprise.proxmox.com/debian/pve buster pve-enterprise

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

обновление:

pveam update
apt update
apt full-upgrade

устанавливаем ifupdown2

apt-get install ifupdown2

Убираем сообщение о платной техподдержке

nano /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
//              if (data.status !== 'Active') {
//                  Ext.Msg.show({
//                      title: gettext('No valid subscription'),
//                      icon: Ext.Msg.WARNING,
//                      msg: Proxmox.Utils.getNoSubKeyHtml(data.url),
//                      buttons: Ext.Msg.OK,
//                      callback: function(btn) {
//                          if (btn !== 'ok') {
//                              return;
//                          }
//                          orig_cmd();
//                      }
//                  });
//              } else {
					orig_cmd();
//              }

Вот тут ещё есть файлы с этим окном, но я не разбирался:

/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
/usr/share/pve-manager/js/pvemanagerlib.js
/usr/share/pve-manager/touch/pvemanager-mobile.js
proxmox_nastrojka.txt · Последнее изменение: Валерий