app_versions.json 28 KB

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