1. The problem I’m having:
I am unable to install Caddy.
2. Error messages and/or full log output:
Get:1 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version/main amd64 caddy amd64 2.8.4 [14.7 MB]
Fetched 14.7 MB in 1s (13.5 MB/s)
Selecting previously unselected package caddy.
(Reading database ... 55977 files and directories currently installed.)
Preparing to unpack .../archives/caddy_2.8.4_amd64.deb ...
Unpacking caddy (2.8.4) ...
Setting up caddy (2.8.4) ...
Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 145.
3. Caddy version:
I’m attempting to install the latest stable release, but Caddy is not installed yet.
4. How I installed and ran Caddy:
a. System environment:
Debian 12 on Proxmox VM
Using Tailscale; not sure if that’s relevant?
The VM runs OpenMediaVault
AMD64 architecutre
b. Command:
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
sudo apt update
sudo apt install caddy
c. Service/unit/compose file:
I don’t think I have one yet.
d. My complete Caddy config:
I don’t think I have one yet.
5. Links to relevant resources:
N/A