From 4bad5f5aad4869ea9ce33b2ebad2759e07e07582 Mon Sep 17 00:00:00 2001 From: host Date: Sun, 9 Aug 2026 14:47:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80?= =?UTF-8?q?=D1=8B=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BA=20Proxmox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index b759a25..a18a154 100644 --- a/.env.example +++ b/.env.example @@ -2,9 +2,12 @@ SECRET_KEY=generate-a-long-random-value POSTGRES_USER=panel POSTGRES_PASSWORD=replace-with-a-random-password POSTGRES_DB=panel -PVE_HOST=https://proxmox.example:8006 -PVE_NODE=pve +PVE_HOST=https://192.168.31.4:8006 +PVE_NODE=pve1 PVE_TOKEN_NAME=panel@pve!panel PVE_TOKEN_VALUE=replace-me PVE_VERIFY_SSL=true -ALLOW_ORIGINS=https://panel.example.com +PVE_VM_STORAGE=SSD +PVE_LXC_STORAGE=SSD +PVE_BRIDGE=vmbr0 +ALLOW_ORIGINS=https://cloud.rummail.ru