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