app_versions.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. {
  2. "1.1.3": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/bazarr/1.1.3",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "1.4.0_1.1.3",
  12. "version": "1.1.3",
  13. "chart_metadata": {
  14. "name": "bazarr",
  15. "description": "Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements.",
  16. "annotations": {
  17. "title": "Bazarr"
  18. },
  19. "type": "application",
  20. "version": "1.1.3",
  21. "apiVersion": "v2",
  22. "appVersion": "1.4.0",
  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.bazarr.media/",
  39. "icon": "https://media.sys.truenas.net/apps/bazarr/icons/icon.png",
  40. "sources": [
  41. "https://github.com/onedr0p/containers/tree/main/apps/bazarr",
  42. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/bazarr",
  43. "https://github.com/morpheus65535/bazarr"
  44. ],
  45. "keywords": [
  46. "media",
  47. "subtitles"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "bazarr",
  54. "groupName": "bazarr",
  55. "gid": 568,
  56. "uid": 568,
  57. "description": "Bazarr can run as any non-root user."
  58. }
  59. ],
  60. "capabilities": [],
  61. "hostMounts": []
  62. },
  63. "schema": {
  64. "groups": [
  65. {
  66. "name": "Bazarr Configuration",
  67. "description": "Configure Bazarr"
  68. },
  69. {
  70. "name": "User and Group Configuration",
  71. "description": "Configure User and Group for Bazarr"
  72. },
  73. {
  74. "name": "Network Configuration",
  75. "description": "Configure Network for Bazarr"
  76. },
  77. {
  78. "name": "Storage Configuration",
  79. "description": "Configure Storage for Bazarr"
  80. },
  81. {
  82. "name": "Resources Configuration",
  83. "description": "Configure Resources for Bazarr"
  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": "bazarrConfig",
  103. "label": "",
  104. "group": "Bazarr Configuration",
  105. "schema": {
  106. "type": "dict",
  107. "attrs": [
  108. {
  109. "variable": "additionalEnvs",
  110. "label": "Additional Environment Variables",
  111. "description": "Configure additional environment variables for Bazarr.",
  112. "schema": {
  113. "type": "list",
  114. "default": [],
  115. "items": [
  116. {
  117. "variable": "env",
  118. "label": "Environment Variable",
  119. "schema": {
  120. "type": "dict",
  121. "attrs": [
  122. {
  123. "variable": "name",
  124. "label": "Name",
  125. "schema": {
  126. "type": "string",
  127. "required": true
  128. }
  129. },
  130. {
  131. "variable": "value",
  132. "label": "Value",
  133. "schema": {
  134. "type": "string",
  135. "required": true
  136. }
  137. }
  138. ]
  139. }
  140. }
  141. ]
  142. }
  143. }
  144. ]
  145. }
  146. },
  147. {
  148. "variable": "bazarrRunAs",
  149. "label": "",
  150. "group": "User and Group Configuration",
  151. "schema": {
  152. "type": "dict",
  153. "attrs": [
  154. {
  155. "variable": "user",
  156. "label": "User ID",
  157. "description": "The user id that Bazarr will run as.",
  158. "schema": {
  159. "type": "int",
  160. "min": 2,
  161. "default": 568,
  162. "required": true
  163. }
  164. },
  165. {
  166. "variable": "group",
  167. "label": "Group ID",
  168. "description": "The group id that Bazarr will run as.",
  169. "schema": {
  170. "type": "int",
  171. "min": 2,
  172. "default": 568,
  173. "required": true
  174. }
  175. }
  176. ]
  177. }
  178. },
  179. {
  180. "variable": "bazarrNetwork",
  181. "label": "",
  182. "group": "Network Configuration",
  183. "schema": {
  184. "type": "dict",
  185. "attrs": [
  186. {
  187. "variable": "webPort",
  188. "label": "Web Port",
  189. "description": "The port for the Bazarr Web UI.",
  190. "schema": {
  191. "type": "int",
  192. "default": 30046,
  193. "min": 9000,
  194. "max": 65535,
  195. "required": true
  196. }
  197. },
  198. {
  199. "variable": "hostNetwork",
  200. "label": "Host Network",
  201. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  202. "schema": {
  203. "type": "boolean",
  204. "default": false
  205. }
  206. }
  207. ]
  208. }
  209. },
  210. {
  211. "variable": "bazarrStorage",
  212. "label": "",
  213. "group": "Storage Configuration",
  214. "schema": {
  215. "type": "dict",
  216. "attrs": [
  217. {
  218. "variable": "config",
  219. "label": "Bazarr Config Storage",
  220. "description": "The path to store Bazarr Configuration.",
  221. "schema": {
  222. "type": "dict",
  223. "attrs": [
  224. {
  225. "variable": "type",
  226. "label": "Type",
  227. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  228. "schema": {
  229. "type": "string",
  230. "required": true,
  231. "immutable": true,
  232. "default": "ixVolume",
  233. "enum": [
  234. {
  235. "value": "hostPath",
  236. "description": "Host Path (Path that already exists on the system)"
  237. },
  238. {
  239. "value": "ixVolume",
  240. "description": "ixVolume (Dataset created automatically by the system)"
  241. }
  242. ]
  243. }
  244. },
  245. {
  246. "variable": "datasetName",
  247. "label": "Dataset Name",
  248. "schema": {
  249. "type": "string",
  250. "show_if": [
  251. [
  252. "type",
  253. "=",
  254. "ixVolume"
  255. ]
  256. ],
  257. "required": true,
  258. "hidden": true,
  259. "immutable": true,
  260. "default": "config",
  261. "$ref": [
  262. "normalize/ixVolume"
  263. ]
  264. }
  265. },
  266. {
  267. "variable": "hostPath",
  268. "label": "Host Path",
  269. "schema": {
  270. "type": "hostpath",
  271. "show_if": [
  272. [
  273. "type",
  274. "=",
  275. "hostPath"
  276. ]
  277. ],
  278. "immutable": true,
  279. "required": true
  280. }
  281. }
  282. ]
  283. }
  284. },
  285. {
  286. "variable": "additionalStorages",
  287. "label": "Additional Storage",
  288. "description": "Additional storage for Bazarr.",
  289. "schema": {
  290. "type": "list",
  291. "default": [],
  292. "items": [
  293. {
  294. "variable": "storageEntry",
  295. "label": "Storage Entry",
  296. "schema": {
  297. "type": "dict",
  298. "attrs": [
  299. {
  300. "variable": "type",
  301. "label": "Type",
  302. "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",
  303. "schema": {
  304. "type": "string",
  305. "required": true,
  306. "default": "ixVolume",
  307. "immutable": true,
  308. "enum": [
  309. {
  310. "value": "hostPath",
  311. "description": "Host Path (Path that already exists on the system)"
  312. },
  313. {
  314. "value": "ixVolume",
  315. "description": "ixVolume (Dataset created automatically by the system)"
  316. },
  317. {
  318. "value": "smb-pv-pvc",
  319. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  320. }
  321. ]
  322. }
  323. },
  324. {
  325. "variable": "mountPath",
  326. "label": "Mount Path",
  327. "description": "The path inside the container to mount the storage.",
  328. "schema": {
  329. "type": "path",
  330. "required": true
  331. }
  332. },
  333. {
  334. "variable": "hostPath",
  335. "label": "Host Path",
  336. "description": "The host path to use for storage.",
  337. "schema": {
  338. "type": "hostpath",
  339. "show_if": [
  340. [
  341. "type",
  342. "=",
  343. "hostPath"
  344. ]
  345. ],
  346. "required": true
  347. }
  348. },
  349. {
  350. "variable": "datasetName",
  351. "label": "Dataset Name",
  352. "description": "The name of the dataset to use for storage.",
  353. "schema": {
  354. "type": "string",
  355. "show_if": [
  356. [
  357. "type",
  358. "=",
  359. "ixVolume"
  360. ]
  361. ],
  362. "required": true,
  363. "immutable": true,
  364. "default": "storage_entry",
  365. "$ref": [
  366. "normalize/ixVolume"
  367. ]
  368. }
  369. },
  370. {
  371. "variable": "server",
  372. "label": "Server",
  373. "description": "The server for the SMB share.",
  374. "schema": {
  375. "type": "string",
  376. "show_if": [
  377. [
  378. "type",
  379. "=",
  380. "smb-pv-pvc"
  381. ]
  382. ],
  383. "required": true
  384. }
  385. },
  386. {
  387. "variable": "share",
  388. "label": "Share",
  389. "description": "The share name for the SMB share.",
  390. "schema": {
  391. "type": "string",
  392. "show_if": [
  393. [
  394. "type",
  395. "=",
  396. "smb-pv-pvc"
  397. ]
  398. ],
  399. "required": true
  400. }
  401. },
  402. {
  403. "variable": "domain",
  404. "label": "Domain (Optional)",
  405. "description": "The domain for the SMB share.",
  406. "schema": {
  407. "type": "string",
  408. "show_if": [
  409. [
  410. "type",
  411. "=",
  412. "smb-pv-pvc"
  413. ]
  414. ]
  415. }
  416. },
  417. {
  418. "variable": "username",
  419. "label": "Username",
  420. "description": "The username for the SMB share.",
  421. "schema": {
  422. "type": "string",
  423. "show_if": [
  424. [
  425. "type",
  426. "=",
  427. "smb-pv-pvc"
  428. ]
  429. ],
  430. "required": true
  431. }
  432. },
  433. {
  434. "variable": "password",
  435. "label": "Password",
  436. "description": "The password for the SMB share.",
  437. "schema": {
  438. "type": "string",
  439. "show_if": [
  440. [
  441. "type",
  442. "=",
  443. "smb-pv-pvc"
  444. ]
  445. ],
  446. "required": true,
  447. "private": true
  448. }
  449. },
  450. {
  451. "variable": "size",
  452. "label": "Size (in Gi)",
  453. "description": "The size of the volume quota.",
  454. "schema": {
  455. "type": "int",
  456. "show_if": [
  457. [
  458. "type",
  459. "=",
  460. "smb-pv-pvc"
  461. ]
  462. ],
  463. "required": true,
  464. "min": 1,
  465. "default": 1
  466. }
  467. }
  468. ]
  469. }
  470. }
  471. ]
  472. }
  473. }
  474. ]
  475. }
  476. },
  477. {
  478. "variable": "resources",
  479. "group": "Resources Configuration",
  480. "label": "",
  481. "schema": {
  482. "type": "dict",
  483. "attrs": [
  484. {
  485. "variable": "limits",
  486. "label": "Limits",
  487. "schema": {
  488. "type": "dict",
  489. "attrs": [
  490. {
  491. "variable": "cpu",
  492. "label": "CPU",
  493. "description": "CPU limit for Bazarr.",
  494. "schema": {
  495. "type": "string",
  496. "max_length": 6,
  497. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  498. "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",
  499. "default": "4000m",
  500. "required": true
  501. }
  502. },
  503. {
  504. "variable": "memory",
  505. "label": "Memory",
  506. "description": "Memory limit for Bazarr.",
  507. "schema": {
  508. "type": "string",
  509. "max_length": 12,
  510. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  511. "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",
  512. "default": "8Gi",
  513. "required": true
  514. }
  515. }
  516. ]
  517. }
  518. }
  519. ]
  520. }
  521. }
  522. ]
  523. },
  524. "app_readme": "<h1>Bazarr</h1>\n<p><a href=\"https://www.bazarr.media/\">Bazarr</a> is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements.</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>Bazarr</code> directories.\nAfterward, the <code>Bazarr</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>",
  525. "detailed_readme": "<h1>Bazarr</h1>\n<p><a href=\"https://www.bazarr.media/\">Bazarr</a> is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements.</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>Bazarr</code> directories.\nAfterward, the <code>Bazarr</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>",
  526. "changelog": null
  527. }
  528. }