Update Setting up a fresh install of Canopy over Debian 12 Bookworm
parent
0f2575a2d0
commit
c60613980d
|
|
@ -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:
|
## 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).
|
Before installing make sure you have already prepped your [database](mongodb-debian).
|
||||||
## Installation
|
## 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
|
3. Run `sudo systemctl start canopy` to run canopy in the background as a system service
|
||||||
|
|
||||||
## SSL Setup
|
## SSL Setup
|
||||||
|
1. Ignore the EFF's instruction like an asshole, and install certbot through apt `sudo apt install certbot`.
|
||||||
|
<sup>Snap is garbage and pip is weird on Debian 12. Was having issues with pulling it over pipx.</sup>
|
||||||
|
2.
|
||||||
|
|
||||||
## Reverse-Proxy Setup
|
## Reverse-Proxy Setup
|
||||||
1. Install NGINX `sudo apt install nginx`
|
1. Install NGINX `sudo apt install nginx`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue