Skip to content

Commit

Permalink
129-Autologin-uuid (#130)
Browse files Browse the repository at this point in the history
* update gitignore and tests move bin to patch folder

* 129-Autologin-uuid, external dev jxVouch bypass

* CORS security send cookies update env vars
  • Loading branch information
ChromaticPanic authored Nov 19, 2024
1 parent 7f387ed commit 489c7d7
Show file tree
Hide file tree
Showing 13 changed files with 351 additions and 183 deletions.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {}
},
// uncomment the next line for LAN model access
// "runArgs": ["--network=host"],

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -15,7 +17,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt && pip install --upgrade pydantic",
"postCreateCommand": "pip3 install --user -r requirements.txt", // && pip install --upgrade pydantic",

// Configure tool-specific properties.
"customizations": {
Expand Down
3 changes: 3 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ NACHET_MAX_CONTENT_LENGTH=
NACHET_VALID_EXTENSION=
NACHET_VALID_DIMENSION=
DEV_USER_EMAIL=
NACHET_ENV=
NACHET_FRONTEND_PUBLIC_URL=
NACHET_FRONTEND_DEV_URL=
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@
*.pyc
.vscode/settings.json
output.*

bin/
lib64/
lib64
**/*pyvenv.cfg
share/
lib/
include/
__pycache__/
Loading

0 comments on commit 489c7d7

Please sign in to comment.