Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Server & General
PORT=8787
NODE_ENV=production

Comment on lines +1 to +4
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.env.example includes PORT and NODE_ENV, but the repo doesn’t reference these variables and the Docker image’s default CMD hardcodes --port 8787. Either wire these env vars into the runtime/compose instructions (so changing them has an effect) or remove them from the template to avoid implying they are supported configuration knobs.

Suggested change
# Server & General
PORT=8787
NODE_ENV=production

Copilot uses AI. Check for mistakes.
# Cloudflare Configuration
ACCOUNT_ID="your_cloudflare_account_id_here"
API_KEY="your_cloudflare_api_token_here"

# Zero Trust / Authentication (Optional/Enterprise)
TEAM_DOMAIN="https://yourteam.cloudflareaccess.com"
POLICY_AUD="your_cloudflare_access_aud_tag_here"
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,12 @@ updates:
patterns:
- "actions/*"
- "github/*"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "dependencies"
- "docker"
141 changes: 0 additions & 141 deletions .github/workflows/agentics-maintenance.yml

This file was deleted.

Loading
Loading