app_versions.json 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/castopod/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "1.6.5_1.1.2",
  12. "version": "1.1.2",
  13. "chart_metadata": {
  14. "name": "castopod",
  15. "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
  16. "annotations": {
  17. "title": "Castopod"
  18. },
  19. "type": "application",
  20. "version": "1.1.2",
  21. "apiVersion": "v2",
  22. "appVersion": "1.6.5",
  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://castopod.org",
  39. "icon": "https://media.sys.truenas.net/apps/castopod/icons/icon.svg",
  40. "sources": [
  41. "https://hub.docker.com/r/castopod/castopod",
  42. "https://github.com/truenas/charts/tree/master/community/castopod",
  43. "https://code.castopod.org/adaures/castopod"
  44. ],
  45. "keywords": [
  46. "podcast"
  47. ]
  48. },
  49. "app_metadata": {
  50. "runAsContext": [
  51. {
  52. "userName": "root",
  53. "groupName": "root",
  54. "gid": 0,
  55. "uid": 0,
  56. "description": "Castopod run as root user"
  57. }
  58. ],
  59. "capabilities": [
  60. {
  61. "name": "CHOWN",
  62. "description": "Castopod is able to chown files."
  63. },
  64. {
  65. "name": "DAC_OVERRIDE",
  66. "description": "Castopod is able to bypass permission checks."
  67. },
  68. {
  69. "name": "FOWNER",
  70. "description": "Castopod is able bypass permission checks for it's sub-processes."
  71. },
  72. {
  73. "name": "SETGID",
  74. "description": "Castopod is able to set group ID for it's sub-processes."
  75. },
  76. {
  77. "name": "SETUID",
  78. "description": "Castopod is able to set user ID for it's sub-processes."
  79. }
  80. ],
  81. "hostMounts": []
  82. },
  83. "schema": {
  84. "groups": [
  85. {
  86. "name": "Castopod Configuration",
  87. "description": "Configure Castopod"
  88. },
  89. {
  90. "name": "Network Configuration",
  91. "description": "Configure Network for Castopod"
  92. },
  93. {
  94. "name": "Storage Configuration",
  95. "description": "Configure Storage for Castopod"
  96. },
  97. {
  98. "name": "Resources Configuration",
  99. "description": "Configure Resources for Castopod"
  100. }
  101. ],
  102. "portals": {
  103. "web_portal": {
  104. "protocols": [
  105. "$kubernetes-resource_configmap_portal_protocol"
  106. ],
  107. "host": [
  108. "$kubernetes-resource_configmap_portal_host"
  109. ],
  110. "ports": [
  111. "$kubernetes-resource_configmap_portal_port"
  112. ],
  113. "path": "$kubernetes-resource_configmap_portal_path"
  114. },
  115. "admin": {
  116. "protocols": [
  117. "$kubernetes-resource_configmap_portal_protocol"
  118. ],
  119. "host": [
  120. "$kubernetes-resource_configmap_portal_host"
  121. ],
  122. "ports": [
  123. "$kubernetes-resource_configmap_portal_port"
  124. ],
  125. "path": "$kubernetes-resource_configmap_portal_admin"
  126. }
  127. },
  128. "questions": [
  129. {
  130. "variable": "castopodConfig",
  131. "label": "",
  132. "group": "Castopod Configuration",
  133. "schema": {
  134. "type": "dict",
  135. "attrs": [
  136. {
  137. "variable": "baseUrl",
  138. "label": "Base URL",
  139. "description": "The base URL for Castopod.</br>\nExample: http://your.server.ip:30085\n",
  140. "schema": {
  141. "type": "uri",
  142. "required": true,
  143. "default": ""
  144. }
  145. },
  146. {
  147. "variable": "webTimeout",
  148. "label": "Web Timeout",
  149. "description": "The timeout for Castopod requests in seconds.",
  150. "schema": {
  151. "type": "int",
  152. "required": true,
  153. "default": 900,
  154. "min": 1
  155. }
  156. },
  157. {
  158. "variable": "webMaxBodySize",
  159. "label": "Web Max Body Size",
  160. "description": "The maximum body size for Castopod requests in megabytes.",
  161. "schema": {
  162. "type": "int",
  163. "required": true,
  164. "default": 512,
  165. "min": 1
  166. }
  167. },
  168. {
  169. "variable": "phpMemoryLimit",
  170. "label": "PHP Memory Limit",
  171. "description": "The PHP memory limit for Castopod.",
  172. "schema": {
  173. "type": "int",
  174. "required": true,
  175. "default": 512,
  176. "min": 1
  177. }
  178. },
  179. {
  180. "variable": "enable2fa",
  181. "label": "Enable 2FA",
  182. "description": "Enable 2FA for Castopod.",
  183. "schema": {
  184. "type": "boolean",
  185. "default": false
  186. }
  187. },
  188. {
  189. "variable": "disableHttpsRedirect",
  190. "label": "Disable HTTPS Redirect",
  191. "description": "Disable HTTPS redirect for Castopod. </br>\nThis is useful if you are using a reverse proxy with HTTPS.\n",
  192. "schema": {
  193. "type": "boolean",
  194. "default": true
  195. }
  196. },
  197. {
  198. "variable": "additionalEnvs",
  199. "label": "Additional Environment Variables",
  200. "description": "Configure additional environment variables for Castopod.",
  201. "schema": {
  202. "type": "list",
  203. "default": [],
  204. "items": [
  205. {
  206. "variable": "env",
  207. "label": "Environment Variable",
  208. "schema": {
  209. "type": "dict",
  210. "attrs": [
  211. {
  212. "variable": "name",
  213. "label": "Name",
  214. "schema": {
  215. "type": "string",
  216. "required": true
  217. }
  218. },
  219. {
  220. "variable": "value",
  221. "label": "Value",
  222. "schema": {
  223. "type": "string",
  224. "required": true
  225. }
  226. }
  227. ]
  228. }
  229. }
  230. ]
  231. }
  232. }
  233. ]
  234. }
  235. },
  236. {
  237. "variable": "castopodNetwork",
  238. "label": "",
  239. "group": "Network Configuration",
  240. "schema": {
  241. "type": "dict",
  242. "attrs": [
  243. {
  244. "variable": "webPort",
  245. "label": "Web Port",
  246. "description": "The port for the Castopod WebUI.",
  247. "schema": {
  248. "type": "int",
  249. "default": 30085,
  250. "min": 9000,
  251. "max": 65535,
  252. "required": true
  253. }
  254. }
  255. ]
  256. }
  257. },
  258. {
  259. "variable": "castopodStorage",
  260. "label": "",
  261. "group": "Storage Configuration",
  262. "schema": {
  263. "type": "dict",
  264. "attrs": [
  265. {
  266. "variable": "data",
  267. "label": "Castopod Data Storage",
  268. "description": "The path to store Castopod data.",
  269. "schema": {
  270. "type": "dict",
  271. "attrs": [
  272. {
  273. "variable": "type",
  274. "label": "Type",
  275. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  276. "schema": {
  277. "type": "string",
  278. "required": true,
  279. "immutable": true,
  280. "default": "ixVolume",
  281. "enum": [
  282. {
  283. "value": "hostPath",
  284. "description": "Host Path (Path that already exists on the system)"
  285. },
  286. {
  287. "value": "ixVolume",
  288. "description": "ixVolume (Dataset created automatically by the system)"
  289. }
  290. ]
  291. }
  292. },
  293. {
  294. "variable": "datasetName",
  295. "label": "Dataset Name",
  296. "schema": {
  297. "type": "string",
  298. "show_if": [
  299. [
  300. "type",
  301. "=",
  302. "ixVolume"
  303. ]
  304. ],
  305. "required": true,
  306. "hidden": true,
  307. "immutable": true,
  308. "default": "data",
  309. "$ref": [
  310. "normalize/ixVolume"
  311. ]
  312. }
  313. },
  314. {
  315. "variable": "hostPath",
  316. "label": "Host Path",
  317. "schema": {
  318. "type": "hostpath",
  319. "show_if": [
  320. [
  321. "type",
  322. "=",
  323. "hostPath"
  324. ]
  325. ],
  326. "immutable": true,
  327. "required": true
  328. }
  329. }
  330. ]
  331. }
  332. },
  333. {
  334. "variable": "mariadbData",
  335. "label": "Castopod MariaDB Data Storage",
  336. "description": "The path to store Castopod MariaDB Data.",
  337. "schema": {
  338. "type": "dict",
  339. "attrs": [
  340. {
  341. "variable": "type",
  342. "label": "Type",
  343. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  344. "schema": {
  345. "type": "string",
  346. "required": true,
  347. "immutable": true,
  348. "default": "ixVolume",
  349. "enum": [
  350. {
  351. "value": "hostPath",
  352. "description": "Host Path (Path that already exists on the system)"
  353. },
  354. {
  355. "value": "ixVolume",
  356. "description": "ixVolume (Dataset created automatically by the system)"
  357. }
  358. ]
  359. }
  360. },
  361. {
  362. "variable": "datasetName",
  363. "label": "Dataset Name",
  364. "schema": {
  365. "type": "string",
  366. "show_if": [
  367. [
  368. "type",
  369. "=",
  370. "ixVolume"
  371. ]
  372. ],
  373. "required": true,
  374. "hidden": true,
  375. "immutable": true,
  376. "default": "mariadbData",
  377. "$ref": [
  378. "normalize/ixVolume"
  379. ]
  380. }
  381. },
  382. {
  383. "variable": "hostPath",
  384. "label": "Host Path",
  385. "schema": {
  386. "type": "hostpath",
  387. "show_if": [
  388. [
  389. "type",
  390. "=",
  391. "hostPath"
  392. ]
  393. ],
  394. "immutable": true,
  395. "required": true
  396. }
  397. }
  398. ]
  399. }
  400. },
  401. {
  402. "variable": "mariadbBackup",
  403. "label": "Castopod MariaDB Backup Storage",
  404. "description": "The path to store Castopod MariaDB Backup.",
  405. "schema": {
  406. "type": "dict",
  407. "attrs": [
  408. {
  409. "variable": "type",
  410. "label": "Type",
  411. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  412. "schema": {
  413. "type": "string",
  414. "required": true,
  415. "immutable": true,
  416. "default": "ixVolume",
  417. "enum": [
  418. {
  419. "value": "hostPath",
  420. "description": "Host Path (Path that already exists on the system)"
  421. },
  422. {
  423. "value": "ixVolume",
  424. "description": "ixVolume (Dataset created automatically by the system)"
  425. }
  426. ]
  427. }
  428. },
  429. {
  430. "variable": "datasetName",
  431. "label": "Dataset Name",
  432. "schema": {
  433. "type": "string",
  434. "show_if": [
  435. [
  436. "type",
  437. "=",
  438. "ixVolume"
  439. ]
  440. ],
  441. "required": true,
  442. "hidden": true,
  443. "immutable": true,
  444. "default": "mariadbBackup",
  445. "$ref": [
  446. "normalize/ixVolume"
  447. ]
  448. }
  449. },
  450. {
  451. "variable": "hostPath",
  452. "label": "Host Path",
  453. "schema": {
  454. "type": "hostpath",
  455. "show_if": [
  456. [
  457. "type",
  458. "=",
  459. "hostPath"
  460. ]
  461. ],
  462. "immutable": true,
  463. "required": true
  464. }
  465. }
  466. ]
  467. }
  468. },
  469. {
  470. "variable": "additionalStorages",
  471. "label": "Additional Storage",
  472. "description": "Additional storage for Castopod.",
  473. "schema": {
  474. "type": "list",
  475. "default": [],
  476. "items": [
  477. {
  478. "variable": "storageEntry",
  479. "label": "Storage Entry",
  480. "schema": {
  481. "type": "dict",
  482. "attrs": [
  483. {
  484. "variable": "type",
  485. "label": "Type",
  486. "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",
  487. "schema": {
  488. "type": "string",
  489. "required": true,
  490. "default": "ixVolume",
  491. "immutable": true,
  492. "enum": [
  493. {
  494. "value": "hostPath",
  495. "description": "Host Path (Path that already exists on the system)"
  496. },
  497. {
  498. "value": "ixVolume",
  499. "description": "ixVolume (Dataset created automatically by the system)"
  500. },
  501. {
  502. "value": "smb-pv-pvc",
  503. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  504. }
  505. ]
  506. }
  507. },
  508. {
  509. "variable": "mountPath",
  510. "label": "Mount Path",
  511. "description": "The path inside the container to mount the storage.",
  512. "schema": {
  513. "type": "path",
  514. "required": true
  515. }
  516. },
  517. {
  518. "variable": "hostPath",
  519. "label": "Host Path",
  520. "description": "The host path to use for storage.",
  521. "schema": {
  522. "type": "hostpath",
  523. "show_if": [
  524. [
  525. "type",
  526. "=",
  527. "hostPath"
  528. ]
  529. ],
  530. "required": true
  531. }
  532. },
  533. {
  534. "variable": "datasetName",
  535. "label": "Dataset Name",
  536. "description": "The name of the dataset to use for storage.",
  537. "schema": {
  538. "type": "string",
  539. "show_if": [
  540. [
  541. "type",
  542. "=",
  543. "ixVolume"
  544. ]
  545. ],
  546. "required": true,
  547. "immutable": true,
  548. "default": "storage_entry",
  549. "$ref": [
  550. "normalize/ixVolume"
  551. ]
  552. }
  553. },
  554. {
  555. "variable": "server",
  556. "label": "Server",
  557. "description": "The server for the SMB share.",
  558. "schema": {
  559. "type": "string",
  560. "show_if": [
  561. [
  562. "type",
  563. "=",
  564. "smb-pv-pvc"
  565. ]
  566. ],
  567. "required": true
  568. }
  569. },
  570. {
  571. "variable": "share",
  572. "label": "Share",
  573. "description": "The share name for the SMB share.",
  574. "schema": {
  575. "type": "string",
  576. "show_if": [
  577. [
  578. "type",
  579. "=",
  580. "smb-pv-pvc"
  581. ]
  582. ],
  583. "required": true
  584. }
  585. },
  586. {
  587. "variable": "domain",
  588. "label": "Domain (Optional)",
  589. "description": "The domain for the SMB share.",
  590. "schema": {
  591. "type": "string",
  592. "show_if": [
  593. [
  594. "type",
  595. "=",
  596. "smb-pv-pvc"
  597. ]
  598. ]
  599. }
  600. },
  601. {
  602. "variable": "username",
  603. "label": "Username",
  604. "description": "The username for the SMB share.",
  605. "schema": {
  606. "type": "string",
  607. "show_if": [
  608. [
  609. "type",
  610. "=",
  611. "smb-pv-pvc"
  612. ]
  613. ],
  614. "required": true
  615. }
  616. },
  617. {
  618. "variable": "password",
  619. "label": "Password",
  620. "description": "The password for the SMB share.",
  621. "schema": {
  622. "type": "string",
  623. "show_if": [
  624. [
  625. "type",
  626. "=",
  627. "smb-pv-pvc"
  628. ]
  629. ],
  630. "required": true,
  631. "private": true
  632. }
  633. },
  634. {
  635. "variable": "size",
  636. "label": "Size (in Gi)",
  637. "description": "The size of the volume quota.",
  638. "schema": {
  639. "type": "int",
  640. "show_if": [
  641. [
  642. "type",
  643. "=",
  644. "smb-pv-pvc"
  645. ]
  646. ],
  647. "required": true,
  648. "min": 1,
  649. "default": 1
  650. }
  651. }
  652. ]
  653. }
  654. }
  655. ]
  656. }
  657. }
  658. ]
  659. }
  660. },
  661. {
  662. "variable": "resources",
  663. "label": "",
  664. "group": "Resources Configuration",
  665. "schema": {
  666. "type": "dict",
  667. "attrs": [
  668. {
  669. "variable": "limits",
  670. "label": "Limits",
  671. "schema": {
  672. "type": "dict",
  673. "attrs": [
  674. {
  675. "variable": "cpu",
  676. "label": "CPU",
  677. "description": "CPU limit for Castopod.",
  678. "schema": {
  679. "type": "string",
  680. "max_length": 6,
  681. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  682. "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",
  683. "default": "4000m",
  684. "required": true
  685. }
  686. },
  687. {
  688. "variable": "memory",
  689. "label": "Memory",
  690. "description": "Memory limit for Castopod.",
  691. "schema": {
  692. "type": "string",
  693. "max_length": 12,
  694. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  695. "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",
  696. "default": "8Gi",
  697. "required": true
  698. }
  699. }
  700. ]
  701. }
  702. }
  703. ]
  704. }
  705. }
  706. ]
  707. },
  708. "app_readme": "<h1>Castopod</h1>\n<p><a href=\"https://castopod.org\">Castopod</a> is an open-source hosting platform made for podcasters who want engage and interact with their audience.</p>",
  709. "detailed_readme": "<h1>Castopod</h1>\n<p><a href=\"https://castopod.org\">Castopod</a> is an open-source hosting platform made for podcasters who want engage and interact with their audience.</p>",
  710. "changelog": null
  711. }
  712. }