app_versions.json 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720
  1. {
  2. "1.2.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/transmission/1.2.6",
  7. "last_update": "2023-12-21 07:04:27",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "4.0.4_1.2.6",
  12. "version": "1.2.6",
  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.6",
  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.5"
  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. "required": true
  292. }
  293. }
  294. ]
  295. }
  296. },
  297. {
  298. "variable": "downloadsComplete",
  299. "label": "Transmission Complete Downloads Storage",
  300. "description": "The path to store Transmission Complete Downloads.",
  301. "schema": {
  302. "type": "dict",
  303. "attrs": [
  304. {
  305. "variable": "type",
  306. "label": "Type",
  307. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  308. "schema": {
  309. "type": "string",
  310. "required": true,
  311. "immutable": true,
  312. "default": "ixVolume",
  313. "enum": [
  314. {
  315. "value": "hostPath",
  316. "description": "Host Path (Path that already exists on the system)"
  317. },
  318. {
  319. "value": "ixVolume",
  320. "description": "ixVolume (Dataset created automatically by the system)"
  321. }
  322. ]
  323. }
  324. },
  325. {
  326. "variable": "datasetName",
  327. "label": "Dataset Name",
  328. "schema": {
  329. "type": "string",
  330. "show_if": [
  331. [
  332. "type",
  333. "=",
  334. "ixVolume"
  335. ]
  336. ],
  337. "required": true,
  338. "hidden": true,
  339. "immutable": true,
  340. "default": "downloads-complete",
  341. "$ref": [
  342. "normalize/ixVolume"
  343. ]
  344. }
  345. },
  346. {
  347. "variable": "hostPath",
  348. "label": "Host Path",
  349. "schema": {
  350. "type": "hostpath",
  351. "show_if": [
  352. [
  353. "type",
  354. "=",
  355. "hostPath"
  356. ]
  357. ],
  358. "required": true
  359. }
  360. }
  361. ]
  362. }
  363. },
  364. {
  365. "variable": "downloadsDir",
  366. "label": "Downloads Directory (In-Container)",
  367. "description": "The directory inside the container to store downloads.",
  368. "schema": {
  369. "type": "path",
  370. "default": "/downloads/complete",
  371. "required": true,
  372. "immutable": true
  373. }
  374. },
  375. {
  376. "variable": "enableIncompleteDir",
  377. "label": "Enable Incomplete Directory",
  378. "description": "Enable incomplete directory.",
  379. "schema": {
  380. "type": "boolean",
  381. "default": true,
  382. "immutable": true
  383. }
  384. },
  385. {
  386. "variable": "downloadsIncomplete",
  387. "label": "Transmission Incomplete Downloads Storage",
  388. "description": "The path to store Transmission Incomplete Downloads.",
  389. "schema": {
  390. "type": "dict",
  391. "show_if": [
  392. [
  393. "enableIncompleteDir",
  394. "=",
  395. true
  396. ]
  397. ],
  398. "attrs": [
  399. {
  400. "variable": "type",
  401. "label": "Type",
  402. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  403. "schema": {
  404. "type": "string",
  405. "required": true,
  406. "immutable": true,
  407. "default": "ixVolume",
  408. "enum": [
  409. {
  410. "value": "hostPath",
  411. "description": "Host Path (Path that already exists on the system)"
  412. },
  413. {
  414. "value": "ixVolume",
  415. "description": "ixVolume (Dataset created automatically by the system)"
  416. }
  417. ]
  418. }
  419. },
  420. {
  421. "variable": "datasetName",
  422. "label": "Dataset Name",
  423. "schema": {
  424. "type": "string",
  425. "show_if": [
  426. [
  427. "type",
  428. "=",
  429. "ixVolume"
  430. ]
  431. ],
  432. "required": true,
  433. "hidden": true,
  434. "immutable": true,
  435. "default": "downloads-incomplete",
  436. "$ref": [
  437. "normalize/ixVolume"
  438. ]
  439. }
  440. },
  441. {
  442. "variable": "hostPath",
  443. "label": "Host Path",
  444. "schema": {
  445. "type": "hostpath",
  446. "show_if": [
  447. [
  448. "type",
  449. "=",
  450. "hostPath"
  451. ]
  452. ],
  453. "required": true
  454. }
  455. }
  456. ]
  457. }
  458. },
  459. {
  460. "variable": "incompleteDir",
  461. "label": "Incomplete Directory (In-Container)",
  462. "description": "The directory inside the container to store incomplete downloads.",
  463. "schema": {
  464. "type": "path",
  465. "default": "/downloads/incomplete",
  466. "show_if": [
  467. [
  468. "enableIncompleteDir",
  469. "=",
  470. true
  471. ]
  472. ],
  473. "required": true,
  474. "immutable": true
  475. }
  476. },
  477. {
  478. "variable": "additionalStorages",
  479. "label": "Additional Storage",
  480. "description": "Transmission additional storage",
  481. "schema": {
  482. "type": "list",
  483. "default": [],
  484. "items": [
  485. {
  486. "variable": "storageEntry",
  487. "label": "Storage Entry",
  488. "schema": {
  489. "type": "dict",
  490. "attrs": [
  491. {
  492. "variable": "type",
  493. "label": "Type",
  494. "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",
  495. "schema": {
  496. "type": "string",
  497. "required": true,
  498. "default": "ixVolume",
  499. "immutable": true,
  500. "enum": [
  501. {
  502. "value": "hostPath",
  503. "description": "Host Path (Path that already exists on the system)"
  504. },
  505. {
  506. "value": "ixVolume",
  507. "description": "ixVolume (Dataset created automatically by the system)"
  508. },
  509. {
  510. "value": "smb-pv-pvc",
  511. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  512. }
  513. ]
  514. }
  515. },
  516. {
  517. "variable": "mountPath",
  518. "label": "Mount Path",
  519. "description": "The path inside the container to mount the storage.",
  520. "schema": {
  521. "type": "path",
  522. "required": true
  523. }
  524. },
  525. {
  526. "variable": "hostPath",
  527. "label": "Host Path",
  528. "description": "The host path to use for storage.",
  529. "schema": {
  530. "type": "hostpath",
  531. "show_if": [
  532. [
  533. "type",
  534. "=",
  535. "hostPath"
  536. ]
  537. ],
  538. "required": true
  539. }
  540. },
  541. {
  542. "variable": "datasetName",
  543. "label": "Dataset Name",
  544. "description": "The name of the dataset to use for storage.",
  545. "schema": {
  546. "type": "string",
  547. "show_if": [
  548. [
  549. "type",
  550. "=",
  551. "ixVolume"
  552. ]
  553. ],
  554. "required": true,
  555. "immutable": true,
  556. "default": "storage_entry",
  557. "$ref": [
  558. "normalize/ixVolume"
  559. ]
  560. }
  561. },
  562. {
  563. "variable": "server",
  564. "label": "Server",
  565. "description": "The server for the SMB share.",
  566. "schema": {
  567. "type": "string",
  568. "show_if": [
  569. [
  570. "type",
  571. "=",
  572. "smb-pv-pvc"
  573. ]
  574. ],
  575. "required": true
  576. }
  577. },
  578. {
  579. "variable": "share",
  580. "label": "Share",
  581. "description": "The share name for the SMB share.",
  582. "schema": {
  583. "type": "string",
  584. "show_if": [
  585. [
  586. "type",
  587. "=",
  588. "smb-pv-pvc"
  589. ]
  590. ],
  591. "required": true
  592. }
  593. },
  594. {
  595. "variable": "domain",
  596. "label": "Domain (Optional)",
  597. "description": "The domain for the SMB share.",
  598. "schema": {
  599. "type": "string",
  600. "show_if": [
  601. [
  602. "type",
  603. "=",
  604. "smb-pv-pvc"
  605. ]
  606. ]
  607. }
  608. },
  609. {
  610. "variable": "username",
  611. "label": "Username",
  612. "description": "The username for the SMB share.",
  613. "schema": {
  614. "type": "string",
  615. "show_if": [
  616. [
  617. "type",
  618. "=",
  619. "smb-pv-pvc"
  620. ]
  621. ],
  622. "required": true
  623. }
  624. },
  625. {
  626. "variable": "password",
  627. "label": "Password",
  628. "description": "The password for the SMB share.",
  629. "schema": {
  630. "type": "string",
  631. "show_if": [
  632. [
  633. "type",
  634. "=",
  635. "smb-pv-pvc"
  636. ]
  637. ],
  638. "required": true,
  639. "private": true
  640. }
  641. },
  642. {
  643. "variable": "size",
  644. "label": "Size (in Gi)",
  645. "description": "The size of the volume quota.",
  646. "schema": {
  647. "type": "int",
  648. "show_if": [
  649. [
  650. "type",
  651. "=",
  652. "smb-pv-pvc"
  653. ]
  654. ],
  655. "required": true,
  656. "min": 1,
  657. "default": 1
  658. }
  659. }
  660. ]
  661. }
  662. }
  663. ]
  664. }
  665. }
  666. ]
  667. }
  668. },
  669. {
  670. "variable": "resources",
  671. "label": "Resources Configuration",
  672. "group": "Resources Configuration",
  673. "schema": {
  674. "type": "dict",
  675. "attrs": [
  676. {
  677. "variable": "limits",
  678. "label": "Limits",
  679. "schema": {
  680. "type": "dict",
  681. "attrs": [
  682. {
  683. "variable": "cpu",
  684. "label": "CPU",
  685. "description": "CPU limit for Transmission.",
  686. "schema": {
  687. "type": "string",
  688. "max_length": 6,
  689. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  690. "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",
  691. "default": "4000m",
  692. "required": true
  693. }
  694. },
  695. {
  696. "variable": "memory",
  697. "label": "Memory",
  698. "description": "Memory limit for Transmission.",
  699. "schema": {
  700. "type": "string",
  701. "max_length": 12,
  702. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  703. "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",
  704. "default": "8Gi",
  705. "required": true
  706. }
  707. }
  708. ]
  709. }
  710. }
  711. ]
  712. }
  713. }
  714. ]
  715. },
  716. "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>",
  717. "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>",
  718. "changelog": null
  719. }
  720. }