rearrange NOTE blocks

This commit is contained in:
Yan Lin 2026-01-24 20:10:55 +01:00
parent 1451b18083
commit 9d1c8f4064
9 changed files with 27 additions and 38 deletions

View file

@ -1,3 +1,8 @@
# NOTE: environment file at: `/etc/traefik-env` with mode 600
# content (for Cloudflare API):
# CF_API_EMAIL=your-email@example.com
# CF_DNS_API_TOKEN=your-cloudflare-api-token
{ config, pkgs, lib, ... }:
{
@ -79,10 +84,4 @@
# Mount Docker/Podman socket for service discovery
BindPaths = [ "/run/podman/podman.sock:/var/run/docker.sock" ];
};
# NOTE: Cloudflare credentials must be manually created in /etc/traefik-env
# The file should contain:
# CF_API_EMAIL=your-email@example.com
# CF_DNS_API_TOKEN=your-cloudflare-api-token
# Make sure to set permissions: chmod 600 /etc/traefik-env
}