Docker Variables and explanations: Could you advise on the ones which '????' please. We are running behind a Nginx Reverse Proxy Ill update based on your advice to help for others (Which is why ive put them in all in to assist others) tA HTTP Port: 3000 The port this docker runs on. default 3000 Example: 3000 NEXT_PUBLIC_WEBAPP_URL Public base URL used in links/emails (no trailing slash) Example: https://something.domain.com NEXTAUTH_URL Canonical public URL for Auth.js/NextAuth (no trailing slash) ?????????????????????????????? AUTH_TRUST_HOST Trust reverse proxy headers for Auth.js (true when behind NPM) ??????????????????????????????? NEXT_PUBLIC_DISABLE_SIGNUP Disable self-service /signup (true = staff invite/guest signing only) NEXTAUTH_SECRET: Long random secret for Auth.js/NextAuth (≥32 chars) Example: 66436772873938711003913006355113 NEXT_PRIVATE_ENCRYPTION_KEY Primary encryption key for stored secrets (≥32 chars) Example: 66436772873938711003913006355113 NEXT_PRIVATE_DATABASE_URL Primary DB URL (with pooling) Example: postgresql://user:pass@host:5432/db?sslmode=prefer NEXT_PRIVATE_DIRECT_DATABASE_URL Direct DB URL (no pooling; migrations/long queries) Example: postgresql://user:pass@host:5432/db?sslmode=prefer NEXT_PRIVATE_SMTP_TRANSPORT NEXT_PRIVATE_SMTP_HOST NEXT_PRIVATE_SMTP_PORT NEXT_PRIVATE_SMTP_USERNAME NEXT_PRIVATE_SMTP_PASSWORD NEXT_PRIVATE_SMTP_FROM_NAME NEXT_PRIVATE_SMTP_FROM_ADDRESS Signing Cert (.p12) Path: Host path to PKCS#12 certificate ????????????????????????????????? NEXT_PRIVATE_SIGNING_TRANSPORT Signing transport (local or cloud provider) ?????????????????????????????????
Hi
Love this plugin, have one issue, where only the first entry get the three icons (Log file, Download Log, and Delete Log)
Ive inspected the dom, and the icons are there for the other lines, but display:none is applied
Does any one know why, or is this a bug?
Thanks
Added to CA:March 30, 2018
Date Updated:August 21, 2020
Current Version:2020.08.22