refactor: drop sub-directory routing

This commit is contained in:
2024-12-02 16:47:07 +01:00
parent 595735ad00
commit 4bcbc67436
8 changed files with 26 additions and 62 deletions

View File

@@ -6,8 +6,4 @@ runner selfservice portal
- copy the `/public/env.sample.js` file to `/public/env.js`
- set the required environment variables
- `documentserver_key`: url to the [document server](https://git.odit.services/lfk/document-server) instance
- `baseurl`: url to the main lfk instance - WITH TRAILING SLASH
- see [@lfk/deployment](https://git.odit.services/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/`
- `baseurl`: url to the main lfk instance - WITH TRAILING SLASH