app_versions.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768
  1. {
  2. "1.1.10": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/filestash/1.1.10",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "latest_1.1.10",
  10. "version": "1.1.10",
  11. "app_metadata": {
  12. "annotations": {
  13. "min_scale_version": "24.10.2.2"
  14. },
  15. "app_version": "latest",
  16. "capabilities": [],
  17. "categories": [
  18. "storage"
  19. ],
  20. "date_added": "2024-11-08",
  21. "description": "Filestash is a file manager / web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...",
  22. "home": "https://www.filestash.app/",
  23. "host_mounts": [],
  24. "icon": "https://media.sys.truenas.net/apps/filestash/icons/icon.svg",
  25. "keywords": [
  26. "storage",
  27. "file manager"
  28. ],
  29. "lib_version": "2.1.49",
  30. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  31. "maintainers": [
  32. {
  33. "email": "dev@ixsystems.com",
  34. "name": "truenas",
  35. "url": "https://www.truenas.com/"
  36. }
  37. ],
  38. "name": "filestash",
  39. "run_as_context": [
  40. {
  41. "description": "Filestash runs as non-root user.",
  42. "gid": 1000,
  43. "group_name": "filestash",
  44. "uid": 1000,
  45. "user_name": "filestash"
  46. }
  47. ],
  48. "screenshots": [
  49. "https://media.sys.truenas.net/apps/filestash/screenshots/screenshot1.png",
  50. "https://media.sys.truenas.net/apps/filestash/screenshots/screenshot2.png",
  51. "https://media.sys.truenas.net/apps/filestash/screenshots/screenshot3.png"
  52. ],
  53. "sources": [
  54. "https://www.filestash.app/",
  55. "https://github.com/mickael-kerjean/filestash"
  56. ],
  57. "title": "Filestash",
  58. "train": "community",
  59. "version": "1.1.10"
  60. },
  61. "schema": {
  62. "groups": [
  63. {
  64. "name": "Filestash Configuration",
  65. "description": "Configure Filestash"
  66. },
  67. {
  68. "name": "Network Configuration",
  69. "description": "Configure Network for Filestash"
  70. },
  71. {
  72. "name": "Storage Configuration",
  73. "description": "Configure Storage for Filestash"
  74. },
  75. {
  76. "name": "Labels Configuration",
  77. "description": "Configure Labels for Filestash"
  78. },
  79. {
  80. "name": "Resources Configuration",
  81. "description": "Configure Resources for Filestash"
  82. }
  83. ],
  84. "questions": [
  85. {
  86. "variable": "filestash",
  87. "label": "",
  88. "group": "Filestash Configuration",
  89. "schema": {
  90. "type": "dict",
  91. "attrs": [
  92. {
  93. "variable": "additional_envs",
  94. "label": "Additional Environment Variables",
  95. "schema": {
  96. "type": "list",
  97. "default": [],
  98. "items": [
  99. {
  100. "variable": "env",
  101. "label": "Environment Variable",
  102. "schema": {
  103. "type": "dict",
  104. "attrs": [
  105. {
  106. "variable": "name",
  107. "label": "Name",
  108. "schema": {
  109. "type": "string",
  110. "required": true
  111. }
  112. },
  113. {
  114. "variable": "value",
  115. "label": "Value",
  116. "schema": {
  117. "type": "string"
  118. }
  119. }
  120. ]
  121. }
  122. }
  123. ]
  124. }
  125. }
  126. ]
  127. }
  128. },
  129. {
  130. "variable": "network",
  131. "label": "",
  132. "group": "Network Configuration",
  133. "schema": {
  134. "type": "dict",
  135. "attrs": [
  136. {
  137. "variable": "web_port",
  138. "label": "WebUI Port",
  139. "description": "The port for Filestash WebUI",
  140. "schema": {
  141. "type": "dict",
  142. "attrs": [
  143. {
  144. "variable": "bind_mode",
  145. "label": "Port Bind Mode",
  146. "description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n- None: The port will not be exposed or published.</br>\nNote: If the Dockerfile defines an EXPOSE directive,\nthe port will still be exposed for inter-container communication regardless of this setting.\n",
  147. "schema": {
  148. "type": "string",
  149. "default": "published",
  150. "enum": [
  151. {
  152. "value": "published",
  153. "description": "Publish port on the host for external access"
  154. },
  155. {
  156. "value": "exposed",
  157. "description": "Expose port for inter-container communication"
  158. },
  159. {
  160. "value": "",
  161. "description": "None"
  162. }
  163. ]
  164. }
  165. },
  166. {
  167. "variable": "port_number",
  168. "label": "Port Number",
  169. "schema": {
  170. "type": "int",
  171. "default": 31053,
  172. "min": 1,
  173. "max": 65535,
  174. "required": true
  175. }
  176. },
  177. {
  178. "variable": "host_ips",
  179. "label": "Host IPs",
  180. "description": "IPs on the host to bind this port",
  181. "schema": {
  182. "type": "list",
  183. "show_if": [
  184. [
  185. "bind_mode",
  186. "=",
  187. "published"
  188. ]
  189. ],
  190. "default": [],
  191. "items": [
  192. {
  193. "variable": "host_ip",
  194. "label": "Host IP",
  195. "schema": {
  196. "type": "string",
  197. "required": true,
  198. "$ref": [
  199. "definitions/node_bind_ip"
  200. ]
  201. }
  202. }
  203. ]
  204. }
  205. }
  206. ]
  207. }
  208. },
  209. {
  210. "variable": "host_network",
  211. "label": "Host Network",
  212. "description": "Bind to the host network. It's recommended to keep this disabled.",
  213. "schema": {
  214. "type": "boolean",
  215. "default": false
  216. }
  217. }
  218. ]
  219. }
  220. },
  221. {
  222. "variable": "storage",
  223. "label": "",
  224. "group": "Storage Configuration",
  225. "schema": {
  226. "type": "dict",
  227. "attrs": [
  228. {
  229. "variable": "state",
  230. "label": "Filestash State Storage",
  231. "description": "The path to store Filestash State.",
  232. "schema": {
  233. "type": "dict",
  234. "attrs": [
  235. {
  236. "variable": "type",
  237. "label": "Type",
  238. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  239. "schema": {
  240. "type": "string",
  241. "required": true,
  242. "default": "ix_volume",
  243. "enum": [
  244. {
  245. "value": "host_path",
  246. "description": "Host Path (Path that already exists on the system)"
  247. },
  248. {
  249. "value": "ix_volume",
  250. "description": "ixVolume (Dataset created automatically by the system)"
  251. }
  252. ]
  253. }
  254. },
  255. {
  256. "variable": "ix_volume_config",
  257. "label": "ixVolume Configuration",
  258. "description": "The configuration for the ixVolume dataset.",
  259. "schema": {
  260. "type": "dict",
  261. "show_if": [
  262. [
  263. "type",
  264. "=",
  265. "ix_volume"
  266. ]
  267. ],
  268. "$ref": [
  269. "normalize/ix_volume"
  270. ],
  271. "attrs": [
  272. {
  273. "variable": "acl_enable",
  274. "label": "Enable ACL",
  275. "description": "Enable ACL for the storage.",
  276. "schema": {
  277. "type": "boolean",
  278. "default": false
  279. }
  280. },
  281. {
  282. "variable": "dataset_name",
  283. "label": "Dataset Name",
  284. "description": "The name of the dataset to use for storage.",
  285. "schema": {
  286. "type": "string",
  287. "required": true,
  288. "hidden": true,
  289. "default": "state"
  290. }
  291. },
  292. {
  293. "variable": "acl_entries",
  294. "label": "ACL Configuration",
  295. "schema": {
  296. "type": "dict",
  297. "show_if": [
  298. [
  299. "acl_enable",
  300. "=",
  301. true
  302. ]
  303. ],
  304. "attrs": []
  305. }
  306. }
  307. ]
  308. }
  309. },
  310. {
  311. "variable": "host_path_config",
  312. "label": "Host Path Configuration",
  313. "schema": {
  314. "type": "dict",
  315. "show_if": [
  316. [
  317. "type",
  318. "=",
  319. "host_path"
  320. ]
  321. ],
  322. "attrs": [
  323. {
  324. "variable": "acl_enable",
  325. "label": "Enable ACL",
  326. "description": "Enable ACL for the storage.",
  327. "schema": {
  328. "type": "boolean",
  329. "default": false
  330. }
  331. },
  332. {
  333. "variable": "acl",
  334. "label": "ACL Configuration",
  335. "schema": {
  336. "type": "dict",
  337. "show_if": [
  338. [
  339. "acl_enable",
  340. "=",
  341. true
  342. ]
  343. ],
  344. "attrs": [],
  345. "$ref": [
  346. "normalize/acl"
  347. ]
  348. }
  349. },
  350. {
  351. "variable": "path",
  352. "label": "Host Path",
  353. "description": "The host path to use for storage.",
  354. "schema": {
  355. "type": "hostpath",
  356. "show_if": [
  357. [
  358. "acl_enable",
  359. "=",
  360. false
  361. ]
  362. ],
  363. "required": true
  364. }
  365. }
  366. ]
  367. }
  368. }
  369. ]
  370. }
  371. },
  372. {
  373. "variable": "additional_storage",
  374. "label": "Additional Storage",
  375. "schema": {
  376. "type": "list",
  377. "default": [],
  378. "items": [
  379. {
  380. "variable": "storageEntry",
  381. "label": "Storage Entry",
  382. "schema": {
  383. "type": "dict",
  384. "attrs": [
  385. {
  386. "variable": "type",
  387. "label": "Type",
  388. "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 as a volume.\n",
  389. "schema": {
  390. "type": "string",
  391. "required": true,
  392. "default": "ix_volume",
  393. "enum": [
  394. {
  395. "value": "host_path",
  396. "description": "Host Path (Path that already exists on the system)"
  397. },
  398. {
  399. "value": "ix_volume",
  400. "description": "ixVolume (Dataset created automatically by the system)"
  401. },
  402. {
  403. "value": "cifs",
  404. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  405. }
  406. ]
  407. }
  408. },
  409. {
  410. "variable": "read_only",
  411. "label": "Read Only",
  412. "description": "Mount the volume as read only.",
  413. "schema": {
  414. "type": "boolean",
  415. "default": false
  416. }
  417. },
  418. {
  419. "variable": "mount_path",
  420. "label": "Mount Path",
  421. "description": "The path inside the container to mount the storage.",
  422. "schema": {
  423. "type": "path",
  424. "required": true
  425. }
  426. },
  427. {
  428. "variable": "host_path_config",
  429. "label": "Host Path Configuration",
  430. "schema": {
  431. "type": "dict",
  432. "show_if": [
  433. [
  434. "type",
  435. "=",
  436. "host_path"
  437. ]
  438. ],
  439. "attrs": [
  440. {
  441. "variable": "acl_enable",
  442. "label": "Enable ACL",
  443. "description": "Enable ACL for the storage.",
  444. "schema": {
  445. "type": "boolean",
  446. "default": false
  447. }
  448. },
  449. {
  450. "variable": "acl",
  451. "label": "ACL Configuration",
  452. "schema": {
  453. "type": "dict",
  454. "show_if": [
  455. [
  456. "acl_enable",
  457. "=",
  458. true
  459. ]
  460. ],
  461. "attrs": [],
  462. "$ref": [
  463. "normalize/acl"
  464. ]
  465. }
  466. },
  467. {
  468. "variable": "path",
  469. "label": "Host Path",
  470. "description": "The host path to use for storage.",
  471. "schema": {
  472. "type": "hostpath",
  473. "show_if": [
  474. [
  475. "acl_enable",
  476. "=",
  477. false
  478. ]
  479. ],
  480. "required": true
  481. }
  482. }
  483. ]
  484. }
  485. },
  486. {
  487. "variable": "ix_volume_config",
  488. "label": "ixVolume Configuration",
  489. "description": "The configuration for the ixVolume dataset.",
  490. "schema": {
  491. "type": "dict",
  492. "show_if": [
  493. [
  494. "type",
  495. "=",
  496. "ix_volume"
  497. ]
  498. ],
  499. "$ref": [
  500. "normalize/ix_volume"
  501. ],
  502. "attrs": [
  503. {
  504. "variable": "acl_enable",
  505. "label": "Enable ACL",
  506. "description": "Enable ACL for the storage.",
  507. "schema": {
  508. "type": "boolean",
  509. "default": false
  510. }
  511. },
  512. {
  513. "variable": "dataset_name",
  514. "label": "Dataset Name",
  515. "description": "The name of the dataset to use for storage.",
  516. "schema": {
  517. "type": "string",
  518. "required": true,
  519. "default": "storage_entry"
  520. }
  521. },
  522. {
  523. "variable": "acl_entries",
  524. "label": "ACL Configuration",
  525. "schema": {
  526. "type": "dict",
  527. "show_if": [
  528. [
  529. "acl_enable",
  530. "=",
  531. true
  532. ]
  533. ],
  534. "attrs": [],
  535. "$ref": [
  536. "normalize/acl"
  537. ]
  538. }
  539. }
  540. ]
  541. }
  542. },
  543. {
  544. "variable": "cifs_config",
  545. "label": "SMB Configuration",
  546. "description": "The configuration for the SMB dataset.",
  547. "schema": {
  548. "type": "dict",
  549. "show_if": [
  550. [
  551. "type",
  552. "=",
  553. "cifs"
  554. ]
  555. ],
  556. "attrs": [
  557. {
  558. "variable": "server",
  559. "label": "Server",
  560. "description": "The server to mount the SMB share.",
  561. "schema": {
  562. "type": "string",
  563. "required": true
  564. }
  565. },
  566. {
  567. "variable": "path",
  568. "label": "Path",
  569. "description": "The path to mount the SMB share.",
  570. "schema": {
  571. "type": "string",
  572. "required": true
  573. }
  574. },
  575. {
  576. "variable": "username",
  577. "label": "Username",
  578. "description": "The username to use for the SMB share.",
  579. "schema": {
  580. "type": "string",
  581. "required": true
  582. }
  583. },
  584. {
  585. "variable": "password",
  586. "label": "Password",
  587. "description": "The password to use for the SMB share.",
  588. "schema": {
  589. "type": "string",
  590. "required": true,
  591. "private": true
  592. }
  593. },
  594. {
  595. "variable": "domain",
  596. "label": "Domain",
  597. "description": "The domain to use for the SMB share.",
  598. "schema": {
  599. "type": "string"
  600. }
  601. }
  602. ]
  603. }
  604. }
  605. ]
  606. }
  607. }
  608. ]
  609. }
  610. }
  611. ]
  612. }
  613. },
  614. {
  615. "variable": "labels",
  616. "label": "",
  617. "group": "Labels Configuration",
  618. "schema": {
  619. "type": "list",
  620. "default": [],
  621. "items": [
  622. {
  623. "variable": "label",
  624. "label": "Label",
  625. "schema": {
  626. "type": "dict",
  627. "attrs": [
  628. {
  629. "variable": "key",
  630. "label": "Key",
  631. "schema": {
  632. "type": "string",
  633. "required": true
  634. }
  635. },
  636. {
  637. "variable": "value",
  638. "label": "Value",
  639. "schema": {
  640. "type": "string",
  641. "required": true
  642. }
  643. },
  644. {
  645. "variable": "containers",
  646. "label": "Containers",
  647. "description": "Containers where the label should be applied",
  648. "schema": {
  649. "type": "list",
  650. "items": [
  651. {
  652. "variable": "container",
  653. "label": "Container",
  654. "schema": {
  655. "type": "string",
  656. "required": true,
  657. "enum": [
  658. {
  659. "value": "filestash",
  660. "description": "filestash"
  661. }
  662. ]
  663. }
  664. }
  665. ]
  666. }
  667. }
  668. ]
  669. }
  670. }
  671. ]
  672. }
  673. },
  674. {
  675. "variable": "resources",
  676. "label": "",
  677. "group": "Resources Configuration",
  678. "schema": {
  679. "type": "dict",
  680. "attrs": [
  681. {
  682. "variable": "limits",
  683. "label": "Limits",
  684. "schema": {
  685. "type": "dict",
  686. "attrs": [
  687. {
  688. "variable": "cpus",
  689. "label": "CPUs",
  690. "description": "CPUs limit for Filestash.",
  691. "schema": {
  692. "type": "int",
  693. "default": 2,
  694. "required": true
  695. }
  696. },
  697. {
  698. "variable": "memory",
  699. "label": "Memory (in MB)",
  700. "description": "Memory limit for Filestash.",
  701. "schema": {
  702. "type": "int",
  703. "default": 4096,
  704. "required": true
  705. }
  706. }
  707. ]
  708. }
  709. }
  710. ]
  711. }
  712. }
  713. ]
  714. },
  715. "readme": "<h1>Filestash</h1> <p><a href=\"https://github.com/mickael-kerjean/filestash\">Filestash</a> - a file manager / web client</p> <p>Filestash is a file manager / web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...</p>",
  716. "changelog": null,
  717. "chart_metadata": {
  718. "annotations": {
  719. "min_scale_version": "24.10.2.2"
  720. },
  721. "app_version": "latest",
  722. "capabilities": [],
  723. "categories": [
  724. "storage"
  725. ],
  726. "date_added": "2024-11-08",
  727. "description": "Filestash is a file manager / web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...",
  728. "home": "https://www.filestash.app/",
  729. "host_mounts": [],
  730. "icon": "https://media.sys.truenas.net/apps/filestash/icons/icon.svg",
  731. "keywords": [
  732. "storage",
  733. "file manager"
  734. ],
  735. "lib_version": "2.1.49",
  736. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  737. "maintainers": [
  738. {
  739. "email": "dev@ixsystems.com",
  740. "name": "truenas",
  741. "url": "https://www.truenas.com/"
  742. }
  743. ],
  744. "name": "filestash",
  745. "run_as_context": [
  746. {
  747. "description": "Filestash runs as non-root user.",
  748. "gid": 1000,
  749. "group_name": "filestash",
  750. "uid": 1000,
  751. "user_name": "filestash"
  752. }
  753. ],
  754. "screenshots": [
  755. "https://media.sys.truenas.net/apps/filestash/screenshots/screenshot1.png",
  756. "https://media.sys.truenas.net/apps/filestash/screenshots/screenshot2.png",
  757. "https://media.sys.truenas.net/apps/filestash/screenshots/screenshot3.png"
  758. ],
  759. "sources": [
  760. "https://www.filestash.app/",
  761. "https://github.com/mickael-kerjean/filestash"
  762. ],
  763. "title": "Filestash",
  764. "train": "community",
  765. "version": "1.1.10"
  766. }
  767. }
  768. }