MediKeep

MediKeep

Docker 应用程序 from afairgiant's Repository

概述

MediKeep - Your personal health record keeper with React frontend and FastAPI backend. Provides secure patient record management, and medical history tracking.

要求

PostgreSQL database (can use postgresql container)

运行时参数

网络用户界面
http://[IP]:[PORT:8000]
网络
bridge
外壳
sh
特权
false

模板配置

WebUI PortPorttcp

Port for accessing the web interface

目标
8000
默认值
8000
价值
8000
Database HostVariable

PostgreSQL database hostname or IP

目标
DB_HOST
默认值
postgres
价值
postgres
Database PortVariable

PostgreSQL database port

目标
DB_PORT
默认值
5432
价值
5432
Database NameVariable

PostgreSQL database name

目标
DB_NAME
默认值
medical_records
价值
medical_records
Database UserVariable

PostgreSQL database username

目标
DB_USER
默认值
medapp
价值
medapp
Database PasswordVariable

PostgreSQL database password

目标
DB_PASSWORD
Secret KeyVariable

Secret key for JWT tokens (generate a random string)

目标
SECRET_KEY
UploadsPathrw

Path to store uploaded files

目标
/app/uploads
默认值
/mnt/user/appdata/medikeep/uploads
价值
/mnt/user/appdata/medikeep/uploads
LogsPathrw

Path to store application logs

目标
/app/logs
默认值
/mnt/user/appdata/medikeep/logs
价值
/mnt/user/appdata/medikeep/logs
BackupsPathrw

Path to store database backups

目标
/app/backups
默认值
/mnt/user/appdata/medikeep/backups
价值
/mnt/user/appdata/medikeep/backups
Log LevelVariable

Logging level (DEBUG/INFO/WARNING/ERROR)

目标
LOG_LEVEL
默认值
INFO
价值
INFO
TimezoneVariable

Timezone for the application

目标
TZ
默认值
America/New_York
价值
America/New_York
Enable SSLVariable

Enable HTTPS/SSL (requires certificate setup)

目标
ENABLE_SSL
默认值
false
价值
false
SSO Provider TypeVariable

SSO Provider Type (oidc/saml)

目标
SSO_PROVIDER_TYPE
默认值
oidc
价值
oidc
SSO Issuer URLVariable

SSO Issuer/Provider URL

目标
SSO_ISSUER_URL
SSO Redirect URIVariable

SSO Redirect URI

目标
SSO_REDIRECT_URI
SSO Allowed DomainsVariable

SSO Allowed Domains (JSON array)

目标
SSO_ALLOWED_DOMAINS
默认值
[]
价值
[]
SSO EnabledVariable

Enable Single Sign-On

目标
SSO_ENABLED
默认值
false
价值
false
SSO Client IDVariable

SSO Client ID (if SSO enabled)

目标
SSO_CLIENT_ID
SSO Client SecretVariable

SSO Client Secret (if SSO enabled)

目标
SSO_CLIENT_SECRET
PUIDVariable

User ID

默认值
99
价值
99
PGIDVariable

Group ID

默认值
100
价值
100

类别

详细信息

存储库
ghcr.io/afairgiant/medikeep:latest
最后更新2026-05-31
初见2025-10-06

在Unraid 上运行 MediKeep 。

MediKeep 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。