app_versions.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. {
  2. "1.1.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/filebrowser/1.1.6",
  7. "last_update": "2023-12-17 17:06:21",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/certificate"
  11. ],
  12. "human_version": "2.26.0_1.1.6",
  13. "version": "1.1.6",
  14. "chart_metadata": {
  15. "name": "filebrowser",
  16. "description": "File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files.",
  17. "annotations": {
  18. "title": "File Browser"
  19. },
  20. "type": "application",
  21. "version": "1.1.6",
  22. "apiVersion": "v2",
  23. "appVersion": "2.26.0",
  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.4"
  37. }
  38. ],
  39. "home": "https://filebrowser.org",
  40. "icon": "https://media.sys.truenas.net/apps/filebrowser/icons/icon.png",
  41. "sources": [
  42. "https://github.com/filebrowser/filebrowser",
  43. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/filebrowser",
  44. "https://hub.docker.com/r/filebrowser/filebrowser"
  45. ],
  46. "keywords": [
  47. "files",
  48. "browser"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "filebrowser",
  55. "groupName": "filebrowser",
  56. "gid": 568,
  57. "uid": 568,
  58. "description": "Filebrowser can run as any non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Filebrowser Configuration",
  68. "description": "Configure Filebrowser"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for Filebrowser"
  73. },
  74. {
  75. "name": "Network Configuration",
  76. "description": "Configure Network for Filebrowser"
  77. },
  78. {
  79. "name": "Storage Configuration",
  80. "description": "Configure Storage for Filebrowser"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for Filebrowser"
  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": "filebrowserConfig",
  104. "label": "",
  105. "group": "Filebrowser Configuration",
  106. "schema": {
  107. "type": "dict",
  108. "attrs": [
  109. {
  110. "variable": "additionalEnvs",
  111. "label": "Additional Environment Variables",
  112. "description": "Configure additional environment variables for Filebrowser.",
  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": "filebrowserRunAs",
  150. "label": "",
  151. "group": "User and Group Configuration",
  152. "schema": {
  153. "type": "dict",
  154. "attrs": [
  155. {
  156. "variable": "user",
  157. "label": "User ID",
  158. "description": "The user id that Filebrowser will run as.",
  159. "schema": {
  160. "type": "int",
  161. "min": 2,
  162. "default": 568,
  163. "required": true
  164. }
  165. },
  166. {
  167. "variable": "group",
  168. "label": "Group ID",
  169. "description": "The group id that Filebrowser will run as.",
  170. "schema": {
  171. "type": "int",
  172. "min": 2,
  173. "default": 568,
  174. "required": true
  175. }
  176. }
  177. ]
  178. }
  179. },
  180. {
  181. "variable": "filebrowserNetwork",
  182. "label": "",
  183. "group": "Network Configuration",
  184. "schema": {
  185. "type": "dict",
  186. "attrs": [
  187. {
  188. "variable": "webPort",
  189. "label": "Web Port",
  190. "description": "The port for the Filebrowser Web UI.",
  191. "schema": {
  192. "type": "int",
  193. "default": 30044,
  194. "min": 9000,
  195. "max": 65535,
  196. "required": true
  197. }
  198. },
  199. {
  200. "variable": "certificateID",
  201. "label": "Certificate",
  202. "description": "The certificate to use for Filebrowser.\n",
  203. "schema": {
  204. "type": "int",
  205. "null": true,
  206. "$ref": [
  207. "definitions/certificate"
  208. ],
  209. "enum": [
  210. {
  211. "value": null,
  212. "description": "No Certificate"
  213. }
  214. ],
  215. "default": null
  216. }
  217. },
  218. {
  219. "variable": "hostNetwork",
  220. "label": "Host Network",
  221. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  222. "schema": {
  223. "type": "boolean",
  224. "default": false
  225. }
  226. }
  227. ]
  228. }
  229. },
  230. {
  231. "variable": "filebrowserStorage",
  232. "label": "",
  233. "group": "Storage Configuration",
  234. "schema": {
  235. "type": "dict",
  236. "attrs": [
  237. {
  238. "variable": "config",
  239. "label": "Filebrowser Config Storage",
  240. "description": "The path to store Filebrowser Configuration.",
  241. "schema": {
  242. "type": "dict",
  243. "attrs": [
  244. {
  245. "variable": "type",
  246. "label": "Type",
  247. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  248. "schema": {
  249. "type": "string",
  250. "required": true,
  251. "immutable": true,
  252. "default": "ixVolume",
  253. "enum": [
  254. {
  255. "value": "hostPath",
  256. "description": "Host Path (Path that already exists on the system)"
  257. },
  258. {
  259. "value": "ixVolume",
  260. "description": "ixVolume (Dataset created automatically by the system)"
  261. }
  262. ]
  263. }
  264. },
  265. {
  266. "variable": "datasetName",
  267. "label": "Dataset Name",
  268. "schema": {
  269. "type": "string",
  270. "show_if": [
  271. [
  272. "type",
  273. "=",
  274. "ixVolume"
  275. ]
  276. ],
  277. "required": true,
  278. "hidden": true,
  279. "immutable": true,
  280. "default": "config",
  281. "$ref": [
  282. "normalize/ixVolume"
  283. ]
  284. }
  285. },
  286. {
  287. "variable": "hostPath",
  288. "label": "Host Path",
  289. "schema": {
  290. "type": "hostpath",
  291. "show_if": [
  292. [
  293. "type",
  294. "=",
  295. "hostPath"
  296. ]
  297. ],
  298. "required": true
  299. }
  300. }
  301. ]
  302. }
  303. },
  304. {
  305. "variable": "additionalStorages",
  306. "label": "Additional Storage",
  307. "description": "Additional storage for Filebrowser.",
  308. "schema": {
  309. "type": "list",
  310. "default": [
  311. {
  312. "type": "hostPath",
  313. "mountPath": "/my_data",
  314. "hostPath": ""
  315. }
  316. ],
  317. "items": [
  318. {
  319. "variable": "storageEntry",
  320. "label": "Storage Entry",
  321. "schema": {
  322. "type": "dict",
  323. "attrs": [
  324. {
  325. "variable": "type",
  326. "label": "Type",
  327. "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",
  328. "schema": {
  329. "type": "string",
  330. "required": true,
  331. "default": "ixVolume",
  332. "immutable": true,
  333. "enum": [
  334. {
  335. "value": "hostPath",
  336. "description": "Host Path (Path that already exists on the system)"
  337. },
  338. {
  339. "value": "ixVolume",
  340. "description": "ixVolume (Dataset created automatically by the system)"
  341. },
  342. {
  343. "value": "smb-pv-pvc",
  344. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  345. }
  346. ]
  347. }
  348. },
  349. {
  350. "variable": "mountPath",
  351. "label": "Mount Path",
  352. "description": "The path inside the container to mount the storage.",
  353. "schema": {
  354. "type": "path",
  355. "required": true
  356. }
  357. },
  358. {
  359. "variable": "hostPath",
  360. "label": "Host Path",
  361. "description": "The host path to use for storage.",
  362. "schema": {
  363. "type": "hostpath",
  364. "show_if": [
  365. [
  366. "type",
  367. "=",
  368. "hostPath"
  369. ]
  370. ],
  371. "required": true
  372. }
  373. },
  374. {
  375. "variable": "datasetName",
  376. "label": "Dataset Name",
  377. "description": "The name of the dataset to use for storage.",
  378. "schema": {
  379. "type": "string",
  380. "show_if": [
  381. [
  382. "type",
  383. "=",
  384. "ixVolume"
  385. ]
  386. ],
  387. "required": true,
  388. "immutable": true,
  389. "default": "storage_entry",
  390. "$ref": [
  391. "normalize/ixVolume"
  392. ]
  393. }
  394. },
  395. {
  396. "variable": "server",
  397. "label": "Server",
  398. "description": "The server for the SMB share.",
  399. "schema": {
  400. "type": "string",
  401. "show_if": [
  402. [
  403. "type",
  404. "=",
  405. "smb-pv-pvc"
  406. ]
  407. ],
  408. "required": true
  409. }
  410. },
  411. {
  412. "variable": "share",
  413. "label": "Share",
  414. "description": "The share name for the SMB share.",
  415. "schema": {
  416. "type": "string",
  417. "show_if": [
  418. [
  419. "type",
  420. "=",
  421. "smb-pv-pvc"
  422. ]
  423. ],
  424. "required": true
  425. }
  426. },
  427. {
  428. "variable": "domain",
  429. "label": "Domain (Optional)",
  430. "description": "The domain for the SMB share.",
  431. "schema": {
  432. "type": "string",
  433. "show_if": [
  434. [
  435. "type",
  436. "=",
  437. "smb-pv-pvc"
  438. ]
  439. ]
  440. }
  441. },
  442. {
  443. "variable": "username",
  444. "label": "Username",
  445. "description": "The username for the SMB share.",
  446. "schema": {
  447. "type": "string",
  448. "show_if": [
  449. [
  450. "type",
  451. "=",
  452. "smb-pv-pvc"
  453. ]
  454. ],
  455. "required": true
  456. }
  457. },
  458. {
  459. "variable": "password",
  460. "label": "Password",
  461. "description": "The password for the SMB share.",
  462. "schema": {
  463. "type": "string",
  464. "show_if": [
  465. [
  466. "type",
  467. "=",
  468. "smb-pv-pvc"
  469. ]
  470. ],
  471. "required": true,
  472. "private": true
  473. }
  474. },
  475. {
  476. "variable": "size",
  477. "label": "Size (in Gi)",
  478. "description": "The size of the volume quota.",
  479. "schema": {
  480. "type": "int",
  481. "show_if": [
  482. [
  483. "type",
  484. "=",
  485. "smb-pv-pvc"
  486. ]
  487. ],
  488. "required": true,
  489. "min": 1,
  490. "default": 1
  491. }
  492. }
  493. ]
  494. }
  495. }
  496. ]
  497. }
  498. }
  499. ]
  500. }
  501. },
  502. {
  503. "variable": "resources",
  504. "group": "Resources Configuration",
  505. "label": "",
  506. "schema": {
  507. "type": "dict",
  508. "attrs": [
  509. {
  510. "variable": "limits",
  511. "label": "Limits",
  512. "schema": {
  513. "type": "dict",
  514. "attrs": [
  515. {
  516. "variable": "cpu",
  517. "label": "CPU",
  518. "description": "CPU limit for Filebrowser.",
  519. "schema": {
  520. "type": "string",
  521. "max_length": 6,
  522. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  523. "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",
  524. "default": "4000m",
  525. "required": true
  526. }
  527. },
  528. {
  529. "variable": "memory",
  530. "label": "Memory",
  531. "description": "Memory limit for Filebrowser.",
  532. "schema": {
  533. "type": "string",
  534. "max_length": 12,
  535. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  536. "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",
  537. "default": "8Gi",
  538. "required": true
  539. }
  540. }
  541. ]
  542. }
  543. }
  544. ]
  545. }
  546. }
  547. ]
  548. },
  549. "app_readme": "<h1>Filebrowser</h1>\n<p><a href=\"https://filebrowser.org\">Filebrowser</a> provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files.</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>Filebrowser</code> directories.\nAfterward, the <code>Filebrowser</code> container will run as a <strong>non</strong>-root user (Default: <code>568</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>You can configure further the settings by using Environment Variables.\nSee <a href=\"https://filebrowser.org/cli/filebrowser\">Filebrowser Documentation</a> for more information.\nUse the format <code>FB_OPTION_NAME</code> where the option name is the name of the option you want to set.</p>\n<p>You can also edit the configuration file <code>/config/filebrowser.json</code>.</p>\n<p>Note that the following options are already set and will always take precedence\nover the environment variables and the configuration file:</p>\n<ul>\n<li><code>FB_ROOT</code>/<code>--root</code> is set to <code>/data</code> (Any additional volume mounted will be under this directory)</li>\n<li><code>FB_PORT</code>/<code>--port</code> is set to <code>30044</code> (Or the port you configured in the installation wizard)</li>\n<li><code>FB_ADDRESS</code>/<code>--address</code> is set to <code>0.0.0.0</code> (It will listen on all interfaces <strong>inside</strong> the container)</li>\n<li><code>FB_DATABASE</code>/<code>--database</code> is set to <code>/config/filebrowser.db</code></li>\n<li><code>FB_CONFIG</code>/<code>--config</code> is set to <code>/config/filebrowser.json</code></li>\n</ul>\n<p>Also when a certificate is selected</p>\n<ul>\n<li><code>FB_CERT</code>/<code>--cert</code> is set to <code>/config/certs/tls.crt</code></li>\n<li><code>FB_KEY</code>/<code>--key</code> is set to <code>/config/certs/tls.key</code></li>\n</ul>",
  550. "detailed_readme": "<h1>Filebrowser</h1>\n<p><a href=\"https://filebrowser.org\">Filebrowser</a> provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files.</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>Filebrowser</code> directories.\nAfterward, the <code>Filebrowser</code> container will run as a <strong>non</strong>-root user (Default: <code>568</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>You can configure further the settings by using Environment Variables.\nSee <a href=\"https://filebrowser.org/cli/filebrowser\">Filebrowser Documentation</a> for more information.\nUse the format <code>FB_OPTION_NAME</code> where the option name is the name of the option you want to set.</p>\n<p>You can also edit the configuration file <code>/config/filebrowser.json</code>.</p>\n<p>Note that the following options are already set and will always take precedence\nover the environment variables and the configuration file:</p>\n<ul>\n<li><code>FB_ROOT</code>/<code>--root</code> is set to <code>/data</code> (Any additional volume mounted will be under this directory)</li>\n<li><code>FB_PORT</code>/<code>--port</code> is set to <code>30044</code> (Or the port you configured in the installation wizard)</li>\n<li><code>FB_ADDRESS</code>/<code>--address</code> is set to <code>0.0.0.0</code> (It will listen on all interfaces <strong>inside</strong> the container)</li>\n<li><code>FB_DATABASE</code>/<code>--database</code> is set to <code>/config/filebrowser.db</code></li>\n<li><code>FB_CONFIG</code>/<code>--config</code> is set to <code>/config/filebrowser.json</code></li>\n</ul>\n<p>Also when a certificate is selected</p>\n<ul>\n<li><code>FB_CERT</code>/<code>--cert</code> is set to <code>/config/certs/tls.crt</code></li>\n<li><code>FB_KEY</code>/<code>--key</code> is set to <code>/config/certs/tls.key</code></li>\n</ul>",
  551. "changelog": null
  552. }
  553. }