mirror of
https://github.com/khorevaa/kubodin.git
synced 2024-12-12 08:54:22 +02:00
.github/workflows | ||
api | ||
cmd | ||
database | ||
docs | ||
errors | ||
models | ||
ras | ||
service | ||
.gitignore | ||
.goreleaser.yaml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
goreleaser.bat | ||
goreleaser.sh | ||
LICENSE | ||
main.go | ||
readme.md |
kubodin
Features
- Not need installed
rac.exe
- Uses Binary protocol version
10.0
from 1C.Enterprise - Very small & fast app design for kubernetes and docker usage
- Full API documentation for Odin. Can see and test.
http://localhost:3001/docs
- Easy migrate to full version of Odin
Limitings
- Only for Kubernetes usage
- Only one 1C.Enterprise server (add on startup), with name
default
- Only some allowed API
- Infobases (
api/v1/app/default/infobases
)- Create infobase
- Delete infobase
- List short info of infobases
- Cluster (
api/v1/app/default/clusters
)- List cluster
- Cluster info
- App (
api/v1/app/default
)- Get info
- List
- Infobases (
- Only in memory cache
- Only in memory database
Installation
How to use
Docker
docker run -p 3001:3001 ghcr.io/khorevaa/kubodin:latest \
--port :3001 --server 1cserver:1545