app_versions.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/navidrome/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "0.49.3_1.1.2",
  12. "version": "1.1.2",
  13. "chart_metadata": {
  14. "name": "navidrome",
  15. "description": "Navidrome is a personal streaming service",
  16. "annotations": {
  17. "title": "Navidrome"
  18. },
  19. "type": "application",
  20. "version": "1.1.2",
  21. "apiVersion": "v2",
  22. "appVersion": "0.49.3",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.2"
  36. }
  37. ],
  38. "home": "https://www.navidrome.org/",
  39. "icon": "https://media.sys.truenas.net/apps/navidrome/icons/icon.png",
  40. "sources": [
  41. "https://hub.docker.com/r/deluan/navidrome",
  42. "https://github.com/truenas/charts/tree/master/community/navidrome",
  43. "https://github.com/navidrome/navidrome/"
  44. ],
  45. "keywords": [
  46. "media",
  47. "music"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "navidrome",
  54. "groupName": "navidrome",
  55. "gid": 568,
  56. "uid": 568,
  57. "description": "Navidrome can run as any non-root user."
  58. }
  59. ],
  60. "capabilities": [],
  61. "hostMounts": []
  62. },
  63. "schema": {
  64. "groups": [
  65. {
  66. "name": "Navidrome Configuration",
  67. "description": "Configure Navidrome"
  68. },
  69. {
  70. "name": "User and Group Configuration",
  71. "description": "Configure User and Group for Navidrome"
  72. },
  73. {
  74. "name": "Network Configuration",
  75. "description": "Configure Network for Navidrome"
  76. },
  77. {
  78. "name": "Storage Configuration",
  79. "description": "Configure Storage for Navidrome"
  80. },
  81. {
  82. "name": "Resources Configuration",
  83. "description": "Configure Resources for Navidrome"
  84. }
  85. ],
  86. "portals": {
  87. "web_portal": {
  88. "protocols": [
  89. "$kubernetes-resource_configmap_portal_protocol"
  90. ],
  91. "host": [
  92. "$kubernetes-resource_configmap_portal_host"
  93. ],
  94. "ports": [
  95. "$kubernetes-resource_configmap_portal_port"
  96. ],
  97. "path": "$kubernetes-resource_configmap_portal_path"
  98. }
  99. },
  100. "questions": [
  101. {
  102. "variable": "navidromeConfig",
  103. "label": "",
  104. "group": "Navidrome Configuration",
  105. "schema": {
  106. "type": "dict",
  107. "attrs": [
  108. {
  109. "variable": "uiWelcomeMessage",
  110. "label": "Login Screen Welcome Message",
  111. "description": "The welcome message to display on the Navidrome Login Screen.",
  112. "schema": {
  113. "type": "string",
  114. "default": ""
  115. }
  116. },
  117. {
  118. "variable": "additionalEnvs",
  119. "label": "Additional Environment Variables",
  120. "description": "Configure additional environment variables for Navidrome.",
  121. "schema": {
  122. "type": "list",
  123. "default": [],
  124. "items": [
  125. {
  126. "variable": "env",
  127. "label": "Environment Variable",
  128. "schema": {
  129. "type": "dict",
  130. "attrs": [
  131. {
  132. "variable": "name",
  133. "label": "Name",
  134. "schema": {
  135. "type": "string",
  136. "required": true
  137. }
  138. },
  139. {
  140. "variable": "value",
  141. "label": "Value",
  142. "schema": {
  143. "type": "string",
  144. "required": true
  145. }
  146. }
  147. ]
  148. }
  149. }
  150. ]
  151. }
  152. }
  153. ]
  154. }
  155. },
  156. {
  157. "variable": "navidromeRunAs",
  158. "label": "",
  159. "group": "User and Group Configuration",
  160. "schema": {
  161. "type": "dict",
  162. "attrs": [
  163. {
  164. "variable": "user",
  165. "label": "User ID",
  166. "description": "The user id that Navidrome will run as.",
  167. "schema": {
  168. "type": "int",
  169. "min": 2,
  170. "default": 568,
  171. "required": true
  172. }
  173. },
  174. {
  175. "variable": "group",
  176. "label": "Group ID",
  177. "description": "The group id that Navidrome will run as.",
  178. "schema": {
  179. "type": "int",
  180. "min": 2,
  181. "default": 568,
  182. "required": true
  183. }
  184. }
  185. ]
  186. }
  187. },
  188. {
  189. "variable": "navidromeNetwork",
  190. "label": "",
  191. "group": "Network Configuration",
  192. "schema": {
  193. "type": "dict",
  194. "attrs": [
  195. {
  196. "variable": "webPort",
  197. "label": "Web Port",
  198. "description": "The port for the Navidrome Web UI.",
  199. "schema": {
  200. "type": "int",
  201. "default": 30043,
  202. "min": 9000,
  203. "max": 65535,
  204. "required": true
  205. }
  206. },
  207. {
  208. "variable": "hostNetwork",
  209. "label": "Host Network",
  210. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  211. "schema": {
  212. "type": "boolean",
  213. "default": false
  214. }
  215. }
  216. ]
  217. }
  218. },
  219. {
  220. "variable": "navidromeStorage",
  221. "label": "",
  222. "group": "Storage Configuration",
  223. "schema": {
  224. "type": "dict",
  225. "attrs": [
  226. {
  227. "variable": "data",
  228. "label": "Navidrome Data Storage",
  229. "description": "The path to store Navidrome Data.",
  230. "schema": {
  231. "type": "dict",
  232. "attrs": [
  233. {
  234. "variable": "type",
  235. "label": "Type",
  236. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  237. "schema": {
  238. "type": "string",
  239. "required": true,
  240. "immutable": true,
  241. "default": "ixVolume",
  242. "enum": [
  243. {
  244. "value": "hostPath",
  245. "description": "Host Path (Path that already exists on the system)"
  246. },
  247. {
  248. "value": "ixVolume",
  249. "description": "ixVolume (Dataset created automatically by the system)"
  250. }
  251. ]
  252. }
  253. },
  254. {
  255. "variable": "datasetName",
  256. "label": "Dataset Name",
  257. "schema": {
  258. "type": "string",
  259. "show_if": [
  260. [
  261. "type",
  262. "=",
  263. "ixVolume"
  264. ]
  265. ],
  266. "required": true,
  267. "hidden": true,
  268. "immutable": true,
  269. "default": "data",
  270. "$ref": [
  271. "normalize/ixVolume"
  272. ]
  273. }
  274. },
  275. {
  276. "variable": "hostPath",
  277. "label": "Host Path",
  278. "schema": {
  279. "type": "hostpath",
  280. "show_if": [
  281. [
  282. "type",
  283. "=",
  284. "hostPath"
  285. ]
  286. ],
  287. "immutable": true,
  288. "required": true
  289. }
  290. }
  291. ]
  292. }
  293. },
  294. {
  295. "variable": "music",
  296. "label": "Navidrome Music Storage",
  297. "description": "The path to store Navidrome Music.",
  298. "schema": {
  299. "type": "dict",
  300. "attrs": [
  301. {
  302. "variable": "type",
  303. "label": "Type",
  304. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  305. "schema": {
  306. "type": "string",
  307. "required": true,
  308. "immutable": true,
  309. "default": "ixVolume",
  310. "enum": [
  311. {
  312. "value": "hostPath",
  313. "description": "Host Path (Path that already exists on the system)"
  314. },
  315. {
  316. "value": "ixVolume",
  317. "description": "ixVolume (Dataset created automatically by the system)"
  318. }
  319. ]
  320. }
  321. },
  322. {
  323. "variable": "datasetName",
  324. "label": "Dataset Name",
  325. "schema": {
  326. "type": "string",
  327. "show_if": [
  328. [
  329. "type",
  330. "=",
  331. "ixVolume"
  332. ]
  333. ],
  334. "required": true,
  335. "hidden": true,
  336. "immutable": true,
  337. "default": "music",
  338. "$ref": [
  339. "normalize/ixVolume"
  340. ]
  341. }
  342. },
  343. {
  344. "variable": "hostPath",
  345. "label": "Host Path",
  346. "schema": {
  347. "type": "hostpath",
  348. "show_if": [
  349. [
  350. "type",
  351. "=",
  352. "hostPath"
  353. ]
  354. ],
  355. "immutable": true,
  356. "required": true
  357. }
  358. }
  359. ]
  360. }
  361. },
  362. {
  363. "variable": "additionalStorages",
  364. "label": "Additional Storage",
  365. "description": "Additional storage for Navidrome.",
  366. "schema": {
  367. "type": "list",
  368. "default": [],
  369. "items": [
  370. {
  371. "variable": "storageEntry",
  372. "label": "Storage Entry",
  373. "schema": {
  374. "type": "dict",
  375. "attrs": [
  376. {
  377. "variable": "type",
  378. "label": "Type",
  379. "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 a persistent volume claim.\n",
  380. "schema": {
  381. "type": "string",
  382. "required": true,
  383. "default": "ixVolume",
  384. "immutable": true,
  385. "enum": [
  386. {
  387. "value": "hostPath",
  388. "description": "Host Path (Path that already exists on the system)"
  389. },
  390. {
  391. "value": "ixVolume",
  392. "description": "ixVolume (Dataset created automatically by the system)"
  393. },
  394. {
  395. "value": "smb-pv-pvc",
  396. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  397. }
  398. ]
  399. }
  400. },
  401. {
  402. "variable": "mountPath",
  403. "label": "Mount Path",
  404. "description": "The path inside the container to mount the storage.",
  405. "schema": {
  406. "type": "path",
  407. "required": true
  408. }
  409. },
  410. {
  411. "variable": "hostPath",
  412. "label": "Host Path",
  413. "description": "The host path to use for storage.",
  414. "schema": {
  415. "type": "hostpath",
  416. "show_if": [
  417. [
  418. "type",
  419. "=",
  420. "hostPath"
  421. ]
  422. ],
  423. "required": true
  424. }
  425. },
  426. {
  427. "variable": "datasetName",
  428. "label": "Dataset Name",
  429. "description": "The name of the dataset to use for storage.",
  430. "schema": {
  431. "type": "string",
  432. "show_if": [
  433. [
  434. "type",
  435. "=",
  436. "ixVolume"
  437. ]
  438. ],
  439. "required": true,
  440. "immutable": true,
  441. "default": "storage_entry",
  442. "$ref": [
  443. "normalize/ixVolume"
  444. ]
  445. }
  446. },
  447. {
  448. "variable": "server",
  449. "label": "Server",
  450. "description": "The server for the SMB share.",
  451. "schema": {
  452. "type": "string",
  453. "show_if": [
  454. [
  455. "type",
  456. "=",
  457. "smb-pv-pvc"
  458. ]
  459. ],
  460. "required": true
  461. }
  462. },
  463. {
  464. "variable": "share",
  465. "label": "Share",
  466. "description": "The share name for the SMB share.",
  467. "schema": {
  468. "type": "string",
  469. "show_if": [
  470. [
  471. "type",
  472. "=",
  473. "smb-pv-pvc"
  474. ]
  475. ],
  476. "required": true
  477. }
  478. },
  479. {
  480. "variable": "domain",
  481. "label": "Domain (Optional)",
  482. "description": "The domain for the SMB share.",
  483. "schema": {
  484. "type": "string",
  485. "show_if": [
  486. [
  487. "type",
  488. "=",
  489. "smb-pv-pvc"
  490. ]
  491. ]
  492. }
  493. },
  494. {
  495. "variable": "username",
  496. "label": "Username",
  497. "description": "The username for the SMB share.",
  498. "schema": {
  499. "type": "string",
  500. "show_if": [
  501. [
  502. "type",
  503. "=",
  504. "smb-pv-pvc"
  505. ]
  506. ],
  507. "required": true
  508. }
  509. },
  510. {
  511. "variable": "password",
  512. "label": "Password",
  513. "description": "The password for the SMB share.",
  514. "schema": {
  515. "type": "string",
  516. "show_if": [
  517. [
  518. "type",
  519. "=",
  520. "smb-pv-pvc"
  521. ]
  522. ],
  523. "required": true,
  524. "private": true
  525. }
  526. },
  527. {
  528. "variable": "size",
  529. "label": "Size (in Gi)",
  530. "description": "The size of the volume quota.",
  531. "schema": {
  532. "type": "int",
  533. "show_if": [
  534. [
  535. "type",
  536. "=",
  537. "smb-pv-pvc"
  538. ]
  539. ],
  540. "required": true,
  541. "min": 1,
  542. "default": 1
  543. }
  544. }
  545. ]
  546. }
  547. }
  548. ]
  549. }
  550. }
  551. ]
  552. }
  553. },
  554. {
  555. "variable": "resources",
  556. "group": "Resources Configuration",
  557. "label": "",
  558. "schema": {
  559. "type": "dict",
  560. "attrs": [
  561. {
  562. "variable": "limits",
  563. "label": "Limits",
  564. "schema": {
  565. "type": "dict",
  566. "attrs": [
  567. {
  568. "variable": "cpu",
  569. "label": "CPU",
  570. "description": "CPU limit for Navidrome.",
  571. "schema": {
  572. "type": "string",
  573. "max_length": 6,
  574. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  575. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  576. "default": "4000m",
  577. "required": true
  578. }
  579. },
  580. {
  581. "variable": "memory",
  582. "label": "Memory",
  583. "description": "Memory limit for Navidrome.",
  584. "schema": {
  585. "type": "string",
  586. "max_length": 12,
  587. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  588. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  589. "default": "8Gi",
  590. "required": true
  591. }
  592. }
  593. ]
  594. }
  595. }
  596. ]
  597. }
  598. }
  599. ]
  600. },
  601. "app_readme": "<h1>Navidrome</h1>\n<p><a href=\"https://www.navidrome.org/\">Navidrome</a> is a personal streaming service</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Navidrome</code> directories.\nAfterward, the <code>Navidrome</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>\n<p>Additional configuration options can be defined via environment variables.\nSee more information on the <a href=\"https://www.navidrome.org/docs/usage/configuration-options\">Navidrome Documentation</a></p>",
  602. "detailed_readme": "<h1>Navidrome</h1>\n<p><a href=\"https://www.navidrome.org/\">Navidrome</a> is a personal streaming service</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Navidrome</code> directories.\nAfterward, the <code>Navidrome</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>\n<p>Additional configuration options can be defined via environment variables.\nSee more information on the <a href=\"https://www.navidrome.org/docs/usage/configuration-options\">Navidrome Documentation</a></p>",
  603. "changelog": null
  604. }
  605. }