YunKan
Get Started with Apps!
Keywords: camera, nvr, security
Train: Community
Home Page: https://yun-kan.com/
Added: 2026-08-14
Last Updated: 2026-08-14
Self-hosted NVR for RTSP/ONVIF cameras with on-device AI detection
Run as Context- Container [yunkan] runs as root user and group.
Group: 0 / Host group is [root]
User: 0 / Host user is [root]

Host Mounts
- /etc/machine-id : Host machine ID, mounted read-only. Used to derive a stable hardware fingerprint for offline license binding.
- /sys/class/dmi/id/product_uuid : Host product UUID, mounted read-only. Used to derive a stable hardware fingerprint for offline license binding.
Security Capabilities
- YunKan is able to change file ownership arbitrarily
- YunKan is able to bypass file permission checks
- YunKan is able to bypass permission checks for file operations
- YunKan is able to send signals to any process
- YunKan is able to change group ID of processes
- YunKan is able to change user ID of processes
App Metadata (Raw File)
{
"1.0.0": {
"healthy": true,
"supported": true,
"healthy_error": null,
"location": "/__w/apps/apps/trains/community/yunkan/1.0.0",
"last_update": "2026-08-14 16:09:29",
"required_features": [],
"human_version": "0.9.39_1.0.0",
"version": "1.0.0",
"app_metadata": {
"app_version": "0.9.39",
"capabilities": [
{
"description": "YunKan is able to change file ownership arbitrarily",
"name": "CHOWN"
},
{
"description": "YunKan is able to bypass file permission checks",
"name": "DAC_OVERRIDE"
},
{
"description": "YunKan is able to bypass permission checks for file operations",
"name": "FOWNER"
},
{
"description": "YunKan is able to send signals to any process",
"name": "KILL"
},
{
"description": "YunKan is able to change group ID of processes",
"name": "SETGID"
},
{
"description": "YunKan is able to change user ID of processes",
"name": "SETUID"
}
],
"categories": [
"security"
],
"changelog_url": "https://yun-kan.com/changelog",
"date_added": "2026-08-14",
"description": "Self-hosted NVR for RTSP/ONVIF cameras with on-device AI detection",
"home": "https://yun-kan.com/",
"host_mounts": [
{
"description": "Host machine ID, mounted read-only. Used to derive a stable hardware fingerprint for offline license binding.",
"host_path": "/etc/machine-id"
},
{
"description": "Host product UUID, mounted read-only. Used to derive a stable hardware fingerprint for offline license binding.",
"host_path": "/sys/class/dmi/id/product_uuid"
}
],
"icon": "https://media.sys.truenas.net/apps/yunkan/icons/icon.png",
"keywords": [
"camera",
"nvr",
"security"
],
"lib_version": "2.3.11",
"lib_version_hash": "874636814efb275e5276ea9d709b7cd665fed42bb1d50328e853d9253a2e1229",
"maintainers": [
{
"email": "dev@truenas.com",
"name": "truenas",
"url": "https://www.truenas.com/"
}
],
"name": "yunkan",
"run_as_context": [
{
"description": "Container [yunkan] runs as root user and group.",
"gid": 0,
"group_name": "Host group is [root]",
"uid": 0,
"user_name": "Host user is [root]"
}
],
"screenshots": [
"https://media.sys.truenas.net/apps/yunkan/screenshots/screenshot1.jpg",
"https://media.sys.truenas.net/apps/yunkan/screenshots/screenshot2.jpg"
],
"sources": [
"https://apps.truenas.com/catalog/yunkan_community/",
"https://github.com/mrtian2016/yunkan-unraid-templates",
"https://yun-kan.com/"
],
"title": "YunKan",
"train": "community",
"version": "1.0.0"
},
"schema": {
"groups": [
{
"name": "YunKan Configuration",
"description": "Configure YunKan"
},
{
"name": "Network Configuration",
"description": "Configure Network for YunKan"
},
{
"name": "Storage Configuration",
"description": "Configure Storage for YunKan"
},
{
"name": "Labels Configuration",
"description": "Configure Labels for YunKan"
},
{
"name": "Resources Configuration",
"description": "Configure Resources for YunKan"
}
],
"questions": [
{
"variable": "TZ",
"group": "YunKan Configuration",
"label": "Timezone",
"schema": {
"type": "string",
"default": "Etc/UTC",
"required": true,
"$ref": [
"definitions/timezone"
]
}
},
{
"variable": "yunkan",
"label": "",
"group": "YunKan Configuration",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "image_selector",
"label": "Inference Backend",
"description": "The image to use for YunKan, matching the accelerator on this system.</br>\n- CPU: Any x86_64 host, no accelerator required.</br>\n- OpenVINO: Intel iGPU or Arc. Enable the GPU under Resources.</br>\n- CUDA: NVIDIA GPU with 6 GB VRAM or more.</br>\n- TensorRT: NVIDIA GPU with 6 GB VRAM or more, builds an inference engine on first start which takes a few minutes.\n",
"schema": {
"type": "string",
"default": "image",
"required": true,
"enum": [
{
"value": "image",
"description": "CPU"
},
{
"value": "openvino_image",
"description": "OpenVINO (Intel iGPU/Arc)"
},
{
"value": "cuda_image",
"description": "CUDA (NVIDIA)"
},
{
"value": "tensorrt_image",
"description": "TensorRT (NVIDIA)"
}
]
}
},
{
"variable": "webrtc_extern_ips",
"label": "WebRTC External IPs",
"description": "Addresses that clients use to reach this server, used as WebRTC ICE\ncandidates.</br>\nLeave empty when Host Network is enabled. When it is disabled, add the\naddress of this system, otherwise live view falls back to HLS.\n",
"schema": {
"type": "list",
"default": [],
"items": [
{
"variable": "address",
"label": "Address",
"description": "IP address or hostname.",
"schema": {
"type": "string",
"required": true
}
}
]
}
},
{
"variable": "mount_product_uuid",
"label": "Mount Product UUID",
"description": "Mount /sys/class/dmi/id/product_uuid read-only, which makes the hardware\nfingerprint used for license binding more stable.</br>\nDisable it only if that file does not exist on this system, and do not\nchange it after activating a license - the fingerprint would change.\n",
"schema": {
"type": "boolean",
"default": true
}
},
{
"variable": "enable_mdns",
"label": "Enable mDNS",
"description": "Enable mDNS advertisement for YunKan.</br>\nOnly applies when Host Network is enabled.</br>\nNote: Enabling this may interfere with other mDNS services on the host.\n",
"schema": {
"type": "boolean",
"default": false
}
},
{
"variable": "devices",
"label": "Devices",
"description": "Extra devices to pass through to YunKan.</br>\nEg: Host Device: /dev/accel, Container Device: /dev/accel (Intel NPU)</br>\nIntel, AMD and NVIDIA GPUs are handled by the GPU Configuration section\nunder Resources instead.\n",
"schema": {
"type": "list",
"default": [],
"items": [
{
"variable": "device",
"label": "Device",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "host_device",
"label": "Host Device",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "container_device",
"label": "Container Device",
"schema": {
"type": "string",
"required": true
}
}
]
}
}
]
}
},
{
"variable": "additional_envs",
"label": "Additional Environment Variables",
"description": "See more info at https://yun-kan.com/en/docs/install#environment-variables",
"schema": {
"type": "list",
"default": [],
"items": [
{
"variable": "env",
"label": "Environment Variable",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "name",
"label": "Name",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "value",
"label": "Value",
"schema": {
"type": "string"
}
}
]
}
}
]
}
}
]
}
},
{
"variable": "network",
"label": "",
"group": "Network Configuration",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "web_port",
"label": "WebUI Port",
"schema": {
"type": "dict",
"show_if": [
[
"host_network",
"=",
false
]
],
"attrs": [
{
"variable": "bind_mode",
"label": "Port Bind Mode",
"description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n- None: The port will not be exposed or published.</br>\nNote: If the Dockerfile defines an EXPOSE directive,\nthe port will still be exposed for inter-container communication regardless of this setting.\n",
"schema": {
"type": "string",
"default": "published",
"enum": [
{
"value": "published",
"description": "Publish port on the host for external access"
},
{
"value": "exposed",
"description": "Expose port for inter-container communication"
},
{
"value": "",
"description": "None"
}
]
}
},
{
"variable": "port_number",
"label": "Port Number",
"schema": {
"type": "int",
"show_if": [
[
"bind_mode",
"=",
"published"
]
],
"default": 30470,
"min": 1,
"max": 65535,
"required": true
}
},
{
"variable": "host_ips",
"label": "Host IPs",
"description": "IPs on the host to bind this port",
"schema": {
"type": "list",
"show_if": [
[
"bind_mode",
"=",
"published"
]
],
"default": [],
"items": [
{
"variable": "host_ip",
"label": "Host IP",
"schema": {
"type": "string",
"required": true,
"$ref": [
"definitions/node_bind_ip"
]
}
}
]
}
}
]
}
},
{
"variable": "webrtc_port",
"label": "WebRTC Port",
"description": "Applies to both TCP and UDP. Keep the host port number identical to the\ninternal one, ICE candidates are advertised with the internal number.\n",
"schema": {
"type": "dict",
"show_if": [
[
"host_network",
"=",
false
]
],
"attrs": [
{
"variable": "bind_mode",
"label": "Port Bind Mode",
"description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n- None: The port will not be exposed or published.</br>\nNote: If the Dockerfile defines an EXPOSE directive,\nthe port will still be exposed for inter-container communication regardless of this setting.\n",
"schema": {
"type": "string",
"default": "published",
"enum": [
{
"value": "published",
"description": "Publish port on the host for external access"
},
{
"value": "exposed",
"description": "Expose port for inter-container communication"
},
{
"value": "",
"description": "None"
}
]
}
},
{
"variable": "port_number",
"label": "Port Number",
"schema": {
"type": "int",
"show_if": [
[
"bind_mode",
"=",
"published"
]
],
"default": 23515,
"min": 1,
"max": 65535,
"required": true
}
},
{
"variable": "host_ips",
"label": "Host IPs",
"description": "IPs on the host to bind this port",
"schema": {
"type": "list",
"show_if": [
[
"bind_mode",
"=",
"published"
]
],
"default": [],
"items": [
{
"variable": "host_ip",
"label": "Host IP",
"schema": {
"type": "string",
"required": true,
"$ref": [
"definitions/node_bind_ip"
]
}
}
]
}
}
]
}
},
{
"variable": "networks",
"label": "Networks",
"description": "The docker networks to join",
"schema": {
"type": "list",
"show_if": [
[
"host_network",
"=",
false
]
],
"default": [],
"items": [
{
"variable": "network",
"label": "Network",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "name",
"label": "Name",
"description": "The name of the network to join.</br>\nThe network must already exist.\n",
"schema": {
"type": "string",
"default": "",
"required": true
}
},
{
"variable": "containers",
"label": "Containers",
"description": "The containers to add to this network.",
"schema": {
"type": "list",
"items": [
{
"variable": "container",
"label": "Container",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "name",
"label": "Container Name",
"schema": {
"type": "string",
"required": true,
"enum": [
{
"value": "yunkan",
"description": "yunkan"
}
]
}
},
{
"variable": "config",
"label": "Container Network Configuration",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "aliases",
"label": "Aliases (Optional)",
"description": "The network aliases to use for this container on this network.",
"schema": {
"type": "list",
"default": [],
"items": [
{
"variable": "alias",
"label": "Alias",
"schema": {
"type": "string"
}
}
]
}
},
{
"variable": "interface_name",
"label": "Interface Name (Optional)",
"description": "The network interface name to use for this network",
"schema": {
"type": "string"
}
},
{
"variable": "mac_address",
"label": "MAC Address (Optional)",
"description": "The MAC address to use for this network interface.",
"schema": {
"type": "string"
}
},
{
"variable": "ipv4_address",
"label": "IPv4 Address (Optional)",
"description": "The IPv4 address to use for this network interface.",
"schema": {
"type": "string"
}
},
{
"variable": "ipv6_address",
"label": "IPv6 Address (Optional)",
"description": "The IPv6 address to use for this network interface.",
"schema": {
"type": "string"
}
},
{
"variable": "gw_priority",
"label": "Gateway Priority (Optional)",
"description": "Indicates the priority of the gateway for this network interface.",
"schema": {
"type": "int",
"null": true
}
},
{
"variable": "priority",
"label": "Priority (Optional)",
"description": "Indicates in which order Compose connects the service\u2019s containers to its networks.",
"schema": {
"type": "int",
"null": true
}
}
]
}
}
]
}
}
]
}
}
]
}
}
]
}
},
{
"variable": "host_network",
"label": "Host Network",
"description": "Bind to the host network.</br>\nEnabled by default: WebRTC live view and camera discovery on the LAN need\ndirect access to the host network. Clients use 23406 (web interface) and\n23515 TCP/UDP (WebRTC media); the internal media server also binds 23880\nand 24214, both gated by a signed token.</br>\nDisable it to run on a bridge network instead - then only the web and\nWebRTC ports are published, and [WebRTC External IPs] has to be set.\n",
"schema": {
"type": "boolean",
"default": true
}
}
]
}
},
{
"variable": "storage",
"label": "",
"group": "Storage Configuration",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "data",
"label": "Data Storage",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "type",
"label": "Type",
"description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
"schema": {
"type": "string",
"required": true,
"default": "ix_volume",
"enum": [
{
"value": "host_path",
"description": "Host Path (Path that already exists on the system)"
},
{
"value": "ix_volume",
"description": "ixVolume (Dataset created automatically by the system)"
}
]
}
},
{
"variable": "ix_volume_config",
"label": "ixVolume Configuration",
"description": "The configuration for the ixVolume dataset.",
"schema": {
"type": "dict",
"show_if": [
[
"type",
"=",
"ix_volume"
]
],
"$ref": [
"normalize/ix_volume"
],
"attrs": [
{
"variable": "acl_enable",
"label": "Enable ACL",
"description": "Enable ACL for the storage.",
"schema": {
"type": "boolean",
"default": false
}
},
{
"variable": "dataset_name",
"label": "Dataset Name",
"description": "The name of the dataset to use for storage.",
"schema": {
"type": "string",
"required": true,
"hidden": true,
"default": "data"
}
},
{
"variable": "acl_entries",
"label": "ACL Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"acl_enable",
"=",
true
]
],
"attrs": []
}
}
]
}
},
{
"variable": "host_path_config",
"label": "Host Path Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"type",
"=",
"host_path"
]
],
"attrs": [
{
"variable": "acl_enable",
"label": "Enable ACL",
"description": "Enable ACL for the storage.",
"schema": {
"type": "boolean",
"default": false
}
},
{
"variable": "acl",
"label": "ACL Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"acl_enable",
"=",
true
]
],
"attrs": [],
"$ref": [
"normalize/acl"
]
}
},
{
"variable": "path",
"label": "Host Path",
"description": "The host path to use for storage.",
"schema": {
"type": "hostpath",
"show_if": [
[
"acl_enable",
"=",
false
]
],
"required": true
}
}
]
}
}
]
}
},
{
"variable": "recordings",
"label": "Recordings Storage",
"description": "The path to store recordings, snapshots and exports.</br>\nThis can grow to terabytes, point it at a dataset on a pool with enough capacity.\n",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "type",
"label": "Type",
"description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
"schema": {
"type": "string",
"required": true,
"default": "ix_volume",
"enum": [
{
"value": "host_path",
"description": "Host Path (Path that already exists on the system)"
},
{
"value": "ix_volume",
"description": "ixVolume (Dataset created automatically by the system)"
}
]
}
},
{
"variable": "ix_volume_config",
"label": "ixVolume Configuration",
"description": "The configuration for the ixVolume dataset.",
"schema": {
"type": "dict",
"show_if": [
[
"type",
"=",
"ix_volume"
]
],
"$ref": [
"normalize/ix_volume"
],
"attrs": [
{
"variable": "acl_enable",
"label": "Enable ACL",
"description": "Enable ACL for the storage.",
"schema": {
"type": "boolean",
"default": false
}
},
{
"variable": "dataset_name",
"label": "Dataset Name",
"description": "The name of the dataset to use for storage.",
"schema": {
"type": "string",
"required": true,
"hidden": true,
"default": "recordings"
}
},
{
"variable": "acl_entries",
"label": "ACL Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"acl_enable",
"=",
true
]
],
"attrs": []
}
}
]
}
},
{
"variable": "host_path_config",
"label": "Host Path Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"type",
"=",
"host_path"
]
],
"attrs": [
{
"variable": "acl_enable",
"label": "Enable ACL",
"description": "Enable ACL for the storage.",
"schema": {
"type": "boolean",
"default": false
}
},
{
"variable": "acl",
"label": "ACL Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"acl_enable",
"=",
true
]
],
"attrs": [],
"$ref": [
"normalize/acl"
]
}
},
{
"variable": "path",
"label": "Host Path",
"description": "The host path to use for storage.",
"schema": {
"type": "hostpath",
"show_if": [
[
"acl_enable",
"=",
false
]
],
"required": true
}
}
]
}
}
]
}
},
{
"variable": "additional_storage",
"label": "Additional Storage",
"schema": {
"type": "list",
"default": [],
"items": [
{
"variable": "storage_entry",
"label": "Storage Entry",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "type",
"label": "Type",
"description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.</br>\nSMB Share: Is a SMB share that is mounted to as a volume.</br>\nNFS Share: Is a NFS share that is mounted to as a volume.\n",
"schema": {
"type": "string",
"required": true,
"default": "ix_volume",
"enum": [
{
"value": "host_path",
"description": "Host Path (Path that already exists on the system)"
},
{
"value": "ix_volume",
"description": "ixVolume (Dataset created automatically by the system)"
},
{
"value": "cifs",
"description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
},
{
"value": "nfs",
"description": "NFS Share (Mounts a volume to a NFS share)"
}
]
}
},
{
"variable": "read_only",
"label": "Read Only",
"description": "Mount the volume as read only.",
"schema": {
"type": "boolean",
"default": false
}
},
{
"variable": "mount_path",
"label": "Mount Path",
"description": "The path inside the container to mount the storage.",
"schema": {
"type": "path",
"required": true
}
},
{
"variable": "host_path_config",
"label": "Host Path Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"type",
"=",
"host_path"
]
],
"attrs": [
{
"variable": "acl_enable",
"label": "Enable ACL",
"description": "Enable ACL for the storage.",
"schema": {
"type": "boolean",
"default": false
}
},
{
"variable": "acl",
"label": "ACL Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"acl_enable",
"=",
true
]
],
"attrs": [],
"$ref": [
"normalize/acl"
]
}
},
{
"variable": "path",
"label": "Host Path",
"description": "The host path to use for storage.",
"schema": {
"type": "hostpath",
"show_if": [
[
"acl_enable",
"=",
false
]
],
"required": true
}
}
]
}
},
{
"variable": "ix_volume_config",
"label": "ixVolume Configuration",
"description": "The configuration for the ixVolume dataset.",
"schema": {
"type": "dict",
"show_if": [
[
"type",
"=",
"ix_volume"
]
],
"$ref": [
"normalize/ix_volume"
],
"attrs": [
{
"variable": "acl_enable",
"label": "Enable ACL",
"description": "Enable ACL for the storage.",
"schema": {
"type": "boolean",
"default": false
}
},
{
"variable": "dataset_name",
"label": "Dataset Name",
"description": "The name of the dataset to use for storage.",
"schema": {
"type": "string",
"required": true,
"default": "storage_entry"
}
},
{
"variable": "acl_entries",
"label": "ACL Configuration",
"schema": {
"type": "dict",
"show_if": [
[
"acl_enable",
"=",
true
]
],
"attrs": [],
"$ref": [
"normalize/acl"
]
}
}
]
}
},
{
"variable": "cifs_config",
"label": "SMB Configuration",
"description": "The configuration for the SMB dataset.",
"schema": {
"type": "dict",
"show_if": [
[
"type",
"=",
"cifs"
]
],
"attrs": [
{
"variable": "server",
"label": "Server",
"description": "The server to mount the SMB share.",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "path",
"label": "Path",
"description": "The path to mount the SMB share.",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "username",
"label": "Username",
"description": "The username to use for the SMB share.",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "password",
"label": "Password",
"description": "The password to use for the SMB share.",
"schema": {
"type": "string",
"required": true,
"private": true
}
},
{
"variable": "domain",
"label": "Domain",
"description": "The domain to use for the SMB share.",
"schema": {
"type": "string"
}
}
]
}
},
{
"variable": "nfs_config",
"label": "NFS Configuration",
"description": "The configuration for the NFS dataset.",
"schema": {
"type": "dict",
"show_if": [
[
"type",
"=",
"nfs"
]
],
"attrs": [
{
"variable": "server",
"label": "Server",
"description": "The server to mount the NFS share.",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "path",
"label": "Path",
"description": "The path to mount the NFS share.",
"schema": {
"type": "string",
"required": true
}
}
]
}
}
]
}
}
]
}
}
]
}
},
{
"variable": "labels",
"label": "",
"group": "Labels Configuration",
"schema": {
"type": "list",
"default": [],
"items": [
{
"variable": "label",
"label": "Label",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "key",
"label": "Key",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "value",
"label": "Value",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "containers",
"label": "Containers",
"description": "Containers where the label should be applied",
"schema": {
"type": "list",
"items": [
{
"variable": "container",
"label": "Container",
"schema": {
"type": "string",
"required": true,
"enum": [
{
"value": "yunkan",
"description": "yunkan"
}
]
}
}
]
}
}
]
}
}
]
}
},
{
"variable": "resources",
"label": "",
"group": "Resources Configuration",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "limits",
"label": "Limits",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "cpus",
"label": "CPUs",
"description": "CPUs limit for YunKan.",
"schema": {
"type": "int",
"default": 2,
"required": true
}
},
{
"variable": "memory",
"label": "Memory (in MB)",
"description": "Memory limit for YunKan.",
"schema": {
"type": "int",
"default": 4096,
"required": true
}
}
]
}
},
{
"variable": "gpus",
"group": "Resources Configuration",
"label": "GPU Configuration",
"schema": {
"type": "dict",
"$ref": [
"definitions/gpu_configuration"
],
"attrs": []
}
}
]
}
}
]
},
"readme": "<h1>YunKan</h1> <p><a href=\"https://yun-kan.com/\">YunKan</a> is a self-hosted NVR for RTSP and ONVIF IP cameras with on-device AI detection. Video stays on the local network; no vendor cloud is involved.</p>",
"changelog": null,
"chart_metadata": {
"app_version": "0.9.39",
"capabilities": [
{
"description": "YunKan is able to change file ownership arbitrarily",
"name": "CHOWN"
},
{
"description": "YunKan is able to bypass file permission checks",
"name": "DAC_OVERRIDE"
},
{
"description": "YunKan is able to bypass permission checks for file operations",
"name": "FOWNER"
},
{
"description": "YunKan is able to send signals to any process",
"name": "KILL"
},
{
"description": "YunKan is able to change group ID of processes",
"name": "SETGID"
},
{
"description": "YunKan is able to change user ID of processes",
"name": "SETUID"
}
],
"categories": [
"security"
],
"changelog_url": "https://yun-kan.com/changelog",
"date_added": "2026-08-14",
"description": "Self-hosted NVR for RTSP/ONVIF cameras with on-device AI detection",
"home": "https://yun-kan.com/",
"host_mounts": [
{
"description": "Host machine ID, mounted read-only. Used to derive a stable hardware fingerprint for offline license binding.",
"host_path": "/etc/machine-id"
},
{
"description": "Host product UUID, mounted read-only. Used to derive a stable hardware fingerprint for offline license binding.",
"host_path": "/sys/class/dmi/id/product_uuid"
}
],
"icon": "https://media.sys.truenas.net/apps/yunkan/icons/icon.png",
"keywords": [
"camera",
"nvr",
"security"
],
"lib_version": "2.3.11",
"lib_version_hash": "874636814efb275e5276ea9d709b7cd665fed42bb1d50328e853d9253a2e1229",
"maintainers": [
{
"email": "dev@truenas.com",
"name": "truenas",
"url": "https://www.truenas.com/"
}
],
"name": "yunkan",
"run_as_context": [
{
"description": "Container [yunkan] runs as root user and group.",
"gid": 0,
"group_name": "Host group is [root]",
"uid": 0,
"user_name": "Host user is [root]"
}
],
"screenshots": [
"https://media.sys.truenas.net/apps/yunkan/screenshots/screenshot1.jpg",
"https://media.sys.truenas.net/apps/yunkan/screenshots/screenshot2.jpg"
],
"sources": [
"https://apps.truenas.com/catalog/yunkan_community/",
"https://github.com/mrtian2016/yunkan-unraid-templates",
"https://yun-kan.com/"
],
"title": "YunKan",
"train": "community",
"version": "1.0.0"
}
}
}Support, maintenance, and documentation for applications within the Community catalog is handled by the TrueNAS community. The TrueNAS Applications Market hosts but does not validate or maintain any linked resources associated with this app.
There currently aren’t any resources available for this application!
Please help the TrueNAS community add resources here or discuss this application in the TrueNAS Community forum.


