Skip to main content

Introduction

Proxmox is a great tool for running virtual machines and containers. It's also a great tool for running a remote development server. This is a collection of guides and scripts to setup Proxmox to host all kinds of Homelab things.

All the services I'm running on my Proxmox instance.

Table of Contents

Nginx Proxy Manager

Essential for all internal networking.

n8n

For workflow automation

Run with:

docker run -it --rm \
--name n8n \
-p 5678:5678 \
-v ~/.n8n:/home/node/.n8n \
n8nio/n8n

Data is persisted to .n8n