app_versions.json 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. {
  2. "1.1.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/searxng/1.1.6",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "2023.11.12_1.1.6",
  12. "version": "1.1.6",
  13. "chart_metadata": {
  14. "name": "searxng",
  15. "description": "SearXNG is a privacy-respecting, hackable metasearch engine",
  16. "annotations": {
  17. "title": "SearXNG"
  18. },
  19. "type": "application",
  20. "version": "1.1.6",
  21. "apiVersion": "v2",
  22. "appVersion": "2023.11.12",
  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/searxng/searxng",
  39. "icon": "https://media.sys.truenas.net/apps/searxng/icons/icon.svg",
  40. "sources": [
  41. "https://hub.docker.com/r/searxng/searxng",
  42. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/searxng",
  43. "https://github.com/searxng/searxng"
  44. ],
  45. "keywords": [
  46. "search"
  47. ]
  48. },
  49. "app_metadata": {
  50. "runAsContext": [
  51. {
  52. "userName": "searxng",
  53. "groupName": "searxng",
  54. "gid": 0,
  55. "uid": 0,
  56. "description": "SearXNG requires root privileges to start it's sub-processes."
  57. }
  58. ],
  59. "capabilities": [
  60. {
  61. "name": "SETUID",
  62. "description": "SearXNG requires this ability to switch user for sub-processes."
  63. },
  64. {
  65. "name": "SETGID",
  66. "description": "SearXNG requires this ability to switch group for sub-processes."
  67. }
  68. ],
  69. "hostMounts": []
  70. },
  71. "schema": {
  72. "groups": [
  73. {
  74. "name": "SearXNG Configuration",
  75. "description": "Configure SearXNG"
  76. },
  77. {
  78. "name": "Network Configuration",
  79. "description": "Configure Network for SearXNG"
  80. },
  81. {
  82. "name": "Storage Configuration",
  83. "description": "Configure Storage for SearXNG"
  84. },
  85. {
  86. "name": "Resources Configuration",
  87. "description": "Configure Resources for SearXNG"
  88. }
  89. ],
  90. "portals": {
  91. "web_portal": {
  92. "protocols": [
  93. "$kubernetes-resource_configmap_portal_protocol"
  94. ],
  95. "host": [
  96. "$kubernetes-resource_configmap_portal_host"
  97. ],
  98. "ports": [
  99. "$kubernetes-resource_configmap_portal_port"
  100. ],
  101. "path": "$kubernetes-resource_configmap_portal_path"
  102. }
  103. },
  104. "questions": [
  105. {
  106. "variable": "searxngConfig",
  107. "label": "",
  108. "group": "SearXNG Configuration",
  109. "schema": {
  110. "type": "dict",
  111. "attrs": [
  112. {
  113. "variable": "instanceName",
  114. "label": "Instance Name",
  115. "description": "The name of the SearXNG instance.",
  116. "schema": {
  117. "type": "string",
  118. "default": "SearXNG",
  119. "required": true
  120. }
  121. },
  122. {
  123. "variable": "additionalEnvs",
  124. "label": "Additional Environment Variables",
  125. "description": "Configure additional environment variables for SearXNG.",
  126. "schema": {
  127. "type": "list",
  128. "default": [],
  129. "items": [
  130. {
  131. "variable": "env",
  132. "label": "Environment Variable",
  133. "schema": {
  134. "type": "dict",
  135. "attrs": [
  136. {
  137. "variable": "name",
  138. "label": "Name",
  139. "schema": {
  140. "type": "string",
  141. "required": true
  142. }
  143. },
  144. {
  145. "variable": "value",
  146. "label": "Value",
  147. "schema": {
  148. "type": "string",
  149. "required": true
  150. }
  151. }
  152. ]
  153. }
  154. }
  155. ]
  156. }
  157. }
  158. ]
  159. }
  160. },
  161. {
  162. "variable": "searxngNetwork",
  163. "label": "",
  164. "group": "Network Configuration",
  165. "schema": {
  166. "type": "dict",
  167. "attrs": [
  168. {
  169. "variable": "webPort",
  170. "label": "Web Port",
  171. "description": "The port for the SearXNG Web UI.",
  172. "schema": {
  173. "type": "int",
  174. "default": 30053,
  175. "min": 9000,
  176. "max": 65535,
  177. "required": true
  178. }
  179. },
  180. {
  181. "variable": "hostNetwork",
  182. "label": "Host Network",
  183. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  184. "schema": {
  185. "type": "boolean",
  186. "default": false
  187. }
  188. }
  189. ]
  190. }
  191. },
  192. {
  193. "variable": "searxngStorage",
  194. "label": "",
  195. "group": "Storage Configuration",
  196. "schema": {
  197. "type": "dict",
  198. "attrs": [
  199. {
  200. "variable": "config",
  201. "label": "SearXNG Config Storage",
  202. "description": "The path to store SearXNG Configuration.",
  203. "schema": {
  204. "type": "dict",
  205. "attrs": [
  206. {
  207. "variable": "type",
  208. "label": "Type",
  209. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  210. "schema": {
  211. "type": "string",
  212. "required": true,
  213. "immutable": true,
  214. "default": "ixVolume",
  215. "enum": [
  216. {
  217. "value": "hostPath",
  218. "description": "Host Path (Path that already exists on the system)"
  219. },
  220. {
  221. "value": "ixVolume",
  222. "description": "ixVolume (Dataset created automatically by the system)"
  223. }
  224. ]
  225. }
  226. },
  227. {
  228. "variable": "datasetName",
  229. "label": "Dataset Name",
  230. "schema": {
  231. "type": "string",
  232. "show_if": [
  233. [
  234. "type",
  235. "=",
  236. "ixVolume"
  237. ]
  238. ],
  239. "required": true,
  240. "hidden": true,
  241. "immutable": true,
  242. "default": "config",
  243. "$ref": [
  244. "normalize/ixVolume"
  245. ]
  246. }
  247. },
  248. {
  249. "variable": "hostPath",
  250. "label": "Host Path",
  251. "schema": {
  252. "type": "hostpath",
  253. "show_if": [
  254. [
  255. "type",
  256. "=",
  257. "hostPath"
  258. ]
  259. ],
  260. "immutable": true,
  261. "required": true
  262. }
  263. }
  264. ]
  265. }
  266. },
  267. {
  268. "variable": "additionalStorages",
  269. "label": "Additional Storage",
  270. "description": "Additional storage for SearXNG.",
  271. "schema": {
  272. "type": "list",
  273. "default": [],
  274. "items": [
  275. {
  276. "variable": "storageEntry",
  277. "label": "Storage Entry",
  278. "schema": {
  279. "type": "dict",
  280. "attrs": [
  281. {
  282. "variable": "type",
  283. "label": "Type",
  284. "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",
  285. "schema": {
  286. "type": "string",
  287. "required": true,
  288. "default": "ixVolume",
  289. "immutable": true,
  290. "enum": [
  291. {
  292. "value": "hostPath",
  293. "description": "Host Path (Path that already exists on the system)"
  294. },
  295. {
  296. "value": "ixVolume",
  297. "description": "ixVolume (Dataset created automatically by the system)"
  298. },
  299. {
  300. "value": "smb-pv-pvc",
  301. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  302. }
  303. ]
  304. }
  305. },
  306. {
  307. "variable": "mountPath",
  308. "label": "Mount Path",
  309. "description": "The path inside the container to mount the storage.",
  310. "schema": {
  311. "type": "path",
  312. "required": true
  313. }
  314. },
  315. {
  316. "variable": "hostPath",
  317. "label": "Host Path",
  318. "description": "The host path to use for storage.",
  319. "schema": {
  320. "type": "hostpath",
  321. "show_if": [
  322. [
  323. "type",
  324. "=",
  325. "hostPath"
  326. ]
  327. ],
  328. "required": true
  329. }
  330. },
  331. {
  332. "variable": "datasetName",
  333. "label": "Dataset Name",
  334. "description": "The name of the dataset to use for storage.",
  335. "schema": {
  336. "type": "string",
  337. "show_if": [
  338. [
  339. "type",
  340. "=",
  341. "ixVolume"
  342. ]
  343. ],
  344. "required": true,
  345. "immutable": true,
  346. "default": "storage_entry",
  347. "$ref": [
  348. "normalize/ixVolume"
  349. ]
  350. }
  351. },
  352. {
  353. "variable": "server",
  354. "label": "Server",
  355. "description": "The server for the SMB share.",
  356. "schema": {
  357. "type": "string",
  358. "show_if": [
  359. [
  360. "type",
  361. "=",
  362. "smb-pv-pvc"
  363. ]
  364. ],
  365. "required": true
  366. }
  367. },
  368. {
  369. "variable": "share",
  370. "label": "Share",
  371. "description": "The share name for the SMB share.",
  372. "schema": {
  373. "type": "string",
  374. "show_if": [
  375. [
  376. "type",
  377. "=",
  378. "smb-pv-pvc"
  379. ]
  380. ],
  381. "required": true
  382. }
  383. },
  384. {
  385. "variable": "domain",
  386. "label": "Domain (Optional)",
  387. "description": "The domain for the SMB share.",
  388. "schema": {
  389. "type": "string",
  390. "show_if": [
  391. [
  392. "type",
  393. "=",
  394. "smb-pv-pvc"
  395. ]
  396. ]
  397. }
  398. },
  399. {
  400. "variable": "username",
  401. "label": "Username",
  402. "description": "The username for the SMB share.",
  403. "schema": {
  404. "type": "string",
  405. "show_if": [
  406. [
  407. "type",
  408. "=",
  409. "smb-pv-pvc"
  410. ]
  411. ],
  412. "required": true
  413. }
  414. },
  415. {
  416. "variable": "password",
  417. "label": "Password",
  418. "description": "The password for the SMB share.",
  419. "schema": {
  420. "type": "string",
  421. "show_if": [
  422. [
  423. "type",
  424. "=",
  425. "smb-pv-pvc"
  426. ]
  427. ],
  428. "required": true,
  429. "private": true
  430. }
  431. },
  432. {
  433. "variable": "size",
  434. "label": "Size (in Gi)",
  435. "description": "The size of the volume quota.",
  436. "schema": {
  437. "type": "int",
  438. "show_if": [
  439. [
  440. "type",
  441. "=",
  442. "smb-pv-pvc"
  443. ]
  444. ],
  445. "required": true,
  446. "min": 1,
  447. "default": 1
  448. }
  449. }
  450. ]
  451. }
  452. }
  453. ]
  454. }
  455. }
  456. ]
  457. }
  458. },
  459. {
  460. "variable": "resources",
  461. "group": "Resources Configuration",
  462. "label": "",
  463. "schema": {
  464. "type": "dict",
  465. "attrs": [
  466. {
  467. "variable": "limits",
  468. "label": "Limits",
  469. "schema": {
  470. "type": "dict",
  471. "attrs": [
  472. {
  473. "variable": "cpu",
  474. "label": "CPU",
  475. "description": "CPU limit for SearXNG.",
  476. "schema": {
  477. "type": "string",
  478. "max_length": 6,
  479. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  480. "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",
  481. "default": "4000m",
  482. "required": true
  483. }
  484. },
  485. {
  486. "variable": "memory",
  487. "label": "Memory",
  488. "description": "Memory limit for SearXNG.",
  489. "schema": {
  490. "type": "string",
  491. "max_length": 12,
  492. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  493. "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",
  494. "default": "8Gi",
  495. "required": true
  496. }
  497. }
  498. ]
  499. }
  500. }
  501. ]
  502. }
  503. }
  504. ]
  505. },
  506. "app_readme": "<h1>SearXNG</h1>\n<p><a href=\"https://github.com/searxng/searxng\">SearXNG</a> is a privacy-respecting, hackable metasearch engine</p>",
  507. "detailed_readme": "<h1>SearXNG</h1>\n<p><a href=\"https://github.com/searxng/searxng\">SearXNG</a> is a privacy-respecting, hackable metasearch engine</p>",
  508. "changelog": null
  509. }
  510. }