mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat(play-standalone): Add PEER_URL env variable (#302)
## Description Adds PEER_URL env variable for setting peer URL (query param still takes priority if set). - Useful for self-hosters - Was a pain to figure out <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - New Features - Support configuring the peer server URL via an environment variable, with automatic fallback to the URL parameter or a default. - Server-provided configuration is securely passed to the client to simplify deployment setup. - Chores - Excluded common build artifacts and IDE directories from container contexts to reduce image size and speed up builds. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
590fe5e196
commit
5705029972
4
packages/play-standalone/.containerignore
Normal file
4
packages/play-standalone/.containerignore
Normal file
@@ -0,0 +1,4 @@
|
||||
.astro/
|
||||
.idea/
|
||||
dist/
|
||||
node_modules/
|
||||
Reference in New Issue
Block a user