* update cf worker hostname
* set remote_url cookie from param
* ephemeral backends v1
* nit
* Run queue server
* ntis
* timeout
* better db process management
* commit hash and worktree
* nit use map
* nit
* err handling
* Revert "err handling"
This reverts commit 19de00c0c0.
* nits
* auto cleanup
* Ephemeral backend command action
* remove checkout
* checkout ee repo
* nits
* process.env.GIT_EE_DEPLOY_KEY_FILE
* resumeURLs logic
* nit
* use windmill flow for ephemeral backend action
* fixes
* new token
* worktree pools
* Delete GH secret on cleanup
* linux deploy
* nit
* nit
* unhandled promises
* nit
* fix docker bridge IP on linux
* pass cf_frontend_url to wmill flow
* git fetch
* release worktree when binary started
* send error
* logger
* logging
* logging 2
* delete log files periodically
* redirect to raw app with logs
* CORS
* MANAGER_AUTH_TOKEN
* Check organization membership
* nit
* bwrap
* nit
* return timeoutAt in resumeUrl
* nit
* Change password
* nit remove https
16 lines
730 B
Plaintext
16 lines
730 B
Plaintext
# Windmill Ephemeral Backend Manager - Environment Variables
|
|
# Copy this file to /etc/windmill-ephemeral-manager/.env and fill in the values
|
|
|
|
# Manager Authentication Token
|
|
# Required for protecting the manager endpoints from unauthorized access
|
|
# Generate a secure random token: openssl rand -hex 32
|
|
MANAGER_AUTH_TOKEN=your-secure-random-token-here
|
|
|
|
# GitHub Personal Access Token with 'secrets' scope (Write access)
|
|
GITHUB_TOKEN=github_pat_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
|
|
|
# Path to the SSH deploy key for accessing windmill-ee-private repository
|
|
# This should be a read-only deploy key
|
|
# The file should be owned by the 'sandbox' user with 600 permissions
|
|
GIT_EE_DEPLOY_KEY_FILE=/home/sandbox/.ssh/windmill_ee_deploy_key
|