From 0a3d22640e78f97dd9b68d4f89e19dc206d5f2f7 Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Thu, 19 Mar 2026 05:10:52 +0800 Subject: [PATCH] fix(env): add penpot storage configuration to .env.example file --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 4bec3ae..4bf2fdf 100644 --- a/.env.example +++ b/.env.example @@ -20,8 +20,8 @@ # --- Domain and SSL Setup --- CADDY_SITE_ADDRESS=https://design.yourdomain.com +CADDY_HTTP_ADDRESSES=http://caddy #, http://YOUR_SERVER_IP # uncomment to ativate ip access PENPOT_PUBLIC_URI=https://design.yourdomain.com -TLS_EMAIL=admin@yourdomain.com # --- Security --- # Generate a random string for this (e.g., using `openssl rand -base64 32`) @@ -53,3 +53,7 @@ PENPOT_SMTP_USERNAME=your_smtp_username PENPOT_SMTP_PASSWORD=your_smtp_password PENPOT_SMTP_TLS=true PENPOT_SMTP_SSL=false + +# --- Penpot Storage settings --- +PENPOT_ASSETS_STORAGE_BACKEND=assets-fs +PENPOT_STORAGE_ASSETS_FS_DIRECTORY=/opt/data/assets