app_versions.json 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/unifi-controller/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "definitions/certificate",
  10. "definitions/timezone",
  11. "normalize/ixVolume"
  12. ],
  13. "human_version": "7.5.176_1.1.2",
  14. "version": "1.1.2",
  15. "chart_metadata": {
  16. "name": "unifi-controller",
  17. "description": "Unifi Controller is a network management controller for Unifi Equipment.",
  18. "annotations": {
  19. "title": "Unifi Controller"
  20. },
  21. "type": "application",
  22. "version": "1.1.2",
  23. "apiVersion": "v2",
  24. "appVersion": "7.5.176",
  25. "kubeVersion": ">=1.16.0-0",
  26. "maintainers": [
  27. {
  28. "name": "truenas",
  29. "url": "https://www.truenas.com/",
  30. "email": "dev@ixsystems.com"
  31. }
  32. ],
  33. "dependencies": [
  34. {
  35. "name": "common",
  36. "repository": "file://../../../common",
  37. "version": "1.2.2"
  38. }
  39. ],
  40. "home": "https://github.com/jacobalberty/unifi-docker",
  41. "icon": "https://media.sys.truenas.net/apps/unifi-controller/icons/icon.png",
  42. "sources": [
  43. "https://github.com/jacobalberty/unifi-docker",
  44. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/unifi-controller",
  45. "https://hub.docker.com/r/jacobalberty/unifi"
  46. ],
  47. "keywords": [
  48. "network",
  49. "controller",
  50. "unifi"
  51. ]
  52. },
  53. "app_metadata": {
  54. "runAsContext": [
  55. {
  56. "userName": "unifi",
  57. "groupName": "unifi",
  58. "gid": 999,
  59. "uid": 999,
  60. "description": "Unifi runs as a non-root user."
  61. }
  62. ],
  63. "capabilities": [],
  64. "hostMounts": []
  65. },
  66. "schema": {
  67. "groups": [
  68. {
  69. "name": "Unifi Controller Configuration",
  70. "description": "Configure Unifi Controller"
  71. },
  72. {
  73. "name": "Network Configuration",
  74. "description": "Configure Network for Unifi Controller"
  75. },
  76. {
  77. "name": "Storage Configuration",
  78. "description": "Configure Storage for Unifi Controller"
  79. },
  80. {
  81. "name": "Resources Configuration",
  82. "description": "Configure Resources for Unifi Controller"
  83. }
  84. ],
  85. "portals": {
  86. "web_portal": {
  87. "protocols": [
  88. "$kubernetes-resource_configmap_portal_protocol"
  89. ],
  90. "host": [
  91. "$kubernetes-resource_configmap_portal_host"
  92. ],
  93. "ports": [
  94. "$kubernetes-resource_configmap_portal_port"
  95. ],
  96. "path": "$kubernetes-resource_configmap_portal_path"
  97. }
  98. },
  99. "questions": [
  100. {
  101. "variable": "TZ",
  102. "group": "Unifi Controller Configuration",
  103. "label": "Timezone",
  104. "schema": {
  105. "type": "string",
  106. "default": "America/Los_Angeles",
  107. "required": true,
  108. "$ref": [
  109. "definitions/timezone"
  110. ],
  111. "enum": [
  112. {
  113. "value": "Asia/Damascus",
  114. "description": "'Asia/Damascus' timezone"
  115. },
  116. {
  117. "value": "Asia/Saigon",
  118. "description": "'Asia/Saigon' timezone"
  119. }
  120. ]
  121. }
  122. },
  123. {
  124. "variable": "unifiConfig",
  125. "label": "",
  126. "group": "Unifi Controller Configuration",
  127. "schema": {
  128. "type": "dict",
  129. "attrs": [
  130. {
  131. "variable": "additionalEnvs",
  132. "label": "Additional Environment Variables",
  133. "description": "Configure additional environment variables for Unifi Controller.",
  134. "schema": {
  135. "type": "list",
  136. "default": [],
  137. "items": [
  138. {
  139. "variable": "env",
  140. "label": "Environment Variable",
  141. "schema": {
  142. "type": "dict",
  143. "attrs": [
  144. {
  145. "variable": "name",
  146. "label": "Name",
  147. "schema": {
  148. "type": "string",
  149. "required": true
  150. }
  151. },
  152. {
  153. "variable": "value",
  154. "label": "Value",
  155. "schema": {
  156. "type": "string",
  157. "required": true
  158. }
  159. }
  160. ]
  161. }
  162. }
  163. ]
  164. }
  165. }
  166. ]
  167. }
  168. },
  169. {
  170. "variable": "unifiNetwork",
  171. "label": "",
  172. "group": "Network Configuration",
  173. "schema": {
  174. "type": "dict",
  175. "attrs": [
  176. {
  177. "variable": "webHttpsPort",
  178. "label": "Web HTTPS Port",
  179. "description": "The HTTPS port for the Unifi Controller Web UI.",
  180. "schema": {
  181. "type": "int",
  182. "default": 30072,
  183. "min": 9000,
  184. "max": 65535,
  185. "required": true
  186. }
  187. },
  188. {
  189. "variable": "enableWebHttp",
  190. "label": "Enable Web HTTP",
  191. "description": "Enable HTTP for the Unifi Controller Web UI.",
  192. "schema": {
  193. "type": "boolean",
  194. "default": false
  195. }
  196. },
  197. {
  198. "variable": "webHttpPort",
  199. "label": "Web HTTP Port",
  200. "description": "The HTTP port for the Unifi Controller Web UI.",
  201. "schema": {
  202. "type": "int",
  203. "default": 30073,
  204. "show_if": [
  205. [
  206. "enableWebHttp",
  207. "=",
  208. true
  209. ]
  210. ],
  211. "min": 9000,
  212. "max": 65535,
  213. "required": true
  214. }
  215. },
  216. {
  217. "variable": "portalHttpsPort",
  218. "label": "Portal HTTPS Port",
  219. "description": "The HTTPS port for the Unifi Controller Portal.",
  220. "schema": {
  221. "type": "int",
  222. "default": 30074,
  223. "min": 9000,
  224. "max": 65535,
  225. "required": true
  226. }
  227. },
  228. {
  229. "variable": "enablePortalHttp",
  230. "label": "Enable Portal HTTP",
  231. "description": "Enable HTTP for the Unifi Controller Portal.",
  232. "schema": {
  233. "type": "boolean",
  234. "default": false
  235. }
  236. },
  237. {
  238. "variable": "portalHttpPort",
  239. "label": "Portal HTTP Port",
  240. "description": "The HTTP port for the Unifi Controller Portal.",
  241. "schema": {
  242. "type": "int",
  243. "default": 30075,
  244. "show_if": [
  245. [
  246. "enablePortalHttp",
  247. "=",
  248. true
  249. ]
  250. ],
  251. "min": 9000,
  252. "max": 65535,
  253. "required": true
  254. }
  255. },
  256. {
  257. "variable": "certificateID",
  258. "label": "Certificate",
  259. "description": "The certificate to use for Unifi Controller",
  260. "schema": {
  261. "type": "int",
  262. "null": true,
  263. "$ref": [
  264. "definitions/certificate"
  265. ],
  266. "enum": [
  267. {
  268. "value": null,
  269. "description": "No Certificate"
  270. }
  271. ],
  272. "default": null
  273. }
  274. },
  275. {
  276. "variable": "hostNetwork",
  277. "label": "Host Network",
  278. "description": "Bind to the host network. </br>\nThis might be required for specific features like STUN.\n",
  279. "schema": {
  280. "type": "boolean",
  281. "default": false
  282. }
  283. }
  284. ]
  285. }
  286. },
  287. {
  288. "variable": "unifiStorage",
  289. "label": "",
  290. "group": "Storage Configuration",
  291. "schema": {
  292. "type": "dict",
  293. "attrs": [
  294. {
  295. "variable": "data",
  296. "label": "Unifi Controller Data Storage",
  297. "description": "The path to store Unifi Controller Data.",
  298. "schema": {
  299. "type": "dict",
  300. "attrs": [
  301. {
  302. "variable": "type",
  303. "label": "Type",
  304. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  305. "schema": {
  306. "type": "string",
  307. "required": true,
  308. "immutable": true,
  309. "default": "ixVolume",
  310. "enum": [
  311. {
  312. "value": "hostPath",
  313. "description": "Host Path (Path that already exists on the system)"
  314. },
  315. {
  316. "value": "ixVolume",
  317. "description": "ixVolume (Dataset created automatically by the system)"
  318. }
  319. ]
  320. }
  321. },
  322. {
  323. "variable": "datasetName",
  324. "label": "Dataset Name",
  325. "schema": {
  326. "type": "string",
  327. "show_if": [
  328. [
  329. "type",
  330. "=",
  331. "ixVolume"
  332. ]
  333. ],
  334. "required": true,
  335. "hidden": true,
  336. "immutable": true,
  337. "default": "data",
  338. "$ref": [
  339. "normalize/ixVolume"
  340. ]
  341. }
  342. },
  343. {
  344. "variable": "hostPath",
  345. "label": "Host Path",
  346. "schema": {
  347. "type": "hostpath",
  348. "show_if": [
  349. [
  350. "type",
  351. "=",
  352. "hostPath"
  353. ]
  354. ],
  355. "immutable": true,
  356. "required": true
  357. }
  358. }
  359. ]
  360. }
  361. },
  362. {
  363. "variable": "additionalStorages",
  364. "label": "Additional Storage",
  365. "description": "Additional storage for Unifi Controller.",
  366. "schema": {
  367. "type": "list",
  368. "default": [],
  369. "items": [
  370. {
  371. "variable": "storageEntry",
  372. "label": "Storage Entry",
  373. "schema": {
  374. "type": "dict",
  375. "attrs": [
  376. {
  377. "variable": "type",
  378. "label": "Type",
  379. "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",
  380. "schema": {
  381. "type": "string",
  382. "required": true,
  383. "default": "ixVolume",
  384. "immutable": true,
  385. "enum": [
  386. {
  387. "value": "hostPath",
  388. "description": "Host Path (Path that already exists on the system)"
  389. },
  390. {
  391. "value": "ixVolume",
  392. "description": "ixVolume (Dataset created automatically by the system)"
  393. },
  394. {
  395. "value": "smb-pv-pvc",
  396. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  397. }
  398. ]
  399. }
  400. },
  401. {
  402. "variable": "mountPath",
  403. "label": "Mount Path",
  404. "description": "The path inside the container to mount the storage.",
  405. "schema": {
  406. "type": "path",
  407. "required": true
  408. }
  409. },
  410. {
  411. "variable": "hostPath",
  412. "label": "Host Path",
  413. "description": "The host path to use for storage.",
  414. "schema": {
  415. "type": "hostpath",
  416. "show_if": [
  417. [
  418. "type",
  419. "=",
  420. "hostPath"
  421. ]
  422. ],
  423. "required": true
  424. }
  425. },
  426. {
  427. "variable": "datasetName",
  428. "label": "Dataset Name",
  429. "description": "The name of the dataset to use for storage.",
  430. "schema": {
  431. "type": "string",
  432. "show_if": [
  433. [
  434. "type",
  435. "=",
  436. "ixVolume"
  437. ]
  438. ],
  439. "required": true,
  440. "immutable": true,
  441. "default": "storage_entry",
  442. "$ref": [
  443. "normalize/ixVolume"
  444. ]
  445. }
  446. },
  447. {
  448. "variable": "server",
  449. "label": "Server",
  450. "description": "The server for the SMB share.",
  451. "schema": {
  452. "type": "string",
  453. "show_if": [
  454. [
  455. "type",
  456. "=",
  457. "smb-pv-pvc"
  458. ]
  459. ],
  460. "required": true
  461. }
  462. },
  463. {
  464. "variable": "share",
  465. "label": "Share",
  466. "description": "The share name for the SMB share.",
  467. "schema": {
  468. "type": "string",
  469. "show_if": [
  470. [
  471. "type",
  472. "=",
  473. "smb-pv-pvc"
  474. ]
  475. ],
  476. "required": true
  477. }
  478. },
  479. {
  480. "variable": "domain",
  481. "label": "Domain (Optional)",
  482. "description": "The domain for the SMB share.",
  483. "schema": {
  484. "type": "string",
  485. "show_if": [
  486. [
  487. "type",
  488. "=",
  489. "smb-pv-pvc"
  490. ]
  491. ]
  492. }
  493. },
  494. {
  495. "variable": "username",
  496. "label": "Username",
  497. "description": "The username for the SMB share.",
  498. "schema": {
  499. "type": "string",
  500. "show_if": [
  501. [
  502. "type",
  503. "=",
  504. "smb-pv-pvc"
  505. ]
  506. ],
  507. "required": true
  508. }
  509. },
  510. {
  511. "variable": "password",
  512. "label": "Password",
  513. "description": "The password for the SMB share.",
  514. "schema": {
  515. "type": "string",
  516. "show_if": [
  517. [
  518. "type",
  519. "=",
  520. "smb-pv-pvc"
  521. ]
  522. ],
  523. "required": true,
  524. "private": true
  525. }
  526. },
  527. {
  528. "variable": "size",
  529. "label": "Size (in Gi)",
  530. "description": "The size of the volume quota.",
  531. "schema": {
  532. "type": "int",
  533. "show_if": [
  534. [
  535. "type",
  536. "=",
  537. "smb-pv-pvc"
  538. ]
  539. ],
  540. "required": true,
  541. "min": 1,
  542. "default": 1
  543. }
  544. }
  545. ]
  546. }
  547. }
  548. ]
  549. }
  550. }
  551. ]
  552. }
  553. },
  554. {
  555. "variable": "resources",
  556. "group": "Resources Configuration",
  557. "label": "",
  558. "schema": {
  559. "type": "dict",
  560. "attrs": [
  561. {
  562. "variable": "limits",
  563. "label": "Limits",
  564. "schema": {
  565. "type": "dict",
  566. "attrs": [
  567. {
  568. "variable": "cpu",
  569. "label": "CPU",
  570. "description": "CPU limit for Unifi Controller.",
  571. "schema": {
  572. "type": "string",
  573. "max_length": 6,
  574. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  575. "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",
  576. "default": "4000m",
  577. "required": true
  578. }
  579. },
  580. {
  581. "variable": "memory",
  582. "label": "Memory",
  583. "description": "Memory limit for Unifi Controller.",
  584. "schema": {
  585. "type": "string",
  586. "max_length": 12,
  587. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  588. "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",
  589. "default": "8Gi",
  590. "required": true
  591. }
  592. }
  593. ]
  594. }
  595. }
  596. ]
  597. }
  598. }
  599. ]
  600. },
  601. "app_readme": "<h1>Unifi Controller</h1>\n<p><a href=\"https://github.com/jacobalberty/unifi-docker\">Unifi Controller</a> is a network management controller for Unifi Equipment.</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>Unifi Controller</code> directories.\nAfterward, the <code>Unifi Controller</code> container will run as a <strong>non</strong>-root user (<code>999</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  602. "detailed_readme": "<h1>Unifi Controller</h1>\n<p><a href=\"https://github.com/jacobalberty/unifi-docker\">Unifi Controller</a> is a network management controller for Unifi Equipment.</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>Unifi Controller</code> directories.\nAfterward, the <code>Unifi Controller</code> container will run as a <strong>non</strong>-root user (<code>999</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  603. "changelog": null
  604. }
  605. }