This commit is contained in:
wenyang 2025-04-08 11:40:48 +02:00 committed by GitHub
commit bbfc39528a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 452 additions and 0 deletions

View file

@ -28,6 +28,22 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-
docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest
```
## Helm Chart deploy
```sh
# Download code locally
git clone https://github.com/CorentinTh/it-tools.git
#change directory
cd it-tools/helm
#Start installation
helm install it-tools -f values.yaml ./
# Browser access
http://NodeIpAddress:30088
```
**Other solutions:**
- [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html)