This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:cockpit [2026/03/29 19:35] – oemb1905 | computing:cockpit [2026/03/30 16:49] (current) – oemb1905 | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| ------------------------------------------- | ------------------------------------------- | ||
| - | This tutorial covers how to set up Cockpit on Debian. The approach here assumes that Cockpit will be installed on bare metal being used in production, with only ssh exposed. This tutorial assumes you already have a sufficiently hardened and provisioned VPS/VM w/ a LAMP stack and some associated A/AAAA records ready to go. If not, go read [[http://example.com|Apache Survival]] first and come back. If you are ready to go, then this tutorial will cover: | + | === Introduction === |
| + | This tutorial covers how to set up Cockpit on Debian. The approach here assumes that Cockpit will be installed on bare metal being used in production, with only ssh exposed. This tutorial assumes you already have a sufficiently hardened and provisioned VPS/VM w/ a LAMP stack and some associated A/AAAA records ready to go. If not, go read [[https://wiki.haacksnetworking.org/ | ||
| - | * Unordered List ItemInstallation | + | * Installation |
| * Setup of Apache Reverse Proxy; including setup for " | * Setup of Apache Reverse Proxy; including setup for " | ||
| * Localhost w/ FoxyProxy | * Localhost w/ FoxyProxy | ||
| * Official Cockpit Flatpak | * Official Cockpit Flatpak | ||
| - | Introduction | + | === Install Cockpit & Configure Apache === |
| Let's install cockpit and then create an apache virtual host for it. After that, we will cut the cert, then swap the vhost configs with the reverse proxy config. Let's enable TLS modules and headers. | Let's install cockpit and then create an apache virtual host for it. After that, we will cut the cert, then swap the vhost configs with the reverse proxy config. Let's enable TLS modules and headers. | ||
| Line 94: | Line 94: | ||
| This instructs Cockpit' | This instructs Cockpit' | ||
| - | Topic 2 - Access | + | === Discussion on Access |
| - | There' | + | There' |
| sudo apt install ufw | sudo apt install ufw | ||