1
0
Fork 0

remove gitlab ci

This commit is contained in:
chaos 2023-09-30 12:54:07 +01:00
parent d5fc05612e
commit 56f40547de
No known key found for this signature in database
2 changed files with 2 additions and 16 deletions

View file

@ -1,12 +0,0 @@
pages:
stage: deploy
image: docker.io/library/alpine:edge
script:
- apk add nodejs npm git
- npm install --save-dev
- npx webpack
- mv dist public
- cp _redirects public
artifacts:
paths:
- public

View file

@ -43,9 +43,7 @@ npx webpack serve --config webpack-dev.config.js
## How to host/use ## How to host/use
We host it via GitLab pages at [VaultUI](https://vaultui.owo.monster). Simply copy the built files to root of webserver.
Simply copy the files to root of webserver.
You will need a redirect rule to redirect any 404's or non-200's to index.html. You will need a redirect rule to redirect any 404's or non-200's to index.html.
Cors will need to be enabled for you to use VaultUI. Cors will need to be enabled for you to use VaultUI.
@ -83,4 +81,4 @@ For example:
Language: fr Language: fr
Missing: unseal_input_btn, unseal_qr_btn Missing: unseal_input_btn, unseal_qr_btn
``` ```
Would mean those two missing translations need to be added to the french translation. Would mean those two missing translations need to be added to the french translation.