added homebox

This commit is contained in:
Jake Kasper
2025-08-25 08:27:07 -04:00
parent 264392fc77
commit 973d3bdf16
3 changed files with 31 additions and 10 deletions

View File

@@ -8,16 +8,6 @@ URL=https://notes.kaspers.us
# in your docker-compose.yml
PORT=3000
# See [documentation](docs/SERVICES.md) on running a separate collaboration
# server, for normal operation this does not need to be set.
COLLABORATION_URL=
# If using a Cloudfront/Cloudflare distribution or similar it can be set below.
# This will cause paths to javascript, stylesheets, and images to be updated to
# the hostname defined in CDN_URL. In your CDN configuration the origin server
# should be set to the same as URL.
CDN_URL=
# How many processes should be spawned. As a reasonable rule divide your servers
# available memory by 512 for a rough estimate
WEB_CONCURRENCY=1