app_versions.json 29 KB

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