.gitignore
README.md
db.js
localdb.json.template
main.js
package.json
proxmoxaas-api.service
pve.js
start.sh
utils.js
vars.js.template
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
export const pveAPI = "";
|
|
export const pveAPIToken = {
|
|
user: "",
|
|
realm: "",
|
|
id: "",
|
|
uuid: ""
|
|
};
|
|
export const listenPort = 80;
|
|
export const hostname = "";
|
|
export const domain = "";
|