镜像概览
- 完整引用
docker.io/maxkeytop/maxkey-frontend- Registry
- docker.io
- 命名空间
- maxkeytop
- 仓库
- maxkey-frontend
- 已缓存 Tag 数
- 34
- 最近同步
- 07/05/2026, 08:40 PM
简介
MaxKey 单点登录用户门户前端镜像,OAuth2/OIDC/SAML 统一认证登录页,与 maxkey 后端同栈部署企业 IdP 用户入口。
详细介绍
maxkeytop/maxkey-frontend 运行 MaxKey 开源 IAM 用户门户静态前端,提供 SSO 登录、应用目录与自助服务页面。定位为 IdP 用户 Web 前端,反向代理至 maxkey 后端 API;K8s Deployment + Ingress 企业统一认证入口。
快速启动
docker run -d --name maxkey-frontend \
-p 8527:8527 \
docker.io/maxkeytop/maxkey-frontend:latest
推荐实践
docker run -d --name maxkey-frontend \
--restart unless-stopped \
-p 8527:8527 \
-e MAXKEY_API_URL=http://maxkey:9527 \
docker.io/maxkeytop/maxkey-frontend:4.0.0
核心参数说明
-p 8527:8527— 用户门户 Web 端口-e MAXKEY_API_URL— 后端 API 地址- 依赖 — maxkey 后端 + MySQL
- 生产 — Ingress TLS 与同源策略
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: maxkey-frontend
spec:
replicas: 2
selector:
matchLabels:
app: maxkey-frontend
template:
metadata:
labels:
app: maxkey-frontend
spec:
containers:
- name: frontend
image: docker.io/maxkeytop/maxkey-frontend:4.0.0
ports:
- containerPort: 8527
env:
- name: MAXKEY_API_URL
value: http://maxkey:9527
---
apiVersion: v1
kind: Service
metadata:
name: maxkey-frontend
spec:
selector:
app: maxkey-frontend
ports:
- port: 8527
targetPort: 8527
Ingress 暴露用户门户;maxkey 后端独立 Service。
最新 Tag(20 条)
查看全部 34 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/maxkeytop/maxkey-frontend :4.1.12 | linux/amd64 | 2026/06/30 09:57 | 73.6 MB | sha256:8a944c9eb097… | |||
docker.io/maxkeytop/maxkey-frontend :latest | linux/amd64 | 2026/06/30 09:57 | 73.6 MB | sha256:8a944c9eb097… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.11 | linux/amd64 | 2026/02/01 15:01 | 64.0 MB | sha256:819ebfca2d2d… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.10 | linux/amd64 | 2025/12/10 17:47 | 73.6 MB | sha256:0c66b5263702… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.9.1 | linux/amd64 | 2025/10/13 11:20 | 73.6 MB | sha256:8835433a2efa… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.9 | linux/amd64 | 2025/10/13 10:54 | 73.6 MB | sha256:8835433a2efa… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.8 | linux/amd64 | 2025/07/29 21:52 | 73.6 MB | sha256:92af690c924f… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.7 | linux/amd64 | 2025/03/29 14:10 | 73.6 MB | sha256:d3c33cbbbae5… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.6 | linux/amd64 | 2025/02/18 09:02 | 73.6 MB | sha256:b14078cddb36… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.5 | linux/amd64 | 2025/01/08 14:59 | 73.6 MB | sha256:cff7fab0ed0f… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.4 | linux/amd64 | 2024/12/26 21:07 | 73.6 MB | sha256:02e0c15c85d5… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.3 | linux/amd64 | 2024/11/27 16:23 | 73.6 MB | sha256:2d0bf7905c2d… | |||
docker.io/maxkeytop/maxkey-frontend :4.1.2 | linux/amd64 | 2024/09/30 22:16 | 71.7 MB | sha256:35b672ece0af… | |||
docker.io/maxkeytop/maxkey-frontend :4.0.2 | linux/amd64 | 2023/10/11 20:45 | 71.2 MB | sha256:d4b119d28a8e… | |||
docker.io/maxkeytop/maxkey-frontend :4.0.1 | linux/amd64 | 2023/10/11 20:44 | 71.2 MB | sha256:d4b119d28a8e… | |||
docker.io/maxkeytop/maxkey-frontend :4.0.0 | linux/amd64 | 2023/09/01 11:54 | 71.2 MB | sha256:abfc664ca708… | |||
docker.io/maxkeytop/maxkey-frontend :3.5.19 | linux/amd64 | 2023/08/15 08:01 | 71.3 MB | sha256:8b85609ef0c3… | |||
docker.io/maxkeytop/maxkey-frontend :3.5.18 | linux/amd64 | 2023/06/05 17:58 | 58.6 MB | sha256:d7571267f4dc… | |||
docker.io/maxkeytop/maxkey-frontend :3.5.17 | linux/amd64 | 2023/04/24 09:38 | 58.4 MB | sha256:faee904252c1… | |||
docker.io/maxkeytop/maxkey-frontend :3.5.16 | linux/amd64 | 2023/03/22 15:46 | 58.3 MB | sha256:449453b45350… |