From c60613980d6419b25ac914c5b194ddbccf62579b Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Thu, 24 Apr 2025 01:48:45 +0000 Subject: [PATCH] Update Setting up a fresh install of Canopy over Debian 12 Bookworm --- install-debian.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-debian.md b/install-debian.md index c521660..b1e3c87 100644 --- a/install-debian.md +++ b/install-debian.md @@ -16,6 +16,7 @@ title: Setting up a fresh install of Canopy over Debian 12 Bookworm + ## Step-by-step procedure for Setting up a fresh install of Canopy over Debian 12 Bookworm: Before installing make sure you have already prepped your [database](mongodb-debian). ## Installation @@ -45,6 +46,9 @@ WantedBy=multi-user.target 3. Run `sudo systemctl start canopy` to run canopy in the background as a system service ## SSL Setup +1. Ignore the EFF's instruction like an asshole, and install certbot through apt `sudo apt install certbot`. +Snap is garbage and pip is weird on Debian 12. Was having issues with pulling it over pipx. +2. ## Reverse-Proxy Setup 1. Install NGINX `sudo apt install nginx`