This web interface is used as a central manager for a given fleet of LinTO clients (voice-enabled apps or devices)
You might :
See documentation : [***]
With our proposed stack https://github.com/linto-ai/linto-platform-stack
To lauch the application, you'll have to launch associated services :
Download git repository
cd YOUR/PROJECT/PATH/ git clone git@github.com:linto-ai/linto-platform-admin.git cd linto-platform-admin
Setup packages/depencies
cd /webserver npm install cd ../vue_app npm install
You will need to set some environment variables to connect services like "Business Logic Server", "NLU/Tock"
Go to the /vue_app folder and edit the following files: .env.devlopment, .env.production
.env.devlopment : if you want to set custom port or url, replace VUE_APP_URL and VUE_APP_NLU_URL values(example) VUE_APP_URL=http://localhost:9000 VUE_APP_NLU_URL=http://my-nlu-service.local
.env.production : set your "application url" and "Tock interface url" for production mode(example) VUE_APP_URL=http://my-linto-platform-admin.com VUE_APP_NLU_URL=http://my-nlu-service.com
Go to the /webserver folder, you'll see a .env_default file.
Rename this file as .env and edit the environment variables.
cd YOUR/PROJECT/PATH/linto-platform-admin/webserver cp .env_default .env
Server settings
| Env variable | Description | example |
|---|---|---|
| TZ | Time-zone value | Europe/Paris |
| LINTO_STACK_DOMAIN | Linto admin host/url | localhost:9000, [***] |
| LINTO_STACK_ADMIN_HTTP_PORT | linto admin port | 9000 |
| LINTO_STACK_ADMIN_COOKIE_SECRET | linto admin cookie secret phrase | mysecretcookie |
| LINTO_STACK_ADMIN_API_WHITELIST_DOMAINS | CORS auhtorized domains list (separator ',') | http://localhost:***,http://my-domain.com |
| LINTO_STACK_REDIS_SESSION_SERVICE | Redis store service host/url | localhost, linto-platform-stack-redis |
| LINTO_STACK_REDIS_SESSION_SERVICE_PORT | Redis store service port | 6379 |
| LINTO_STACK_TOCK_SERVICE | Tock (nlu service) host/url | localhost, [***] |
| LINTO_STACK_TOCK_USER | Tock (nlu service) user | *** |
| LINTO_STACK_TOCK_PASSWORD | Tock (nlu service) user | password |
| LINTO_STACK_STT_SERVICE_MANAGER_SERVICE | STT service host/url | localhost, [***] |
| tt-service.com | ||
| LINTO_STACK_MONGODB_SERVICE | MongoDb service host/url | localhost, linto-platform-stack-service |
| LINTO_STACK_MONGODB_PORT | MongoDb service port | 27017 |
| LINTO_STACK_MONGODB_DBNAME | MongoDb service database name | lintoAdmin |
| LINTO_STACK_MONGODB_USE_LOGIN | Enable/Disable MongoDb service authentication | true,false |
| LINTO_STACK_MONGODB_USER | MongoDb service username | user |
| LINTO_STACK_MONGODB_PASSWORD | MongoDb service username | password |
| LINTO_STACK_MQTT_HOST | MQTT broker host | localhost |
| LINTO_STACK_MQTT_PORT | MQTT broker port | 1883 |
| LINTO_STACK_MQTT_USE_LOGIN | Enable/Disable MQTT broker authentication | true,false |
| LINTO_STACK_MQTT_DEFAULT_HW_SCOPE | MQTT broker "hardware" scope | blk |
| LINTO_STACK_MQTT_USER | MQTT broker user | user |
| LINTO_STACK_MQTT_PASSWORD | MQTT broker user | password |
| LINTO_STACK_BLS_SERVICE | Business logic server (nodered instance) | localhost, [***] |
| LINTO_STACK_BLS_USE_LOGIN | Enable/Disable Business logic server authentication | true,false |
| LINTO_STACK_BLS_USER | Business logic server user | user |
| LINTO_STACK_BLS_PASSWORD | Business logic server | password |
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
不支持 push
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务