app_versions.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. {
  2. "1.0.29": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/charts/emby/1.0.29",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/gpuConfiguration"
  11. ],
  12. "human_version": "4.7.14.0_1.0.29",
  13. "version": "1.0.29",
  14. "chart_metadata": {
  15. "name": "emby",
  16. "description": "Emby Server",
  17. "annotations": {
  18. "title": "Emby Server"
  19. },
  20. "type": "application",
  21. "version": "1.0.29",
  22. "apiVersion": "v2",
  23. "appVersion": "4.7.14.0",
  24. "kubeVersion": ">=1.16.0-0",
  25. "maintainers": [
  26. {
  27. "name": "truenas",
  28. "url": "https://www.truenas.com/",
  29. "email": "dev@ixsystems.com"
  30. }
  31. ],
  32. "dependencies": [
  33. {
  34. "name": "common",
  35. "repository": "file://../../../common/2304.0.1",
  36. "version": "2304.0.1"
  37. }
  38. ],
  39. "home": "https://emby.media/",
  40. "icon": "https://media.sys.truenas.net/apps/emby/icons/icon.png",
  41. "sources": [
  42. "https://hub.docker.com/r/emby/embyserver"
  43. ],
  44. "keywords": [
  45. "emby",
  46. "media"
  47. ]
  48. },
  49. "app_metadata": {
  50. "runAsContext": [
  51. {
  52. "userName": "root",
  53. "groupName": "root",
  54. "gid": 0,
  55. "uid": 0,
  56. "description": "Emby runs as root user."
  57. }
  58. ],
  59. "capabilities": [
  60. {
  61. "name": "CHOWN",
  62. "description": "Emby is able to chown files."
  63. },
  64. {
  65. "name": "FOWNER",
  66. "description": "Emby is able to bypass permission checks for it's sub-processes."
  67. },
  68. {
  69. "name": "SYS_CHROOT",
  70. "description": "Emby is able to use chroot."
  71. },
  72. {
  73. "name": "MKNOD",
  74. "description": "Emby is able to create device nodes."
  75. },
  76. {
  77. "name": "DAC_OVERRIDE",
  78. "description": "Emby is able to bypass permission checks."
  79. },
  80. {
  81. "name": "FSETID",
  82. "description": "Emby is able to set file capabilities."
  83. },
  84. {
  85. "name": "KILL",
  86. "description": "Emby is able to kill processes."
  87. },
  88. {
  89. "name": "SETGID",
  90. "description": "Emby is able to set group ID for it's sub-processes."
  91. },
  92. {
  93. "name": "SETUID",
  94. "description": "Emby is able to set user ID for it's sub-processes."
  95. },
  96. {
  97. "name": "SETPCAP",
  98. "description": "Emby is able to set process capabilities."
  99. },
  100. {
  101. "name": "NET_BIND_SERVICE",
  102. "description": "Emby is able to bind to privileged ports."
  103. },
  104. {
  105. "name": "SETFCAP",
  106. "description": "Emby is able to set file capabilities."
  107. },
  108. {
  109. "name": "NET_RAW",
  110. "description": "Emby is able to use raw sockets."
  111. },
  112. {
  113. "name": "AUDIT_WRITE",
  114. "description": "Emby is able to write to audit log."
  115. }
  116. ],
  117. "hostMounts": []
  118. },
  119. "schema": {
  120. "groups": [
  121. {
  122. "name": "Emby Server Configuration",
  123. "description": "Configure Emby Server"
  124. },
  125. {
  126. "name": "Networking",
  127. "description": "Configure networking for container"
  128. },
  129. {
  130. "name": "Storage",
  131. "description": "Persist and share data that is separate from the lifecycle of the container"
  132. },
  133. {
  134. "name": "Workload Details",
  135. "description": "Configure how workload should be deployed"
  136. },
  137. {
  138. "name": "Scaling/Upgrade Policy",
  139. "description": "Configure how pods are replaced when configuration is upgraded"
  140. },
  141. {
  142. "name": "Restart Policy",
  143. "description": "Configure when pod should be restarted in case of failure"
  144. },
  145. {
  146. "name": "Resource Reservation",
  147. "description": "Specify resources to be allocated to workload"
  148. },
  149. {
  150. "name": "Resource Limits",
  151. "description": "Set CPU/memory limits for Kubernetes Pod"
  152. }
  153. ],
  154. "portals": {
  155. "web_portal": {
  156. "protocols": [
  157. "http"
  158. ],
  159. "host": [
  160. "$node_ip"
  161. ],
  162. "ports": [
  163. "$kubernetes-resource_configmap_portal_port"
  164. ],
  165. "path": "/web"
  166. }
  167. },
  168. "questions": [
  169. {
  170. "variable": "hostNetwork",
  171. "label": "Enable Host Network",
  172. "group": "Networking",
  173. "schema": {
  174. "type": "boolean",
  175. "default": false
  176. }
  177. },
  178. {
  179. "variable": "environmentVariables",
  180. "label": "Environment Variables for Emby Server",
  181. "group": "Emby Server Configuration",
  182. "schema": {
  183. "type": "list",
  184. "default": [],
  185. "items": [
  186. {
  187. "variable": "environmentVariable",
  188. "label": "Environment Variable",
  189. "schema": {
  190. "type": "dict",
  191. "attrs": [
  192. {
  193. "variable": "name",
  194. "label": "Name",
  195. "schema": {
  196. "type": "string"
  197. }
  198. },
  199. {
  200. "variable": "value",
  201. "label": "Value",
  202. "schema": {
  203. "type": "string"
  204. }
  205. }
  206. ]
  207. }
  208. }
  209. ]
  210. }
  211. },
  212. {
  213. "variable": "updateStrategy",
  214. "description": "Upgrade Policy",
  215. "label": "Update Strategy",
  216. "group": "Scaling/Upgrade Policy",
  217. "schema": {
  218. "type": "string",
  219. "default": "Recreate",
  220. "enum": [
  221. {
  222. "value": "RollingUpdate",
  223. "description": "Create new pods and then kill old ones"
  224. },
  225. {
  226. "value": "Recreate",
  227. "description": "Kill existing pods before creating new ones"
  228. }
  229. ]
  230. }
  231. },
  232. {
  233. "variable": "embyServerHttp",
  234. "label": "Configure Emby Server HTTP Service",
  235. "group": "Networking",
  236. "schema": {
  237. "show_if": [
  238. [
  239. "hostNetwork",
  240. "!=",
  241. true
  242. ]
  243. ],
  244. "type": "dict",
  245. "attrs": [
  246. {
  247. "variable": "port",
  248. "label": "Port to expose for Emby Server UI",
  249. "schema": {
  250. "type": "int",
  251. "min": 9000,
  252. "max": 65535,
  253. "default": 9096
  254. }
  255. }
  256. ]
  257. }
  258. },
  259. {
  260. "variable": "gpuConfiguration",
  261. "label": "GPU Configuration",
  262. "group": "Resource Reservation",
  263. "schema": {
  264. "type": "dict",
  265. "$ref": [
  266. "definitions/gpuConfiguration"
  267. ],
  268. "attrs": []
  269. }
  270. },
  271. {
  272. "variable": "appVolumeMounts",
  273. "label": "Emby Server Storage",
  274. "group": "Storage",
  275. "schema": {
  276. "type": "dict",
  277. "attrs": [
  278. {
  279. "variable": "config",
  280. "label": "Config Volume",
  281. "schema": {
  282. "type": "dict",
  283. "attrs": [
  284. {
  285. "variable": "datasetName",
  286. "label": "Emby Server Config Volume Name",
  287. "schema": {
  288. "type": "string",
  289. "$ref": [
  290. "normalize/ixVolume"
  291. ],
  292. "show_if": [
  293. [
  294. "hostPathEnabled",
  295. "=",
  296. false
  297. ]
  298. ],
  299. "default": "ix-emby_config",
  300. "editable": false,
  301. "hidden": true
  302. }
  303. },
  304. {
  305. "variable": "mountPath",
  306. "label": "Emby Server Config Mount Path",
  307. "description": "Path where the volume will be mounted inside the pod",
  308. "schema": {
  309. "type": "path",
  310. "editable": false,
  311. "hidden": true,
  312. "default": "/config"
  313. }
  314. },
  315. {
  316. "variable": "hostPathEnabled",
  317. "label": "Enable Host Path for Emby Server Config Volume",
  318. "schema": {
  319. "type": "boolean",
  320. "default": false,
  321. "show_subquestions_if": true,
  322. "subquestions": [
  323. {
  324. "variable": "hostPath",
  325. "label": "Host Path for Emby Server Config Volume",
  326. "schema": {
  327. "type": "hostpath",
  328. "required": true
  329. }
  330. }
  331. ]
  332. }
  333. }
  334. ]
  335. }
  336. }
  337. ]
  338. }
  339. },
  340. {
  341. "variable": "extraAppVolumeMounts",
  342. "label": "Emby Server Extra Host Path Volumes",
  343. "group": "Storage",
  344. "schema": {
  345. "type": "list",
  346. "items": [
  347. {
  348. "variable": "extraAppVolume",
  349. "label": "Emby Server Host Path Volume",
  350. "description": "Add an extra host path volume for emby application",
  351. "schema": {
  352. "type": "dict",
  353. "attrs": [
  354. {
  355. "variable": "mountPath",
  356. "label": "Mount Path in Pod",
  357. "description": "Path where the volume will be mounted inside the pod",
  358. "schema": {
  359. "type": "path",
  360. "required": true
  361. }
  362. },
  363. {
  364. "variable": "hostPath",
  365. "label": "Host Path",
  366. "description": "Host path",
  367. "schema": {
  368. "type": "hostpath",
  369. "required": true
  370. }
  371. },
  372. {
  373. "variable": "readOnly",
  374. "label": "Read Only",
  375. "description": "Mount hostpath in read-only mode",
  376. "schema": {
  377. "type": "boolean",
  378. "default": false
  379. }
  380. }
  381. ]
  382. }
  383. }
  384. ]
  385. }
  386. },
  387. {
  388. "variable": "enableResourceLimits",
  389. "label": "Enable Pod resource limits",
  390. "group": "Resource Limits",
  391. "schema": {
  392. "type": "boolean",
  393. "default": false
  394. }
  395. },
  396. {
  397. "variable": "cpuLimit",
  398. "label": "CPU Limit",
  399. "description": "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100.",
  400. "group": "Resource Limits",
  401. "schema": {
  402. "type": "string",
  403. "show_if": [
  404. [
  405. "enableResourceLimits",
  406. "=",
  407. true
  408. ]
  409. ],
  410. "valid_chars": "^\\d+(?:\\.\\d+(?!.*m$)|m?$)",
  411. "default": "4000m"
  412. }
  413. },
  414. {
  415. "variable": "memLimit",
  416. "label": "Memory Limit",
  417. "group": "Resource Limits",
  418. "description": "Memory limits is specified by number of bytes. Followed by quantity suffix like E,P,T,G,M,k and Ei,Pi,Ti,Mi,Gi,Ki can also be used. e.g 129e6, 129M, 128974848000m, 123Mi",
  419. "schema": {
  420. "type": "string",
  421. "show_if": [
  422. [
  423. "enableResourceLimits",
  424. "=",
  425. true
  426. ]
  427. ],
  428. "valid_chars": "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$",
  429. "default": "8Gi"
  430. }
  431. }
  432. ]
  433. },
  434. "app_readme": "<h1>Emby Server</h1>\n<p>Emby Server is a personal media server with apps on just about every device</p>",
  435. "detailed_readme": "<h1>Emby Server helm chart</h1>\n<h2>Configuration</h2>\n<p>Please refer to questions.yaml for a detailed overview on supported configurable items.</p>",
  436. "changelog": null
  437. }
  438. }