Add open-webui and improve readme

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2025-02-01 02:32:36 +01:00
parent 7595072298
commit 81c81a5d83
10 changed files with 121 additions and 11 deletions

View File

@ -26,8 +26,10 @@ jobs:
with:
submodules: "recursive"
fetch-depth: 0
- name: "Check compose"
run: make check
- name: "Update server image"
run: make update-docker
run: make image-update
- name: "Build server"
run: make build
# - name: "Start server"