From 5afd65143475e2f6817a27947c6a9bfa0fb8b659 Mon Sep 17 00:00:00 2001 From: Kyle Mendell Date: Sun, 2 Feb 2025 11:59:04 -0600 Subject: [PATCH] docs: add helper scripts install for proxmox (#197) Co-authored-by: Elias Schneider --- docs/docs/setup/installation.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/docs/setup/installation.md b/docs/docs/setup/installation.md index 9974a1a..dd1eb68 100644 --- a/docs/docs/setup/installation.md +++ b/docs/docs/setup/installation.md @@ -23,6 +23,18 @@ Pocket ID requires a [secure context](https://developer.mozilla.org/en-US/docs/W You can now sign in with the admin account on `http://localhost/login/setup`. +### Proxmox + +Run the [helper script](https://community-scripts.github.io/ProxmoxVE/scripts?id=pocketid) as root in your Proxmox shell. + +**Configuration Paths** +- /opt/pocket-id/backend/.env +- /opt/pocket-id/frontend/.env + +```bash +bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pocketid.sh)" +``` + ### Unraid Pocket ID is available as a template on the Community Apps store.