authelia: postPatch openapi.yml

This commit is contained in:
Herwig Hochleitner
2024-07-18 10:12:44 +02:00
parent 865c2c7b3c
commit 6af07f6660
+2
View File
@@ -9,7 +9,9 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];
## FIXME: add swagger-ui https://github.com/authelia/authelia/blob/master/cmd/authelia-scripts/cmd/build.go#L148
postPatch = ''
cp -r api internal/server/public_html
cp -r ${web}/share/authelia-web/* internal/server/public_html
'';