mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 19:46:18 +00:00
Update AppImage
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
* Can be changed to 8009 for beta testing
|
* Can be changed to 8009 for beta testing
|
||||||
* This can also be set via NEXT_PUBLIC_API_PORT environment variable
|
* This can also be set via NEXT_PUBLIC_API_PORT environment variable
|
||||||
*/
|
*/
|
||||||
export const API_PORT = process.env.NEXT_PUBLIC_API_PORT || "8009"
|
export const API_PORT = process.env.NEXT_PUBLIC_API_PORT || "8008"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the base URL for API calls
|
* Gets the base URL for API calls
|
||||||
|
|||||||
@@ -6084,4 +6084,4 @@ if __name__ == '__main__':
|
|||||||
# Print only essential information
|
# Print only essential information
|
||||||
# print("API endpoints available at: /api/system, /api/system-info, /api/storage, /api/proxmox-storage, /api/network, /api/vms, /api/logs, /api/health, /api/hardware, /api/prometheus, /api/node/metrics")
|
# print("API endpoints available at: /api/system, /api/system-info, /api/storage, /api/proxmox-storage, /api/network, /api/vms, /api/logs, /api/health, /api/hardware, /api/prometheus, /api/node/metrics")
|
||||||
|
|
||||||
app.run(host='0.0.0.0', port=8009, debug=False)
|
app.run(host='0.0.0.0', port=8008, debug=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user