app_versions.json 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723
  1. {
  2. "1.2.3": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/transmission/1.2.3",
  7. "last_update": "2023-11-23 22:47:30",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "4.0.4_1.2.3",
  12. "version": "1.2.3",
  13. "chart_metadata": {
  14. "name": "transmission",
  15. "description": "Transmission is designed for easy, powerful use.",
  16. "annotations": {
  17. "title": "Transmission"
  18. },
  19. "type": "application",
  20. "version": "1.2.3",
  21. "apiVersion": "v2",
  22. "appVersion": "4.0.4",
  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.3"
  36. }
  37. ],
  38. "home": "https://transmissionbt.com/",
  39. "icon": "https://media.sys.truenas.net/apps/transmission/icons/icon.png",
  40. "sources": [
  41. "https://github.com/onedr0p/containers/tree/main/apps/transmission",
  42. "https://github.com/truenas/charts/tree/master/community/transmission",
  43. "https://transmissionbt.com/"
  44. ],
  45. "keywords": [
  46. "media",
  47. "torrent",
  48. "download"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "transmission",
  55. "groupName": "transmission",
  56. "gid": 568,
  57. "uid": 568,
  58. "description": "Transmission can run as any non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Transmission Configuration",
  68. "description": "Configure Transmission"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for Transmission"
  73. },
  74. {
  75. "name": "Network Configuration",
  76. "description": "Configure Network for Transmission"
  77. },
  78. {
  79. "name": "Storage Configuration",
  80. "description": "Configure Storage for Transmission"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for Transmission"
  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": "transmissionConfig",
  104. "label": "",
  105. "group": "Transmission Configuration",
  106. "schema": {
  107. "type": "dict",
  108. "attrs": [
  109. {
  110. "variable": "additionalEnvs",
  111. "label": "Additional Environment Variables",
  112. "description": "Configure additional environment variables for Transmission.",
  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": "transmissionRunAs",
  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 Transmission 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 Transmission 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": "transmissionNetwork",
  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 Transmission Web UI.",
  191. "schema": {
  192. "type": "int",
  193. "default": 30096,
  194. "min": 9000,
  195. "max": 65535,
  196. "required": true
  197. }
  198. },
  199. {
  200. "variable": "peerPort",
  201. "label": "Peer Port",
  202. "description": "The port for the Transmission Torrent 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": "transmissionStorage",
  225. "label": "",
  226. "group": "Storage Configuration",
  227. "schema": {
  228. "type": "dict",
  229. "attrs": [
  230. {
  231. "variable": "config",
  232. "label": "Transmission Config Storage",
  233. "description": "The path to store Transmission Configuration.",
  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": "config",
  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": "downloadsComplete",
  300. "label": "Transmission Complete Downloads Storage",
  301. "description": "The path to store Transmission Complete Downloads.",
  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": "downloads-complete",
  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": "downloadsDir",
  368. "label": "Downloads Directory (In-Container)",
  369. "description": "The directory inside the container to store downloads.",
  370. "schema": {
  371. "type": "path",
  372. "default": "/downloads/complete",
  373. "required": true,
  374. "immutable": true
  375. }
  376. },
  377. {
  378. "variable": "enableIncompleteDir",
  379. "label": "Enable Incomplete Directory",
  380. "description": "Enable incomplete directory.",
  381. "schema": {
  382. "type": "boolean",
  383. "default": true,
  384. "immutable": true
  385. }
  386. },
  387. {
  388. "variable": "downloadsIncomplete",
  389. "label": "Transmission Incomplete Downloads Storage",
  390. "description": "The path to store Transmission Incomplete Downloads.",
  391. "schema": {
  392. "type": "dict",
  393. "show_if": [
  394. [
  395. "enableIncompleteDir",
  396. "=",
  397. true
  398. ]
  399. ],
  400. "attrs": [
  401. {
  402. "variable": "type",
  403. "label": "Type",
  404. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  405. "schema": {
  406. "type": "string",
  407. "required": true,
  408. "immutable": true,
  409. "default": "ixVolume",
  410. "enum": [
  411. {
  412. "value": "hostPath",
  413. "description": "Host Path (Path that already exists on the system)"
  414. },
  415. {
  416. "value": "ixVolume",
  417. "description": "ixVolume (Dataset created automatically by the system)"
  418. }
  419. ]
  420. }
  421. },
  422. {
  423. "variable": "datasetName",
  424. "label": "Dataset Name",
  425. "schema": {
  426. "type": "string",
  427. "show_if": [
  428. [
  429. "type",
  430. "=",
  431. "ixVolume"
  432. ]
  433. ],
  434. "required": true,
  435. "hidden": true,
  436. "immutable": true,
  437. "default": "downloads-incomplete",
  438. "$ref": [
  439. "normalize/ixVolume"
  440. ]
  441. }
  442. },
  443. {
  444. "variable": "hostPath",
  445. "label": "Host Path",
  446. "schema": {
  447. "type": "hostpath",
  448. "show_if": [
  449. [
  450. "type",
  451. "=",
  452. "hostPath"
  453. ]
  454. ],
  455. "immutable": true,
  456. "required": true
  457. }
  458. }
  459. ]
  460. }
  461. },
  462. {
  463. "variable": "incompleteDir",
  464. "label": "Incomplete Directory (In-Container)",
  465. "description": "The directory inside the container to store incomplete downloads.",
  466. "schema": {
  467. "type": "path",
  468. "default": "/downloads/incomplete",
  469. "show_if": [
  470. [
  471. "enableIncompleteDir",
  472. "=",
  473. true
  474. ]
  475. ],
  476. "required": true,
  477. "immutable": true
  478. }
  479. },
  480. {
  481. "variable": "additionalStorages",
  482. "label": "Additional Storage",
  483. "description": "Transmission additional storage",
  484. "schema": {
  485. "type": "list",
  486. "default": [],
  487. "items": [
  488. {
  489. "variable": "storageEntry",
  490. "label": "Storage Entry",
  491. "schema": {
  492. "type": "dict",
  493. "attrs": [
  494. {
  495. "variable": "type",
  496. "label": "Type",
  497. "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",
  498. "schema": {
  499. "type": "string",
  500. "required": true,
  501. "default": "ixVolume",
  502. "immutable": true,
  503. "enum": [
  504. {
  505. "value": "hostPath",
  506. "description": "Host Path (Path that already exists on the system)"
  507. },
  508. {
  509. "value": "ixVolume",
  510. "description": "ixVolume (Dataset created automatically by the system)"
  511. },
  512. {
  513. "value": "smb-pv-pvc",
  514. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  515. }
  516. ]
  517. }
  518. },
  519. {
  520. "variable": "mountPath",
  521. "label": "Mount Path",
  522. "description": "The path inside the container to mount the storage.",
  523. "schema": {
  524. "type": "path",
  525. "required": true
  526. }
  527. },
  528. {
  529. "variable": "hostPath",
  530. "label": "Host Path",
  531. "description": "The host path to use for storage.",
  532. "schema": {
  533. "type": "hostpath",
  534. "show_if": [
  535. [
  536. "type",
  537. "=",
  538. "hostPath"
  539. ]
  540. ],
  541. "required": true
  542. }
  543. },
  544. {
  545. "variable": "datasetName",
  546. "label": "Dataset Name",
  547. "description": "The name of the dataset to use for storage.",
  548. "schema": {
  549. "type": "string",
  550. "show_if": [
  551. [
  552. "type",
  553. "=",
  554. "ixVolume"
  555. ]
  556. ],
  557. "required": true,
  558. "immutable": true,
  559. "default": "storage_entry",
  560. "$ref": [
  561. "normalize/ixVolume"
  562. ]
  563. }
  564. },
  565. {
  566. "variable": "server",
  567. "label": "Server",
  568. "description": "The server for the SMB share.",
  569. "schema": {
  570. "type": "string",
  571. "show_if": [
  572. [
  573. "type",
  574. "=",
  575. "smb-pv-pvc"
  576. ]
  577. ],
  578. "required": true
  579. }
  580. },
  581. {
  582. "variable": "share",
  583. "label": "Share",
  584. "description": "The share name for the SMB share.",
  585. "schema": {
  586. "type": "string",
  587. "show_if": [
  588. [
  589. "type",
  590. "=",
  591. "smb-pv-pvc"
  592. ]
  593. ],
  594. "required": true
  595. }
  596. },
  597. {
  598. "variable": "domain",
  599. "label": "Domain (Optional)",
  600. "description": "The domain for the SMB share.",
  601. "schema": {
  602. "type": "string",
  603. "show_if": [
  604. [
  605. "type",
  606. "=",
  607. "smb-pv-pvc"
  608. ]
  609. ]
  610. }
  611. },
  612. {
  613. "variable": "username",
  614. "label": "Username",
  615. "description": "The username for the SMB share.",
  616. "schema": {
  617. "type": "string",
  618. "show_if": [
  619. [
  620. "type",
  621. "=",
  622. "smb-pv-pvc"
  623. ]
  624. ],
  625. "required": true
  626. }
  627. },
  628. {
  629. "variable": "password",
  630. "label": "Password",
  631. "description": "The password for the SMB share.",
  632. "schema": {
  633. "type": "string",
  634. "show_if": [
  635. [
  636. "type",
  637. "=",
  638. "smb-pv-pvc"
  639. ]
  640. ],
  641. "required": true,
  642. "private": true
  643. }
  644. },
  645. {
  646. "variable": "size",
  647. "label": "Size (in Gi)",
  648. "description": "The size of the volume quota.",
  649. "schema": {
  650. "type": "int",
  651. "show_if": [
  652. [
  653. "type",
  654. "=",
  655. "smb-pv-pvc"
  656. ]
  657. ],
  658. "required": true,
  659. "min": 1,
  660. "default": 1
  661. }
  662. }
  663. ]
  664. }
  665. }
  666. ]
  667. }
  668. }
  669. ]
  670. }
  671. },
  672. {
  673. "variable": "resources",
  674. "label": "Resources Configuration",
  675. "group": "Resources Configuration",
  676. "schema": {
  677. "type": "dict",
  678. "attrs": [
  679. {
  680. "variable": "limits",
  681. "label": "Limits",
  682. "schema": {
  683. "type": "dict",
  684. "attrs": [
  685. {
  686. "variable": "cpu",
  687. "label": "CPU",
  688. "description": "CPU limit for Transmission.",
  689. "schema": {
  690. "type": "string",
  691. "max_length": 6,
  692. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  693. "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",
  694. "default": "4000m",
  695. "required": true
  696. }
  697. },
  698. {
  699. "variable": "memory",
  700. "label": "Memory",
  701. "description": "Memory limit for Transmission.",
  702. "schema": {
  703. "type": "string",
  704. "max_length": 12,
  705. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  706. "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",
  707. "default": "8Gi",
  708. "required": true
  709. }
  710. }
  711. ]
  712. }
  713. }
  714. ]
  715. }
  716. }
  717. ]
  718. },
  719. "app_readme": "<h1>Transmission</h1>\n<p><a href=\"https://transmissionbt.com/\">Transmission</a> is designed for easy, powerful use.</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 Transmission directories.\nAfterward, the <code>Transmission</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).</p>\n</blockquote>\n<p>For additional configuration via environment variables, see <a href=\"https://github.com/onedr0p/containers/tree/main/apps/transmission\">Container's source env var list</a>.</p>",
  720. "detailed_readme": "<h1>Transmission</h1>\n<p><a href=\"https://transmissionbt.com/\">Transmission</a> is designed for easy, powerful use.</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 Transmission directories.\nAfterward, the <code>Transmission</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).</p>\n</blockquote>\n<p>For additional configuration via environment variables, see <a href=\"https://github.com/onedr0p/containers/tree/main/apps/transmission\">Container's source env var list</a>.</p>",
  721. "changelog": null
  722. }
  723. }