Skip to content

hostodo/proxmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose --env-file .env.dev up

docker-compose --env-file .env.local up

docker-compose --env-file .env.prod up
# Create local volume for snippets
docker volume create --driver local --opt type=none --opt device=/Users/hbazzi/repos/proxmanage/fakenode/var/lib/vz/snippets  --opt o=bind snippets

This needs to run on the nodes directly

# Venv Setup
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt


To install:

cd ./install
sh install.sh node.hostname.com # This will install the systemd service and nginx config


About

Flask API for interacting with the node outside of the Proxmox API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors