hostodo/proxmanager
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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