runner selfservice portal
Go to file
Philipp Dormann 51d058bf96 added 'yarn postbuild' script for fixing env.js in dist/index.html
ref #31
2021-04-13 17:58:43 +02: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 Updated env description 2021-04-06 17:03:05 +02:00
src Sorted translations 🌍 2021-04-06 21:25:36 +02:00
.drone.yml 🚀Bumped version to v0.5.1 2021-04-03 18:38:44 +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.7.0 2021-04-06 21:28:02 +02:00
Dockerfile added 'yarn postbuild' script for fixing env.js in dist/index.html 2021-04-13 17:58:43 +02: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 added 'yarn postbuild' script for fixing env.js in dist/index.html 2021-04-13 17:58:43 +02: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/