app_versions.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. {
  2. "1.0.23": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/gitea/1.0.23",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "definitions/certificate",
  10. "normalize/ixVolume"
  11. ],
  12. "human_version": "1.20.5_1.0.23",
  13. "version": "1.0.23",
  14. "chart_metadata": {
  15. "name": "gitea",
  16. "description": "Gitea - Git with a cup of tea",
  17. "annotations": {
  18. "title": "Gitea"
  19. },
  20. "type": "application",
  21. "version": "1.0.23",
  22. "apiVersion": "v2",
  23. "appVersion": "1.20.5",
  24. "kubeVersion": ">=1.16.0-0",
  25. "maintainers": [
  26. {
  27. "name": "truenas",
  28. "url": "https://www.truenas.com/",
  29. "email": "dev@ixsystems.com"
  30. }
  31. ],
  32. "dependencies": [
  33. {
  34. "name": "common",
  35. "repository": "file://../../../common",
  36. "version": "1.2.2"
  37. }
  38. ],
  39. "home": "https://gitea.io/en-us",
  40. "icon": "https://media.sys.truenas.net/apps/gitea/icons/icon.svg",
  41. "sources": [
  42. "https://gitea.io/en-us",
  43. "https://github.com/truenas/charts/tree/master/community/gitea",
  44. "https://docs.gitea.io/en-us/install-with-docker-rootless"
  45. ],
  46. "keywords": [
  47. "git",
  48. "gitea"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "gitea",
  55. "groupName": "gitea",
  56. "gid": 1000,
  57. "uid": 1000,
  58. "description": "Gitea can run as a non-root user, currently only 1000 works."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Gitea Configuration",
  68. "description": "Configure Gitea"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for Gitea"
  73. },
  74. {
  75. "name": "Network Configuration",
  76. "description": "Configure Network for Gitea"
  77. },
  78. {
  79. "name": "Storage Configuration",
  80. "description": "Configure Storage for Gitea"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for Gitea"
  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": "giteaConfig",
  104. "label": "",
  105. "group": "Gitea Configuration",
  106. "schema": {
  107. "type": "dict",
  108. "attrs": [
  109. {
  110. "variable": "additionalEnvs",
  111. "label": "Additional Environment Variables",
  112. "description": "Configure additional environment variables for Gitea.",
  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": "giteaRunAs",
  150. "label": "",
  151. "group": "User and Group Configuration",
  152. "schema": {
  153. "type": "dict",
  154. "hidden": true,
  155. "attrs": [
  156. {
  157. "variable": "user",
  158. "label": "User ID",
  159. "description": "The user id that Gitea will run as.",
  160. "schema": {
  161. "type": "int",
  162. "min": 568,
  163. "hidden": true,
  164. "editable": false,
  165. "default": 1000,
  166. "required": true
  167. }
  168. },
  169. {
  170. "variable": "group",
  171. "label": "Group ID",
  172. "description": "The group id that Gitea will run as.",
  173. "schema": {
  174. "type": "int",
  175. "min": 568,
  176. "hidden": true,
  177. "editable": false,
  178. "default": 1000,
  179. "required": true
  180. }
  181. }
  182. ]
  183. }
  184. },
  185. {
  186. "variable": "giteaNetwork",
  187. "label": "",
  188. "group": "Network Configuration",
  189. "schema": {
  190. "type": "dict",
  191. "attrs": [
  192. {
  193. "variable": "webPort",
  194. "label": "Web Port",
  195. "description": "The port for the Gitea WebUI.",
  196. "schema": {
  197. "type": "int",
  198. "default": 30008,
  199. "min": 9000,
  200. "max": 65535,
  201. "required": true
  202. }
  203. },
  204. {
  205. "variable": "sshPort",
  206. "label": "SSH Port",
  207. "description": "The port for the Gitea SSH.",
  208. "schema": {
  209. "type": "int",
  210. "default": 30009,
  211. "min": 9000,
  212. "max": 65535,
  213. "required": true
  214. }
  215. },
  216. {
  217. "variable": "hostNetwork",
  218. "label": "Host Network",
  219. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  220. "schema": {
  221. "type": "boolean",
  222. "default": false
  223. }
  224. },
  225. {
  226. "variable": "rootURL",
  227. "label": "Root URL",
  228. "description": "The URL that Gitea will be available at.",
  229. "schema": {
  230. "type": "string",
  231. "default": "",
  232. "required": true
  233. }
  234. },
  235. {
  236. "variable": "certificateID",
  237. "label": "Certificate",
  238. "description": "The certificate to use for Gitea\n",
  239. "schema": {
  240. "type": "int",
  241. "null": true,
  242. "$ref": [
  243. "definitions/certificate"
  244. ],
  245. "enum": [
  246. {
  247. "value": null,
  248. "description": "No Certificate"
  249. }
  250. ],
  251. "default": null
  252. }
  253. }
  254. ]
  255. }
  256. },
  257. {
  258. "variable": "giteaStorage",
  259. "label": "",
  260. "group": "Storage Configuration",
  261. "schema": {
  262. "type": "dict",
  263. "attrs": [
  264. {
  265. "variable": "data",
  266. "label": "Gitea Data Storage",
  267. "description": "The path to store Gitea data.",
  268. "schema": {
  269. "type": "dict",
  270. "attrs": [
  271. {
  272. "variable": "type",
  273. "label": "Type",
  274. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  275. "schema": {
  276. "type": "string",
  277. "required": true,
  278. "immutable": true,
  279. "default": "ixVolume",
  280. "enum": [
  281. {
  282. "value": "hostPath",
  283. "description": "Host Path (Path that already exists on the system)"
  284. },
  285. {
  286. "value": "ixVolume",
  287. "description": "ixVolume (Dataset created automatically by the system)"
  288. }
  289. ]
  290. }
  291. },
  292. {
  293. "variable": "datasetName",
  294. "label": "Dataset Name",
  295. "schema": {
  296. "type": "string",
  297. "show_if": [
  298. [
  299. "type",
  300. "=",
  301. "ixVolume"
  302. ]
  303. ],
  304. "required": true,
  305. "hidden": true,
  306. "immutable": true,
  307. "default": "data",
  308. "$ref": [
  309. "normalize/ixVolume"
  310. ]
  311. }
  312. },
  313. {
  314. "variable": "hostPath",
  315. "label": "Host Path",
  316. "schema": {
  317. "type": "hostpath",
  318. "show_if": [
  319. [
  320. "type",
  321. "=",
  322. "hostPath"
  323. ]
  324. ],
  325. "immutable": true,
  326. "required": true
  327. }
  328. }
  329. ]
  330. }
  331. },
  332. {
  333. "variable": "config",
  334. "label": "Gitea Configuration Storage",
  335. "description": "The path to store Gitea configuration storage.",
  336. "schema": {
  337. "type": "dict",
  338. "attrs": [
  339. {
  340. "variable": "type",
  341. "label": "Type",
  342. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  343. "schema": {
  344. "type": "string",
  345. "required": true,
  346. "immutable": true,
  347. "default": "ixVolume",
  348. "enum": [
  349. {
  350. "value": "hostPath",
  351. "description": "Host Path (Path that already exists on the system)"
  352. },
  353. {
  354. "value": "ixVolume",
  355. "description": "ixVolume (Dataset created automatically by the system)"
  356. }
  357. ]
  358. }
  359. },
  360. {
  361. "variable": "datasetName",
  362. "label": "Dataset Name",
  363. "schema": {
  364. "type": "string",
  365. "show_if": [
  366. [
  367. "type",
  368. "=",
  369. "ixVolume"
  370. ]
  371. ],
  372. "required": true,
  373. "hidden": true,
  374. "immutable": true,
  375. "default": "config",
  376. "$ref": [
  377. "normalize/ixVolume"
  378. ]
  379. }
  380. },
  381. {
  382. "variable": "hostPath",
  383. "label": "Host Path",
  384. "schema": {
  385. "type": "hostpath",
  386. "show_if": [
  387. [
  388. "type",
  389. "=",
  390. "hostPath"
  391. ]
  392. ],
  393. "immutable": true,
  394. "required": true
  395. }
  396. }
  397. ]
  398. }
  399. },
  400. {
  401. "variable": "pgData",
  402. "label": "Gitea Postgres Data Storage",
  403. "description": "The path to store Gitea Postgres Data.",
  404. "schema": {
  405. "type": "dict",
  406. "attrs": [
  407. {
  408. "variable": "type",
  409. "label": "Type",
  410. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  411. "schema": {
  412. "type": "string",
  413. "required": true,
  414. "immutable": true,
  415. "default": "ixVolume",
  416. "enum": [
  417. {
  418. "value": "hostPath",
  419. "description": "Host Path (Path that already exists on the system)"
  420. },
  421. {
  422. "value": "ixVolume",
  423. "description": "ixVolume (Dataset created automatically by the system)"
  424. }
  425. ]
  426. }
  427. },
  428. {
  429. "variable": "datasetName",
  430. "label": "Dataset Name",
  431. "schema": {
  432. "type": "string",
  433. "show_if": [
  434. [
  435. "type",
  436. "=",
  437. "ixVolume"
  438. ]
  439. ],
  440. "required": true,
  441. "hidden": true,
  442. "immutable": true,
  443. "default": "pgData",
  444. "$ref": [
  445. "normalize/ixVolume"
  446. ]
  447. }
  448. },
  449. {
  450. "variable": "hostPath",
  451. "label": "Host Path",
  452. "schema": {
  453. "type": "hostpath",
  454. "show_if": [
  455. [
  456. "type",
  457. "=",
  458. "hostPath"
  459. ]
  460. ],
  461. "immutable": true,
  462. "required": true
  463. }
  464. }
  465. ]
  466. }
  467. },
  468. {
  469. "variable": "pgBackup",
  470. "label": "Gitea Postgres Backup Storage",
  471. "description": "The path to store Gitea Postgres Backup.",
  472. "schema": {
  473. "type": "dict",
  474. "attrs": [
  475. {
  476. "variable": "type",
  477. "label": "Type",
  478. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  479. "schema": {
  480. "type": "string",
  481. "required": true,
  482. "immutable": true,
  483. "default": "ixVolume",
  484. "enum": [
  485. {
  486. "value": "hostPath",
  487. "description": "Host Path (Path that already exists on the system)"
  488. },
  489. {
  490. "value": "ixVolume",
  491. "description": "ixVolume (Dataset created automatically by the system)"
  492. }
  493. ]
  494. }
  495. },
  496. {
  497. "variable": "datasetName",
  498. "label": "Dataset Name",
  499. "schema": {
  500. "type": "string",
  501. "show_if": [
  502. [
  503. "type",
  504. "=",
  505. "ixVolume"
  506. ]
  507. ],
  508. "required": true,
  509. "hidden": true,
  510. "immutable": true,
  511. "default": "pgBackup",
  512. "$ref": [
  513. "normalize/ixVolume"
  514. ]
  515. }
  516. },
  517. {
  518. "variable": "hostPath",
  519. "label": "Host Path",
  520. "schema": {
  521. "type": "hostpath",
  522. "show_if": [
  523. [
  524. "type",
  525. "=",
  526. "hostPath"
  527. ]
  528. ],
  529. "immutable": true,
  530. "required": true
  531. }
  532. }
  533. ]
  534. }
  535. }
  536. ]
  537. }
  538. },
  539. {
  540. "variable": "resources",
  541. "label": "",
  542. "group": "Resources Configuration",
  543. "schema": {
  544. "type": "dict",
  545. "attrs": [
  546. {
  547. "variable": "limits",
  548. "label": "Limits",
  549. "schema": {
  550. "type": "dict",
  551. "attrs": [
  552. {
  553. "variable": "cpu",
  554. "label": "CPU",
  555. "description": "CPU limit for Gitea.",
  556. "schema": {
  557. "type": "string",
  558. "max_length": 6,
  559. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  560. "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",
  561. "default": "4000m",
  562. "required": true
  563. }
  564. },
  565. {
  566. "variable": "memory",
  567. "label": "Memory",
  568. "description": "Memory limit for Gitea.",
  569. "schema": {
  570. "type": "string",
  571. "max_length": 12,
  572. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  573. "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",
  574. "default": "8Gi",
  575. "required": true
  576. }
  577. }
  578. ]
  579. }
  580. }
  581. ]
  582. }
  583. }
  584. ]
  585. },
  586. "app_readme": "<h1>Gitea</h1>\n<p><a href=\"https://gitea.io/en-us\">Gitea</a> - Git with a cup of tea</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>gitea</code> directories.\nAfterward, the <code>gitea</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nSame applies to the <code>postgres</code> container. This will run afterwards 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>gitea</code> and <code>postgres</code> data directories.</p>\n</blockquote>\n<p>On initial startup a setup wizard will be launched with settings for <code>database</code>, <code>ports</code>, <code>path</code>, and <code>domain</code> prefilled.\nKeep them as they are, fill anything you want in the optional settings section and click on <code>Install Gitea</code>.</p>",
  587. "detailed_readme": "<h1>Gitea</h1>\n<p><a href=\"https://gitea.io/en-us\">Gitea</a> - Git with a cup of tea</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>gitea</code> directories.\nAfterward, the <code>gitea</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nSame applies to the <code>postgres</code> container. This will run afterwards 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>gitea</code> and <code>postgres</code> data directories.</p>\n</blockquote>\n<p>On initial startup a setup wizard will be launched with settings for database, ports and root url prefilled.\nKeep them as they are, fill the Administration section and click on <code>Install Gitea</code>.</p>",
  588. "changelog": null
  589. }
  590. }