No description
  • JavaScript 71.9%
  • Vue 18.3%
  • TypeScript 7.7%
  • SCSS 1.4%
  • Pug 0.3%
  • Other 0.3%
Find a file
Rei Schädeli 3227f9750c
All checks were successful
ci/woodpecker/tag/buildx Pipeline was successful
ci/woodpecker/tag/helm Pipeline was successful
ci/woodpecker/push/buildx Pipeline was successful
ci/woodpecker/push/helm Pipeline was successful
release: 1.4.6
2026-06-03 11:24:36 +02:00
.woodpecker ci: woodpecker 2026-06-03 11:21:59 +02:00
frontend feat(select): enforce string 2026-05-08 13:52:23 +02:00
helm release: 1.4.6 2026-06-03 11:24:36 +02:00
server feat: progress protobuf and gui update 2026-03-27 13:42:55 +01:00
.dockerignore migrate 2025-10-22 13:14:30 +02:00
.gitignore migrate 2025-10-22 13:14:30 +02:00
docker-bake.hcl ci: woodpecker 2026-06-03 11:21:59 +02:00
Dockerfile ci: woodpecker 2026-06-03 11:21:59 +02:00
LICENSE add license 2026-03-10 08:59:49 +01:00
README.md migrate 2025-10-22 13:14:30 +02:00
sonar-project.properties migrate 2025-10-22 13:14:30 +02:00

Webtens

Environment variables

Variable Description
CONFIG_CONTROLLER_URL Url of the config-service endpoint
PARTICLES Display particles and background on login screen
BASE_URL Base URL of the application. Can be a subpath or full URL. (Full URL required for OIDC login)
CONTAINER_TYPE Internal name of the intens application to run
REDIS_HOST Host of the redis server to store session cookies in. Setting this enables Redis session storage
REDIS_PORT Port of the redis server
REDIS_PASSWORD Password of the redis server
APP_NAME Name of the application to display on the server
BACKGROUND_COLOR Color of the login screen background
LOGO_NAME Name of the logo to display
OIDC_ISSUER Issuer for the OIDC login
OIDC_CLIENT OIDC client registered in the issuer
OIDC_CLIENT_SECRET OIDC client secret
CUSTOM_STYLES Name of a custom stylesheet to apply. It will take files from the custom folder inside the public folder.
CUSTOM_SCRIPTS Same as with CUSTOM_STYLES but for JavaScript
ALTERNATIVES Enable setting options for the started application on the login screen.
ALTERNATIVES_* Options to pass to the config-controller if the user selects the checkbox on login.
ALTERNATIVES_LABEL Label for the checkbox on the login screen.