From 2748ccc1b47e4958faafee41d4923e9cef30d8a2 Mon Sep 17 00:00:00 2001 From: Tediore <49540618+Tediore@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:55:41 -0500 Subject: [PATCH] remove unneeded letsencrypt email and add note about Linux environment --- self-host/manual/podman-quadlets.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/self-host/manual/podman-quadlets.mdx b/self-host/manual/podman-quadlets.mdx index 8bde705..29c3e7e 100644 --- a/self-host/manual/podman-quadlets.mdx +++ b/self-host/manual/podman-quadlets.mdx @@ -9,7 +9,7 @@ import PangolinCloudTocCta from "/snippets/pangolin-cloud-toc-cta.mdx"; This guide walks through a manual deployment using the same file layout the installer generates from `install/config/*` in the Pangolin source tree. Use it if you want the installer's defaults, but you want to create and maintain the files yourself. -This guide assumes you already have a Linux server with Podman installed. +This guide assumes you already have a Linux server with Podman installed and has been tested on Debian 13.5 with Podman version 5.4.2. ## Prerequisites @@ -220,7 +220,6 @@ certificatesResolvers: acme: httpChallenge: entryPoint: web - email: "admin@example.com" # REPLACE storage: "/letsencrypt/acme.json" caServer: "https://acme-v02.api.letsencrypt.org/directory"