Post

Ente proxmox-scripts

Ente Photos is a fully open-source, end-to-end encrypted photo storage and sharing platform — self-hosted natively without Docker.

Ente proxmox-scripts

Installation

On Proxmox host:

1
bash <(curl -fsSL https://raw.githubusercontent.com/Mati-l33t/ente-proxmox/main/ct/ente.sh)

On existing Debian 13 LXC:

1
bash <(curl -fsSL https://raw.githubusercontent.com/Mati-l33t/ente-proxmox/main/install/ente-install.sh)
CPU: 4 cores RAM: 6144 MB Disk: 30 GB OS: Debian 13

Notes

  • No Docker — all components run natively as systemd services inside an LXC container
  • End-to-end encrypted — photos are encrypted client-side before upload
  • Supports older hardware — works on all 64-bit CPUs including those without AVX
  • Build time — initial setup takes 30–90 minutes depending on CPU speed
  • Components installed: Museum (API server), PostgreSQL 15, MinIO (object storage), Caddy (reverse proxy), Go, Node.js 22 LTS
  • First registered user becomes the admin account

Web Interface

Port: 3000

Additional services: Accounts (3001), Albums (3002), Auth (3003), Cast (3004), Locker (3005)


Source code
Loading...