app_versions.json 48 KB

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