runner selfservice portal
Go to file
Philipp Dormann a1b600df1c
continuous-integration/drone/push Build is passing Details
Merge branch 'dev'
2023-02-03 13:54:34 +01:00
.devcontainer 🐳 basic devcontainer config 2021-02-20 18:58:10 +01:00
.vscode 🌎 basic i18n keys for Register component 2021-02-27 14:08:21 +01:00
public Merge branch 'dev' of git.odit.services:lfk/selfservice into dev 2023-02-01 17:48:52 +01:00
src /profile/ dont instantly show mail format error 2023-02-03 13:51:23 +01:00
.drone.yml Updated dronefile 2021-04-21 15:57:45 +02:00
.gitignore basic env.js file for api baseurl, documentserver_key 2021-03-03 18:20:53 +01:00
CHANGELOG.md 🚀Bumped version to v0.8.2 2023-02-03 13:51:54 +01:00
Dockerfile update nginx base 2023-01-30 18:18:26 +01:00
LICENSE Initial commit 2021-02-20 17:03:37 +00:00
README.md added env config instructions 2021-03-31 19:03:07 +02:00
docker-compose.yml Added image to docker-compose 2021-03-27 19:38:36 +01:00
env_fix.js added 'yarn postbuild' script for fixing env.js in dist/index.html 2021-04-13 17:58:43 +02:00
index.html 🚀Bumped version to v0.6.0 2021-04-03 18:53:32 +02:00
nginx.conf Fixed registration routing 2021-03-31 19:34:13 +02:00
order_i18n.js 🧹 added order script for i18n keys 2021-02-27 14:14:37 +01:00
package.json 🚀Bumped version to v0.8.2 2023-02-03 13:51:54 +01:00
pnpm-lock.yaml Configureable barcode format via bwp-js 2023-02-01 17:39:03 +01:00
postcss.config.js 🐞 fixed Vite/ Tailwind build 2021-03-31 17:13:57 +02:00
tailwind.config.js 🐞 fixed Vite/ Tailwind build 2021-03-31 17:13:57 +02:00
vite.config.js 🐞 fixed Vite/ Tailwind build 2021-03-31 17:13:57 +02:00

README.md

@lfk/selfservice

runner selfservice portal

Development

Requirements

  • Node.js v14.16.0 or newer
  • yarn package manager >= v1.22.10 < 2
  • will be automatically recommended via ./vscode/extensions.json
  • we also provide a config for i18n-ally in the ./vscode/ folder

Fastest Dev Environment

  • You can install the Remote - Containers extension and use all recommended extensions and editor settings via the provided ./devcontainer/ config

Manual Dev Environment

yarn && yarn dev --open

🔨 Environment config

  • copy the /public/env.sample.js file to /public/env.js
  • set the required environment variables
    • documentserver_key: url to the document server instance
    • baseurl: url to the main lfk instance - WITH TRAILING SLASH
    • see @lfk/deployment for a complete deployment guide
    • baseurl_selfservice: location of the selfservice instance - WITH TRAILING SLASH
      • e.g. path: /selfservice/
      • e.g. url: https://example.com/selfservice/