mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2026-01-17 22:56:38 +00:00
working nice. docker uses bun
This commit is contained in:
@@ -2,8 +2,8 @@ import { env } from '$env/dynamic/private';
|
||||
import type { Cluster, Node } from '$lib/interfaces/proxmox';
|
||||
|
||||
function buildProxmoxRequest() {
|
||||
const url = env.PROXMOX_URL || 'https://10.0.0.50:8006/api2/json/';
|
||||
const token = env.PROXMOX_TOKEN || 'REPLACE_WITH_PROXMOX_TOKEN';
|
||||
const url = env.PROXMOX_URL;
|
||||
const token = env.PROXMOX_TOKEN;
|
||||
const options = {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user