Private
Public Access
DEPLOYMENT.md's clone instructions and frontend/.env.example's VITE_SOURCE_URL default now name github.com/ds-ksmith/DS-Chat directly now that the project actually has a public home there, instead of generic placeholders -- with a note for anyone deploying from their own fork. The user's own production deploy is unaffected: it still pulls from their private Gitea instance, which mirrors to GitHub. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
8 lines
486 B
Bash
8 lines
486 B
Bash
# Shown as the "Source code" link in the app's About screen -- required
|
|
# for AGPL-3.0 section 13 compliance once you deploy this (a link so users
|
|
# interacting with the app over the network can get the actual source,
|
|
# including any modifications you've made). The default below points at
|
|
# the upstream project -- fine if you're running it unmodified, but if
|
|
# you've forked or patched the code, point this at *your* copy instead.
|
|
VITE_SOURCE_URL=https://github.com/ds-ksmith/DS-Chat
|