📝(self-hosted) add documentation

Add a documentation to deploy a self-hosted visio instance in a
standalone way (witout AI features)
This commit is contained in:
Jacques ROUSSEL
2025-01-02 10:56:00 +01:00
parent cbc8cff62d
commit d9d048a866
8 changed files with 2709 additions and 102 deletions
+3 -1
View File
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -31,5 +31,7 @@ jobs:
uses: helm/[email protected]
with:
charts_dir: ./src/helm
skip_existing: True
mark_as_latest: False
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"