app_versions.json 35 KB

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