From 70d85524db4d7070f1fda499702bbbd3ec2dd8b5 Mon Sep 17 00:00:00 2001 From: MinerSebas Date: Tue, 5 Dec 2023 10:24:25 +0100 Subject: [PATCH] app: make it possible to serve lldap behind a sub-path --- app/index.html | 5 ++-- app/src/components/app.rs | 2 +- app/src/infra/api.rs | 46 ++++++++++++++++++++------------ app/src/infra/cookies.rs | 5 ++-- server/src/infra/auth_service.rs | 29 +++++++++++++++----- server/src/infra/tcp_server.rs | 36 ++++++++++++++++++++----- 6 files changed, 88 insertions(+), 35 deletions(-) diff --git a/app/index.html b/app/index.html index 6986e42..8c42d98 100644 --- a/app/index.html +++ b/app/index.html @@ -4,7 +4,8 @@ LLDAP Administration - + + + href="static/style.css" />