app_versions.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. {
  2. "1.0.36": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/nginx-proxy-manager/1.0.36",
  7. "last_update": "2025-03-05 14:27:33",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/timezone"
  11. ],
  12. "human_version": "2.12.3_1.0.36",
  13. "version": "1.0.36",
  14. "chart_metadata": {
  15. "name": "nginx-proxy-manager",
  16. "description": "Expose your services easily and securely",
  17. "annotations": {
  18. "title": "Nginx Proxy Manager"
  19. },
  20. "type": "application",
  21. "version": "1.0.36",
  22. "apiVersion": "v2",
  23. "appVersion": "2.12.3",
  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.9"
  37. }
  38. ],
  39. "home": "https://nginxproxymanager.com/",
  40. "icon": "https://media.sys.truenas.net/apps/nginx-proxy-manager/icons/icon.png",
  41. "sources": [
  42. "https://nginxproxymanager.com/",
  43. "https://github.com/truenas/charts/tree/master/community/nginx-proxy-manager",
  44. "https://hub.docker.com/r/jc21/nginx-proxy-manager"
  45. ],
  46. "keywords": [
  47. "nginx",
  48. "proxy"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "root",
  55. "groupName": "root",
  56. "gid": 0,
  57. "uid": 0,
  58. "description": "Nginx Proxy Manager requires root privileges to start the nginx process."
  59. }
  60. ],
  61. "capabilities": [
  62. {
  63. "name": "SETUID",
  64. "description": "Nginx Proxy Manager requires this ability to switch user for sub-processes."
  65. },
  66. {
  67. "name": "SETGID",
  68. "description": "Nginx Proxy Manager requires this ability to switch group for sub-processes."
  69. },
  70. {
  71. "name": "CHOWN",
  72. "description": "Nginx Proxy Manager requires this ability to chown files."
  73. },
  74. {
  75. "name": "FOWNER",
  76. "description": "Nginx Proxy Manager requires this ability to bypass file ownership checks for it's sub-processes."
  77. },
  78. {
  79. "name": "DAC_OVERRIDE",
  80. "description": "Nginx Proxy Manager requires this ability to bypass file permission checks for it's sub-processes."
  81. }
  82. ],
  83. "hostMounts": []
  84. },
  85. "schema": {
  86. "groups": [
  87. {
  88. "name": "Nginx Proxy Manager Configuration",
  89. "description": "Configure Nginx Proxy Manager"
  90. },
  91. {
  92. "name": "User and Group Configuration",
  93. "description": "Configure User and Group for Nginx Proxy Manager"
  94. },
  95. {
  96. "name": "Network Configuration",
  97. "description": "Configure Network for Nginx Proxy Manager"
  98. },
  99. {
  100. "name": "Storage Configuration",
  101. "description": "Configure Storage for Nginx Proxy Manager"
  102. },
  103. {
  104. "name": "Resources Configuration",
  105. "description": "Configure Resources for Nginx Proxy Manager"
  106. }
  107. ],
  108. "portals": {
  109. "web_portal": {
  110. "protocols": [
  111. "$kubernetes-resource_configmap_portal_protocol"
  112. ],
  113. "host": [
  114. "$kubernetes-resource_configmap_portal_host"
  115. ],
  116. "ports": [
  117. "$kubernetes-resource_configmap_portal_port"
  118. ],
  119. "path": "$kubernetes-resource_configmap_portal_path"
  120. }
  121. },
  122. "questions": [
  123. {
  124. "variable": "TZ",
  125. "group": "Nginx Proxy Manager Configuration",
  126. "label": "Timezone",
  127. "schema": {
  128. "type": "string",
  129. "default": "America/Los_Angeles",
  130. "required": true,
  131. "$ref": [
  132. "definitions/timezone"
  133. ],
  134. "enum": [
  135. {
  136. "value": "Asia/Damascus",
  137. "description": "'Asia/Damascus' timezone"
  138. },
  139. {
  140. "value": "Asia/Saigon",
  141. "description": "'Asia/Saigon' timezone"
  142. }
  143. ]
  144. }
  145. },
  146. {
  147. "variable": "npmConfig",
  148. "label": "",
  149. "group": "Nginx Proxy Manager Configuration",
  150. "schema": {
  151. "type": "dict",
  152. "attrs": [
  153. {
  154. "variable": "additionalEnvs",
  155. "label": "Additional Environment Variables",
  156. "description": "Configure additional environment variables for Nginx Proxy Manager.",
  157. "schema": {
  158. "type": "list",
  159. "default": [],
  160. "items": [
  161. {
  162. "variable": "env",
  163. "label": "Environment Variable",
  164. "schema": {
  165. "type": "dict",
  166. "attrs": [
  167. {
  168. "variable": "name",
  169. "label": "Name",
  170. "schema": {
  171. "type": "string",
  172. "required": true
  173. }
  174. },
  175. {
  176. "variable": "value",
  177. "label": "Value",
  178. "schema": {
  179. "type": "string",
  180. "required": true
  181. }
  182. }
  183. ]
  184. }
  185. }
  186. ]
  187. }
  188. }
  189. ]
  190. }
  191. },
  192. {
  193. "variable": "npmID",
  194. "label": "",
  195. "group": "User and Group Configuration",
  196. "schema": {
  197. "type": "dict",
  198. "attrs": [
  199. {
  200. "variable": "user",
  201. "label": "User ID",
  202. "description": "The user id that Nginx Proxy Manager files will be owned by.",
  203. "schema": {
  204. "type": "int",
  205. "min": 0,
  206. "default": 568,
  207. "required": true
  208. }
  209. },
  210. {
  211. "variable": "group",
  212. "label": "Group ID",
  213. "description": "The group id that Nginx Proxy Manager files will be owned by.",
  214. "schema": {
  215. "type": "int",
  216. "min": 0,
  217. "default": 568,
  218. "required": true
  219. }
  220. }
  221. ]
  222. }
  223. },
  224. {
  225. "variable": "npmNetwork",
  226. "label": "",
  227. "group": "Network Configuration",
  228. "schema": {
  229. "type": "dict",
  230. "attrs": [
  231. {
  232. "variable": "webPort",
  233. "label": "Web Port",
  234. "description": "The port for the Nginx Proxy Manager Web UI.",
  235. "schema": {
  236. "type": "int",
  237. "default": 30020,
  238. "min": 9000,
  239. "max": 65535,
  240. "required": true
  241. }
  242. },
  243. {
  244. "variable": "httpPort",
  245. "label": "HTTP Port",
  246. "description": "The HTTP port for the Nginx Proxy Manager.",
  247. "schema": {
  248. "type": "int",
  249. "default": 30021,
  250. "min": 9000,
  251. "max": 65535,
  252. "required": true
  253. }
  254. },
  255. {
  256. "variable": "httpsPort",
  257. "label": "HTTPS Port",
  258. "description": "The HTTP port for the Nginx Proxy Manager.",
  259. "schema": {
  260. "type": "int",
  261. "default": 30022,
  262. "min": 9000,
  263. "max": 65535,
  264. "required": true
  265. }
  266. }
  267. ]
  268. }
  269. },
  270. {
  271. "variable": "npmStorage",
  272. "label": "",
  273. "group": "Storage Configuration",
  274. "schema": {
  275. "type": "dict",
  276. "attrs": [
  277. {
  278. "variable": "data",
  279. "label": "Nginx Proxy Manager Data Storage",
  280. "description": "The path to store Nginx Proxy Manager Data.",
  281. "schema": {
  282. "type": "dict",
  283. "attrs": [
  284. {
  285. "variable": "type",
  286. "label": "Type",
  287. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  288. "schema": {
  289. "type": "string",
  290. "required": true,
  291. "immutable": true,
  292. "default": "ixVolume",
  293. "enum": [
  294. {
  295. "value": "hostPath",
  296. "description": "Host Path (Path that already exists on the system)"
  297. },
  298. {
  299. "value": "ixVolume",
  300. "description": "ixVolume (Dataset created automatically by the system)"
  301. }
  302. ]
  303. }
  304. },
  305. {
  306. "variable": "datasetName",
  307. "label": "Dataset Name",
  308. "schema": {
  309. "type": "string",
  310. "show_if": [
  311. [
  312. "type",
  313. "=",
  314. "ixVolume"
  315. ]
  316. ],
  317. "required": true,
  318. "hidden": true,
  319. "immutable": true,
  320. "default": "data",
  321. "$ref": [
  322. "normalize/ixVolume"
  323. ]
  324. }
  325. },
  326. {
  327. "variable": "hostPath",
  328. "label": "Host Path",
  329. "schema": {
  330. "type": "hostpath",
  331. "show_if": [
  332. [
  333. "type",
  334. "=",
  335. "hostPath"
  336. ]
  337. ],
  338. "required": true
  339. }
  340. }
  341. ]
  342. }
  343. },
  344. {
  345. "variable": "certs",
  346. "label": "Nginx Proxy Manager Certificate Storage",
  347. "description": "The path to store Nginx Proxy Manager Certificate.",
  348. "schema": {
  349. "type": "dict",
  350. "attrs": [
  351. {
  352. "variable": "type",
  353. "label": "Type",
  354. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  355. "schema": {
  356. "type": "string",
  357. "required": true,
  358. "immutable": true,
  359. "default": "ixVolume",
  360. "enum": [
  361. {
  362. "value": "hostPath",
  363. "description": "Host Path (Path that already exists on the system)"
  364. },
  365. {
  366. "value": "ixVolume",
  367. "description": "ixVolume (Dataset created automatically by the system)"
  368. }
  369. ]
  370. }
  371. },
  372. {
  373. "variable": "datasetName",
  374. "label": "Dataset Name",
  375. "schema": {
  376. "type": "string",
  377. "show_if": [
  378. [
  379. "type",
  380. "=",
  381. "ixVolume"
  382. ]
  383. ],
  384. "required": true,
  385. "hidden": true,
  386. "immutable": true,
  387. "default": "certs",
  388. "$ref": [
  389. "normalize/ixVolume"
  390. ]
  391. }
  392. },
  393. {
  394. "variable": "hostPath",
  395. "label": "Host Path",
  396. "schema": {
  397. "type": "hostpath",
  398. "show_if": [
  399. [
  400. "type",
  401. "=",
  402. "hostPath"
  403. ]
  404. ],
  405. "required": true
  406. }
  407. }
  408. ]
  409. }
  410. }
  411. ]
  412. }
  413. },
  414. {
  415. "variable": "resources",
  416. "group": "Resources Configuration",
  417. "label": "",
  418. "schema": {
  419. "type": "dict",
  420. "attrs": [
  421. {
  422. "variable": "limits",
  423. "label": "Limits",
  424. "schema": {
  425. "type": "dict",
  426. "attrs": [
  427. {
  428. "variable": "cpu",
  429. "label": "CPU",
  430. "description": "CPU limit for Nginx Proxy Manager.",
  431. "schema": {
  432. "type": "string",
  433. "max_length": 6,
  434. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  435. "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",
  436. "default": "4000m",
  437. "required": true
  438. }
  439. },
  440. {
  441. "variable": "memory",
  442. "label": "Memory",
  443. "description": "Memory limit for Nginx Proxy Manager.",
  444. "schema": {
  445. "type": "string",
  446. "max_length": 12,
  447. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  448. "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",
  449. "default": "8Gi",
  450. "required": true
  451. }
  452. }
  453. ]
  454. }
  455. }
  456. ]
  457. }
  458. }
  459. ]
  460. },
  461. "app_readme": "<h1>Nginx Proxy Manager</h1>\n<p><a href=\"https://nginxproxymanager.com\">Nginx Proxy Manager</a> Expose your services easily and securely</p>\n<blockquote>\n<p>Application requires to run as root. This is a limitation of the application.</p>\n</blockquote>",
  462. "detailed_readme": "<h1>Nginx Proxy Manager</h1>\n<p><a href=\"https://nginxproxymanager.com\">Nginx Proxy Manager</a> Expose your services easily and securely</p>\n<blockquote>\n<p>Application requires to run as root. This is a limitation of the application.</p>\n</blockquote>",
  463. "changelog": null
  464. }
  465. }