app_versions.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/flame/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "2.3.1_1.1.2",
  12. "version": "1.1.2",
  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.2",
  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.2"
  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. "immutable": true,
  270. "required": true
  271. }
  272. }
  273. ]
  274. }
  275. },
  276. {
  277. "variable": "additionalStorages",
  278. "label": "Additional Storage",
  279. "description": "Additional storage for Flame.",
  280. "schema": {
  281. "type": "list",
  282. "default": [],
  283. "items": [
  284. {
  285. "variable": "storageEntry",
  286. "label": "Storage Entry",
  287. "schema": {
  288. "type": "dict",
  289. "attrs": [
  290. {
  291. "variable": "type",
  292. "label": "Type",
  293. "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",
  294. "schema": {
  295. "type": "string",
  296. "required": true,
  297. "default": "ixVolume",
  298. "immutable": true,
  299. "enum": [
  300. {
  301. "value": "hostPath",
  302. "description": "Host Path (Path that already exists on the system)"
  303. },
  304. {
  305. "value": "ixVolume",
  306. "description": "ixVolume (Dataset created automatically by the system)"
  307. },
  308. {
  309. "value": "smb-pv-pvc",
  310. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  311. }
  312. ]
  313. }
  314. },
  315. {
  316. "variable": "mountPath",
  317. "label": "Mount Path",
  318. "description": "The path inside the container to mount the storage.",
  319. "schema": {
  320. "type": "path",
  321. "required": true
  322. }
  323. },
  324. {
  325. "variable": "hostPath",
  326. "label": "Host Path",
  327. "description": "The host path to use for storage.",
  328. "schema": {
  329. "type": "hostpath",
  330. "show_if": [
  331. [
  332. "type",
  333. "=",
  334. "hostPath"
  335. ]
  336. ],
  337. "required": true
  338. }
  339. },
  340. {
  341. "variable": "datasetName",
  342. "label": "Dataset Name",
  343. "description": "The name of the dataset to use for storage.",
  344. "schema": {
  345. "type": "string",
  346. "show_if": [
  347. [
  348. "type",
  349. "=",
  350. "ixVolume"
  351. ]
  352. ],
  353. "required": true,
  354. "immutable": true,
  355. "default": "storage_entry",
  356. "$ref": [
  357. "normalize/ixVolume"
  358. ]
  359. }
  360. },
  361. {
  362. "variable": "server",
  363. "label": "Server",
  364. "description": "The server for the SMB share.",
  365. "schema": {
  366. "type": "string",
  367. "show_if": [
  368. [
  369. "type",
  370. "=",
  371. "smb-pv-pvc"
  372. ]
  373. ],
  374. "required": true
  375. }
  376. },
  377. {
  378. "variable": "share",
  379. "label": "Share",
  380. "description": "The share name for the SMB share.",
  381. "schema": {
  382. "type": "string",
  383. "show_if": [
  384. [
  385. "type",
  386. "=",
  387. "smb-pv-pvc"
  388. ]
  389. ],
  390. "required": true
  391. }
  392. },
  393. {
  394. "variable": "domain",
  395. "label": "Domain (Optional)",
  396. "description": "The domain for the SMB share.",
  397. "schema": {
  398. "type": "string",
  399. "show_if": [
  400. [
  401. "type",
  402. "=",
  403. "smb-pv-pvc"
  404. ]
  405. ]
  406. }
  407. },
  408. {
  409. "variable": "username",
  410. "label": "Username",
  411. "description": "The username for the SMB share.",
  412. "schema": {
  413. "type": "string",
  414. "show_if": [
  415. [
  416. "type",
  417. "=",
  418. "smb-pv-pvc"
  419. ]
  420. ],
  421. "required": true
  422. }
  423. },
  424. {
  425. "variable": "password",
  426. "label": "Password",
  427. "description": "The password for the SMB share.",
  428. "schema": {
  429. "type": "string",
  430. "show_if": [
  431. [
  432. "type",
  433. "=",
  434. "smb-pv-pvc"
  435. ]
  436. ],
  437. "required": true,
  438. "private": true
  439. }
  440. },
  441. {
  442. "variable": "size",
  443. "label": "Size (in Gi)",
  444. "description": "The size of the volume quota.",
  445. "schema": {
  446. "type": "int",
  447. "show_if": [
  448. [
  449. "type",
  450. "=",
  451. "smb-pv-pvc"
  452. ]
  453. ],
  454. "required": true,
  455. "min": 1,
  456. "default": 1
  457. }
  458. }
  459. ]
  460. }
  461. }
  462. ]
  463. }
  464. }
  465. ]
  466. }
  467. },
  468. {
  469. "variable": "resources",
  470. "group": "Resources Configuration",
  471. "label": "",
  472. "schema": {
  473. "type": "dict",
  474. "attrs": [
  475. {
  476. "variable": "limits",
  477. "label": "Limits",
  478. "schema": {
  479. "type": "dict",
  480. "attrs": [
  481. {
  482. "variable": "cpu",
  483. "label": "CPU",
  484. "description": "CPU limit for Flame.",
  485. "schema": {
  486. "type": "string",
  487. "max_length": 6,
  488. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  489. "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",
  490. "default": "4000m",
  491. "required": true
  492. }
  493. },
  494. {
  495. "variable": "memory",
  496. "label": "Memory",
  497. "description": "Memory limit for Flame.",
  498. "schema": {
  499. "type": "string",
  500. "max_length": 12,
  501. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  502. "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",
  503. "default": "8Gi",
  504. "required": true
  505. }
  506. }
  507. ]
  508. }
  509. }
  510. ]
  511. }
  512. }
  513. ]
  514. },
  515. "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>",
  516. "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>",
  517. "changelog": null
  518. }
  519. }