app_versions.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. {
  2. "1.0.12": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/firefly-iii/1.0.12",
  7. "last_update": "2023-11-21 08:14:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "6.0.30_1.0.12",
  12. "version": "1.0.12",
  13. "chart_metadata": {
  14. "name": "firefly-iii",
  15. "description": "Firefly III is a personal finances manager",
  16. "annotations": {
  17. "title": "Firefly III"
  18. },
  19. "type": "application",
  20. "version": "1.0.12",
  21. "apiVersion": "v2",
  22. "appVersion": "6.0.30",
  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://www.firefly-iii.org/",
  39. "icon": "https://media.sys.truenas.net/apps/firefly-iii/icons/icon.png",
  40. "sources": [
  41. "https://hub.docker.com/r/fireflyiii/core/",
  42. "https://github.com/truenas/charts/tree/master/community/firefly-iii",
  43. "https://github.com/firefly-iii/firefly-iii"
  44. ],
  45. "keywords": [
  46. "finance"
  47. ]
  48. },
  49. "app_metadata": {
  50. "runAsContext": [
  51. {
  52. "userName": "root",
  53. "groupName": "root",
  54. "gid": 0,
  55. "uid": 0,
  56. "description": "Firefly III runs as root user"
  57. },
  58. {
  59. "userName": "root",
  60. "groupName": "root",
  61. "gid": 0,
  62. "uid": 0,
  63. "description": "Firefly III Data Importer runs as root user"
  64. },
  65. {
  66. "userName": "postgres",
  67. "groupName": "postgres",
  68. "gid": 999,
  69. "uid": 999,
  70. "description": "Postgres runs as a non-root user."
  71. },
  72. {
  73. "userName": "redis",
  74. "groupName": "redis",
  75. "gid": 1001,
  76. "uid": 0,
  77. "description": "Redis runs as a non-root user and root group."
  78. }
  79. ],
  80. "capabilities": [
  81. {
  82. "name": "CHOWN",
  83. "description": "Firefly III and Firefly Data Importer is able to chown files."
  84. },
  85. {
  86. "name": "FOWNER",
  87. "description": "Firefly III and Firefly Data Importer is able to bypass permission checks."
  88. },
  89. {
  90. "name": "SETUID",
  91. "description": "Firefly III and Firefly Data Importer is able to set user ID for it's sub-processes."
  92. },
  93. {
  94. "name": "SETGID",
  95. "description": "Firefly III and Firefly Data Importer is able to set group ID for it's sub-processes."
  96. }
  97. ],
  98. "hostMounts": []
  99. },
  100. "schema": {
  101. "groups": [
  102. {
  103. "name": "Firefly III Configuration",
  104. "description": "Configure Firefly III"
  105. },
  106. {
  107. "name": "Network Configuration",
  108. "description": "Configure Network for Firefly III"
  109. },
  110. {
  111. "name": "Storage Configuration",
  112. "description": "Configure Storage for Firefly III"
  113. },
  114. {
  115. "name": "Resources Configuration",
  116. "description": "Configure Resources for Firefly III"
  117. }
  118. ],
  119. "portals": {
  120. "web_portal": {
  121. "protocols": [
  122. "$kubernetes-resource_configmap_portal_protocol"
  123. ],
  124. "host": [
  125. "$kubernetes-resource_configmap_portal_host"
  126. ],
  127. "ports": [
  128. "$kubernetes-resource_configmap_portal_port"
  129. ],
  130. "path": "$kubernetes-resource_configmap_portal_path"
  131. }
  132. },
  133. "questions": [
  134. {
  135. "variable": "fireflyConfig",
  136. "label": "",
  137. "group": "Firefly III Configuration",
  138. "schema": {
  139. "type": "dict",
  140. "attrs": [
  141. {
  142. "variable": "appUrl",
  143. "label": "Firefly III URL",
  144. "description": "The base URL for Firefly III.</br>\nExamples:</br>\nhttps://firefly.example.com </br>\nhttp://192.168.1.100:30064\n",
  145. "schema": {
  146. "type": "uri",
  147. "default": "",
  148. "required": true
  149. }
  150. },
  151. {
  152. "variable": "additionalEnvs",
  153. "label": "Additional Environment Variables",
  154. "description": "Configure additional environment variables for Firefly III.",
  155. "schema": {
  156. "type": "list",
  157. "default": [],
  158. "items": [
  159. {
  160. "variable": "env",
  161. "label": "Environment Variable",
  162. "schema": {
  163. "type": "dict",
  164. "attrs": [
  165. {
  166. "variable": "name",
  167. "label": "Name",
  168. "schema": {
  169. "type": "string",
  170. "required": true
  171. }
  172. },
  173. {
  174. "variable": "value",
  175. "label": "Value",
  176. "schema": {
  177. "type": "string",
  178. "required": true
  179. }
  180. }
  181. ]
  182. }
  183. }
  184. ]
  185. }
  186. },
  187. {
  188. "variable": "enableImporter",
  189. "label": "Enable Firefly III Data Importer",
  190. "description": "Enable Firefly III Data Importer.",
  191. "schema": {
  192. "type": "boolean",
  193. "default": false
  194. }
  195. },
  196. {
  197. "variable": "additionalImporterEnvs",
  198. "label": "Additional Data Importer Environment Variables",
  199. "description": "Configure additional environment variables for Firefly III Data Importer.",
  200. "schema": {
  201. "type": "list",
  202. "show_if": [
  203. [
  204. "enableImporter",
  205. "=",
  206. true
  207. ]
  208. ],
  209. "default": [],
  210. "items": [
  211. {
  212. "variable": "env",
  213. "label": "Environment Variable",
  214. "schema": {
  215. "type": "dict",
  216. "attrs": [
  217. {
  218. "variable": "name",
  219. "label": "Name",
  220. "schema": {
  221. "type": "string",
  222. "required": true
  223. }
  224. },
  225. {
  226. "variable": "value",
  227. "label": "Value",
  228. "schema": {
  229. "type": "string",
  230. "required": true
  231. }
  232. }
  233. ]
  234. }
  235. }
  236. ]
  237. }
  238. }
  239. ]
  240. }
  241. },
  242. {
  243. "variable": "fireflyNetwork",
  244. "label": "",
  245. "group": "Network Configuration",
  246. "schema": {
  247. "type": "dict",
  248. "attrs": [
  249. {
  250. "variable": "webPort",
  251. "label": "Web Port",
  252. "description": "The port for the Firefly III WebUI.",
  253. "schema": {
  254. "type": "int",
  255. "default": 30064,
  256. "min": 9000,
  257. "max": 65535,
  258. "required": true
  259. }
  260. },
  261. {
  262. "variable": "importerPort",
  263. "label": "Data Importer Port",
  264. "description": "The port for the Firefly III Data Importer WebUI.",
  265. "schema": {
  266. "type": "int",
  267. "default": 30065,
  268. "min": 9000,
  269. "max": 65535,
  270. "required": true
  271. }
  272. },
  273. {
  274. "variable": "hostNetwork",
  275. "label": "Host Network",
  276. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  277. "schema": {
  278. "type": "boolean",
  279. "default": false
  280. }
  281. }
  282. ]
  283. }
  284. },
  285. {
  286. "variable": "fireflyStorage",
  287. "label": "",
  288. "group": "Storage Configuration",
  289. "schema": {
  290. "type": "dict",
  291. "attrs": [
  292. {
  293. "variable": "uploads",
  294. "label": "Firefly III Uploads Storage",
  295. "description": "The path to store Firefly III uploads.",
  296. "schema": {
  297. "type": "dict",
  298. "attrs": [
  299. {
  300. "variable": "type",
  301. "label": "Type",
  302. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  303. "schema": {
  304. "type": "string",
  305. "required": true,
  306. "immutable": true,
  307. "default": "ixVolume",
  308. "enum": [
  309. {
  310. "value": "hostPath",
  311. "description": "Host Path (Path that already exists on the system)"
  312. },
  313. {
  314. "value": "ixVolume",
  315. "description": "ixVolume (Dataset created automatically by the system)"
  316. }
  317. ]
  318. }
  319. },
  320. {
  321. "variable": "datasetName",
  322. "label": "Dataset Name",
  323. "schema": {
  324. "type": "string",
  325. "show_if": [
  326. [
  327. "type",
  328. "=",
  329. "ixVolume"
  330. ]
  331. ],
  332. "required": true,
  333. "hidden": true,
  334. "immutable": true,
  335. "default": "uploads",
  336. "$ref": [
  337. "normalize/ixVolume"
  338. ]
  339. }
  340. },
  341. {
  342. "variable": "hostPath",
  343. "label": "Host Path",
  344. "schema": {
  345. "type": "hostpath",
  346. "show_if": [
  347. [
  348. "type",
  349. "=",
  350. "hostPath"
  351. ]
  352. ],
  353. "immutable": true,
  354. "required": true
  355. }
  356. }
  357. ]
  358. }
  359. },
  360. {
  361. "variable": "pgData",
  362. "label": "Firefly III Postgres Data Storage",
  363. "description": "The path to store Firefly III Postgres Data.",
  364. "schema": {
  365. "type": "dict",
  366. "attrs": [
  367. {
  368. "variable": "type",
  369. "label": "Type",
  370. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  371. "schema": {
  372. "type": "string",
  373. "required": true,
  374. "immutable": true,
  375. "default": "ixVolume",
  376. "enum": [
  377. {
  378. "value": "hostPath",
  379. "description": "Host Path (Path that already exists on the system)"
  380. },
  381. {
  382. "value": "ixVolume",
  383. "description": "ixVolume (Dataset created automatically by the system)"
  384. }
  385. ]
  386. }
  387. },
  388. {
  389. "variable": "datasetName",
  390. "label": "Dataset Name",
  391. "schema": {
  392. "type": "string",
  393. "show_if": [
  394. [
  395. "type",
  396. "=",
  397. "ixVolume"
  398. ]
  399. ],
  400. "required": true,
  401. "hidden": true,
  402. "immutable": true,
  403. "default": "pgData",
  404. "$ref": [
  405. "normalize/ixVolume"
  406. ]
  407. }
  408. },
  409. {
  410. "variable": "hostPath",
  411. "label": "Host Path",
  412. "schema": {
  413. "type": "hostpath",
  414. "show_if": [
  415. [
  416. "type",
  417. "=",
  418. "hostPath"
  419. ]
  420. ],
  421. "immutable": true,
  422. "required": true
  423. }
  424. }
  425. ]
  426. }
  427. },
  428. {
  429. "variable": "pgBackup",
  430. "label": "Firefly III Postgres Backup Storage",
  431. "description": "The path to store Firefly III Postgres Backup.",
  432. "schema": {
  433. "type": "dict",
  434. "attrs": [
  435. {
  436. "variable": "type",
  437. "label": "Type",
  438. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  439. "schema": {
  440. "type": "string",
  441. "required": true,
  442. "immutable": true,
  443. "default": "ixVolume",
  444. "enum": [
  445. {
  446. "value": "hostPath",
  447. "description": "Host Path (Path that already exists on the system)"
  448. },
  449. {
  450. "value": "ixVolume",
  451. "description": "ixVolume (Dataset created automatically by the system)"
  452. }
  453. ]
  454. }
  455. },
  456. {
  457. "variable": "datasetName",
  458. "label": "Dataset Name",
  459. "schema": {
  460. "type": "string",
  461. "show_if": [
  462. [
  463. "type",
  464. "=",
  465. "ixVolume"
  466. ]
  467. ],
  468. "required": true,
  469. "hidden": true,
  470. "immutable": true,
  471. "default": "pgBackup",
  472. "$ref": [
  473. "normalize/ixVolume"
  474. ]
  475. }
  476. },
  477. {
  478. "variable": "hostPath",
  479. "label": "Host Path",
  480. "schema": {
  481. "type": "hostpath",
  482. "show_if": [
  483. [
  484. "type",
  485. "=",
  486. "hostPath"
  487. ]
  488. ],
  489. "immutable": true,
  490. "required": true
  491. }
  492. }
  493. ]
  494. }
  495. }
  496. ]
  497. }
  498. },
  499. {
  500. "variable": "resources",
  501. "label": "",
  502. "group": "Resources Configuration",
  503. "schema": {
  504. "type": "dict",
  505. "attrs": [
  506. {
  507. "variable": "limits",
  508. "label": "Limits",
  509. "schema": {
  510. "type": "dict",
  511. "attrs": [
  512. {
  513. "variable": "cpu",
  514. "label": "CPU",
  515. "description": "CPU limit for Firefly III.",
  516. "schema": {
  517. "type": "string",
  518. "max_length": 6,
  519. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  520. "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",
  521. "default": "4000m",
  522. "required": true
  523. }
  524. },
  525. {
  526. "variable": "memory",
  527. "label": "Memory",
  528. "description": "Memory limit for Firefly III.",
  529. "schema": {
  530. "type": "string",
  531. "max_length": 12,
  532. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  533. "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",
  534. "default": "8Gi",
  535. "required": true
  536. }
  537. }
  538. ]
  539. }
  540. }
  541. ]
  542. }
  543. }
  544. ]
  545. },
  546. "app_readme": "<h1>Firefly III</h1>\n<p><a href=\"https://www.firefly-iii.org/\">Firefly III</a> is a personal finances manager</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 <code>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>postgres</code> data directories.</p>\n</blockquote>",
  547. "detailed_readme": "<h1>Firefly III</h1>\n<p><a href=\"https://www.firefly-iii.org/\">Firefly III</a> is a personal finances manager</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 <code>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>postgres</code> data directories.</p>\n</blockquote>",
  548. "changelog": null
  549. }
  550. }