app_versions.json 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  1. {
  2. "1.1.4": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/filebrowser/1.1.4",
  7. "last_update": "2023-11-23 22:48:53",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/certificate"
  11. ],
  12. "human_version": "2.26.0_1.1.4",
  13. "version": "1.1.4",
  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.4",
  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.3"
  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. "immutable": true,
  299. "required": true
  300. }
  301. }
  302. ]
  303. }
  304. },
  305. {
  306. "variable": "additionalStorages",
  307. "label": "Additional Storage",
  308. "description": "Additional storage for Filebrowser.",
  309. "schema": {
  310. "type": "list",
  311. "default": [
  312. {
  313. "type": "hostPath",
  314. "mountPath": "/my_data",
  315. "hostPath": ""
  316. }
  317. ],
  318. "items": [
  319. {
  320. "variable": "storageEntry",
  321. "label": "Storage Entry",
  322. "schema": {
  323. "type": "dict",
  324. "attrs": [
  325. {
  326. "variable": "type",
  327. "label": "Type",
  328. "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",
  329. "schema": {
  330. "type": "string",
  331. "required": true,
  332. "default": "ixVolume",
  333. "immutable": true,
  334. "enum": [
  335. {
  336. "value": "hostPath",
  337. "description": "Host Path (Path that already exists on the system)"
  338. },
  339. {
  340. "value": "ixVolume",
  341. "description": "ixVolume (Dataset created automatically by the system)"
  342. },
  343. {
  344. "value": "smb-pv-pvc",
  345. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  346. }
  347. ]
  348. }
  349. },
  350. {
  351. "variable": "mountPath",
  352. "label": "Mount Path",
  353. "description": "The path inside the container to mount the storage.",
  354. "schema": {
  355. "type": "path",
  356. "required": true
  357. }
  358. },
  359. {
  360. "variable": "hostPath",
  361. "label": "Host Path",
  362. "description": "The host path to use for storage.",
  363. "schema": {
  364. "type": "hostpath",
  365. "show_if": [
  366. [
  367. "type",
  368. "=",
  369. "hostPath"
  370. ]
  371. ],
  372. "required": true
  373. }
  374. },
  375. {
  376. "variable": "datasetName",
  377. "label": "Dataset Name",
  378. "description": "The name of the dataset to use for storage.",
  379. "schema": {
  380. "type": "string",
  381. "show_if": [
  382. [
  383. "type",
  384. "=",
  385. "ixVolume"
  386. ]
  387. ],
  388. "required": true,
  389. "immutable": true,
  390. "default": "storage_entry",
  391. "$ref": [
  392. "normalize/ixVolume"
  393. ]
  394. }
  395. },
  396. {
  397. "variable": "server",
  398. "label": "Server",
  399. "description": "The server for the SMB share.",
  400. "schema": {
  401. "type": "string",
  402. "show_if": [
  403. [
  404. "type",
  405. "=",
  406. "smb-pv-pvc"
  407. ]
  408. ],
  409. "required": true
  410. }
  411. },
  412. {
  413. "variable": "share",
  414. "label": "Share",
  415. "description": "The share name for the SMB share.",
  416. "schema": {
  417. "type": "string",
  418. "show_if": [
  419. [
  420. "type",
  421. "=",
  422. "smb-pv-pvc"
  423. ]
  424. ],
  425. "required": true
  426. }
  427. },
  428. {
  429. "variable": "domain",
  430. "label": "Domain (Optional)",
  431. "description": "The domain for the SMB share.",
  432. "schema": {
  433. "type": "string",
  434. "show_if": [
  435. [
  436. "type",
  437. "=",
  438. "smb-pv-pvc"
  439. ]
  440. ]
  441. }
  442. },
  443. {
  444. "variable": "username",
  445. "label": "Username",
  446. "description": "The username for the SMB share.",
  447. "schema": {
  448. "type": "string",
  449. "show_if": [
  450. [
  451. "type",
  452. "=",
  453. "smb-pv-pvc"
  454. ]
  455. ],
  456. "required": true
  457. }
  458. },
  459. {
  460. "variable": "password",
  461. "label": "Password",
  462. "description": "The password for the SMB share.",
  463. "schema": {
  464. "type": "string",
  465. "show_if": [
  466. [
  467. "type",
  468. "=",
  469. "smb-pv-pvc"
  470. ]
  471. ],
  472. "required": true,
  473. "private": true
  474. }
  475. },
  476. {
  477. "variable": "size",
  478. "label": "Size (in Gi)",
  479. "description": "The size of the volume quota.",
  480. "schema": {
  481. "type": "int",
  482. "show_if": [
  483. [
  484. "type",
  485. "=",
  486. "smb-pv-pvc"
  487. ]
  488. ],
  489. "required": true,
  490. "min": 1,
  491. "default": 1
  492. }
  493. }
  494. ]
  495. }
  496. }
  497. ]
  498. }
  499. }
  500. ]
  501. }
  502. },
  503. {
  504. "variable": "resources",
  505. "group": "Resources Configuration",
  506. "label": "",
  507. "schema": {
  508. "type": "dict",
  509. "attrs": [
  510. {
  511. "variable": "limits",
  512. "label": "Limits",
  513. "schema": {
  514. "type": "dict",
  515. "attrs": [
  516. {
  517. "variable": "cpu",
  518. "label": "CPU",
  519. "description": "CPU limit for Filebrowser.",
  520. "schema": {
  521. "type": "string",
  522. "max_length": 6,
  523. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  524. "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",
  525. "default": "4000m",
  526. "required": true
  527. }
  528. },
  529. {
  530. "variable": "memory",
  531. "label": "Memory",
  532. "description": "Memory limit for Filebrowser.",
  533. "schema": {
  534. "type": "string",
  535. "max_length": 12,
  536. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  537. "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",
  538. "default": "8Gi",
  539. "required": true
  540. }
  541. }
  542. ]
  543. }
  544. }
  545. ]
  546. }
  547. }
  548. ]
  549. },
  550. "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>",
  551. "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>",
  552. "changelog": null
  553. }
  554. }