app_versions.json 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  1. {
  2. "1.0.15": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/duplicati/1.0.15",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "2.1.0.5_1.0.15",
  10. "version": "1.0.15",
  11. "app_metadata": {
  12. "app_version": "2.1.0.5",
  13. "capabilities": [],
  14. "categories": [
  15. "backup"
  16. ],
  17. "changelog_url": "https://github.com/duplicati/duplicati/releases",
  18. "date_added": "2025-02-12",
  19. "description": "Store securely encrypted backups in the cloud!",
  20. "home": "http://duplicati.com",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/duplicati/icons/icon.png",
  23. "keywords": [
  24. "backup"
  25. ],
  26. "lib_version": "2.1.49",
  27. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  28. "maintainers": [
  29. {
  30. "email": "dev@ixsystems.com",
  31. "name": "truenas",
  32. "url": "https://www.truenas.com/"
  33. }
  34. ],
  35. "name": "duplicati",
  36. "run_as_context": [
  37. {
  38. "description": "Duplicati runs as any non-root user.",
  39. "gid": 568,
  40. "group_name": "duplicati",
  41. "uid": 568,
  42. "user_name": "duplicati"
  43. }
  44. ],
  45. "screenshots": [],
  46. "sources": [
  47. "https://github.com/duplicati/duplicati",
  48. "https://hub.docker.com/r/duplicati/duplicati"
  49. ],
  50. "title": "Duplicati",
  51. "train": "community",
  52. "version": "1.0.15"
  53. },
  54. "schema": {
  55. "groups": [
  56. {
  57. "name": "Duplicati Configuration",
  58. "description": "Configure Duplicati"
  59. },
  60. {
  61. "name": "User and Group Configuration",
  62. "description": "Configure User and Group for Duplicati"
  63. },
  64. {
  65. "name": "Network Configuration",
  66. "description": "Configure Network for Duplicati"
  67. },
  68. {
  69. "name": "Storage Configuration",
  70. "description": "Configure Storage for Duplicati"
  71. },
  72. {
  73. "name": "Labels Configuration",
  74. "description": "Configure Labels for Duplicati"
  75. },
  76. {
  77. "name": "Resources Configuration",
  78. "description": "Configure Resources for Duplicati"
  79. }
  80. ],
  81. "questions": [
  82. {
  83. "variable": "TZ",
  84. "group": "Duplicati 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": "duplicati",
  97. "label": "",
  98. "group": "Duplicati Configuration",
  99. "schema": {
  100. "type": "dict",
  101. "attrs": [
  102. {
  103. "variable": "password",
  104. "label": "Password",
  105. "description": "The password for Duplicati.",
  106. "schema": {
  107. "type": "string",
  108. "default": "",
  109. "required": true,
  110. "private": true
  111. }
  112. },
  113. {
  114. "variable": "encryption_key",
  115. "label": "Encryption Key",
  116. "description": "The encryption key for Duplicati.</br>\nLeave empty to disable encryption.\n",
  117. "schema": {
  118. "type": "string",
  119. "default": ""
  120. }
  121. },
  122. {
  123. "variable": "additional_envs",
  124. "label": "Additional Environment Variables",
  125. "schema": {
  126. "type": "list",
  127. "default": [],
  128. "items": [
  129. {
  130. "variable": "env",
  131. "label": "Environment Variable",
  132. "schema": {
  133. "type": "dict",
  134. "attrs": [
  135. {
  136. "variable": "name",
  137. "label": "Name",
  138. "schema": {
  139. "type": "string",
  140. "required": true
  141. }
  142. },
  143. {
  144. "variable": "value",
  145. "label": "Value",
  146. "schema": {
  147. "type": "string"
  148. }
  149. }
  150. ]
  151. }
  152. }
  153. ]
  154. }
  155. }
  156. ]
  157. }
  158. },
  159. {
  160. "variable": "run_as",
  161. "label": "",
  162. "group": "User and Group Configuration",
  163. "schema": {
  164. "type": "dict",
  165. "attrs": [
  166. {
  167. "variable": "user",
  168. "label": "User ID",
  169. "description": "The user id that Duplicati files will be owned by.",
  170. "schema": {
  171. "type": "int",
  172. "min": 568,
  173. "default": 568,
  174. "required": true
  175. }
  176. },
  177. {
  178. "variable": "group",
  179. "label": "Group ID",
  180. "description": "The group id that Duplicati files will be owned by.",
  181. "schema": {
  182. "type": "int",
  183. "min": 568,
  184. "default": 568,
  185. "required": true
  186. }
  187. }
  188. ]
  189. }
  190. },
  191. {
  192. "variable": "network",
  193. "label": "",
  194. "group": "Network Configuration",
  195. "schema": {
  196. "type": "dict",
  197. "attrs": [
  198. {
  199. "variable": "web_port",
  200. "label": "WebUI Port",
  201. "schema": {
  202. "type": "dict",
  203. "attrs": [
  204. {
  205. "variable": "bind_mode",
  206. "label": "Port Bind Mode",
  207. "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",
  208. "schema": {
  209. "type": "string",
  210. "default": "published",
  211. "enum": [
  212. {
  213. "value": "published",
  214. "description": "Publish port on the host for external access"
  215. },
  216. {
  217. "value": "exposed",
  218. "description": "Expose port for inter-container communication"
  219. },
  220. {
  221. "value": "",
  222. "description": "None"
  223. }
  224. ]
  225. }
  226. },
  227. {
  228. "variable": "port_number",
  229. "label": "Port Number",
  230. "schema": {
  231. "type": "int",
  232. "default": 30121,
  233. "min": 1,
  234. "max": 65535,
  235. "required": true
  236. }
  237. },
  238. {
  239. "variable": "host_ips",
  240. "label": "Host IPs",
  241. "description": "IPs on the host to bind this port",
  242. "schema": {
  243. "type": "list",
  244. "show_if": [
  245. [
  246. "bind_mode",
  247. "=",
  248. "published"
  249. ]
  250. ],
  251. "default": [],
  252. "items": [
  253. {
  254. "variable": "host_ip",
  255. "label": "Host IP",
  256. "schema": {
  257. "type": "string",
  258. "required": true,
  259. "$ref": [
  260. "definitions/node_bind_ip"
  261. ]
  262. }
  263. }
  264. ]
  265. }
  266. }
  267. ]
  268. }
  269. }
  270. ]
  271. }
  272. },
  273. {
  274. "variable": "storage",
  275. "label": "",
  276. "group": "Storage Configuration",
  277. "schema": {
  278. "type": "dict",
  279. "attrs": [
  280. {
  281. "variable": "data",
  282. "label": "Data Storage",
  283. "description": "The path to store Postgres Data.",
  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. "variable": "auto_permissions",
  420. "label": "Automatic Permissions",
  421. "description": "Automatically set permissions for the host path.\nEnabling this, will check the top level directory,</br>\nIf it finds incorrect permissions, it will `chown` the\nhost path to the user and group required for the\npostgres container.\n",
  422. "schema": {
  423. "type": "boolean",
  424. "default": false,
  425. "show_if": [
  426. [
  427. "acl_enable",
  428. "=",
  429. false
  430. ]
  431. ]
  432. }
  433. }
  434. ]
  435. }
  436. }
  437. ]
  438. }
  439. },
  440. {
  441. "variable": "additional_storage",
  442. "label": "Additional Storage",
  443. "schema": {
  444. "type": "list",
  445. "default": [],
  446. "items": [
  447. {
  448. "variable": "storageEntry",
  449. "label": "Storage Entry",
  450. "schema": {
  451. "type": "dict",
  452. "attrs": [
  453. {
  454. "variable": "type",
  455. "label": "Type",
  456. "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",
  457. "schema": {
  458. "type": "string",
  459. "required": true,
  460. "default": "ix_volume",
  461. "enum": [
  462. {
  463. "value": "host_path",
  464. "description": "Host Path (Path that already exists on the system)"
  465. },
  466. {
  467. "value": "ix_volume",
  468. "description": "ixVolume (Dataset created automatically by the system)"
  469. },
  470. {
  471. "value": "cifs",
  472. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  473. }
  474. ]
  475. }
  476. },
  477. {
  478. "variable": "read_only",
  479. "label": "Read Only",
  480. "description": "Mount the volume as read only.",
  481. "schema": {
  482. "type": "boolean",
  483. "default": false
  484. }
  485. },
  486. {
  487. "variable": "mount_path",
  488. "label": "Mount Path",
  489. "description": "The path inside the container to mount the storage.",
  490. "schema": {
  491. "type": "path",
  492. "required": true
  493. }
  494. },
  495. {
  496. "variable": "host_path_config",
  497. "label": "Host Path Configuration",
  498. "schema": {
  499. "type": "dict",
  500. "show_if": [
  501. [
  502. "type",
  503. "=",
  504. "host_path"
  505. ]
  506. ],
  507. "attrs": [
  508. {
  509. "variable": "acl_enable",
  510. "label": "Enable ACL",
  511. "description": "Enable ACL for the storage.",
  512. "schema": {
  513. "type": "boolean",
  514. "default": false
  515. }
  516. },
  517. {
  518. "variable": "acl",
  519. "label": "ACL Configuration",
  520. "schema": {
  521. "type": "dict",
  522. "show_if": [
  523. [
  524. "acl_enable",
  525. "=",
  526. true
  527. ]
  528. ],
  529. "attrs": [],
  530. "$ref": [
  531. "normalize/acl"
  532. ]
  533. }
  534. },
  535. {
  536. "variable": "path",
  537. "label": "Host Path",
  538. "description": "The host path to use for storage.",
  539. "schema": {
  540. "type": "hostpath",
  541. "show_if": [
  542. [
  543. "acl_enable",
  544. "=",
  545. false
  546. ]
  547. ],
  548. "required": true
  549. }
  550. }
  551. ]
  552. }
  553. },
  554. {
  555. "variable": "ix_volume_config",
  556. "label": "ixVolume Configuration",
  557. "description": "The configuration for the ixVolume dataset.",
  558. "schema": {
  559. "type": "dict",
  560. "show_if": [
  561. [
  562. "type",
  563. "=",
  564. "ix_volume"
  565. ]
  566. ],
  567. "$ref": [
  568. "normalize/ix_volume"
  569. ],
  570. "attrs": [
  571. {
  572. "variable": "acl_enable",
  573. "label": "Enable ACL",
  574. "description": "Enable ACL for the storage.",
  575. "schema": {
  576. "type": "boolean",
  577. "default": false
  578. }
  579. },
  580. {
  581. "variable": "dataset_name",
  582. "label": "Dataset Name",
  583. "description": "The name of the dataset to use for storage.",
  584. "schema": {
  585. "type": "string",
  586. "required": true,
  587. "default": "storage_entry"
  588. }
  589. },
  590. {
  591. "variable": "acl_entries",
  592. "label": "ACL Configuration",
  593. "schema": {
  594. "type": "dict",
  595. "show_if": [
  596. [
  597. "acl_enable",
  598. "=",
  599. true
  600. ]
  601. ],
  602. "attrs": [],
  603. "$ref": [
  604. "normalize/acl"
  605. ]
  606. }
  607. }
  608. ]
  609. }
  610. },
  611. {
  612. "variable": "cifs_config",
  613. "label": "SMB Configuration",
  614. "description": "The configuration for the SMB dataset.",
  615. "schema": {
  616. "type": "dict",
  617. "show_if": [
  618. [
  619. "type",
  620. "=",
  621. "cifs"
  622. ]
  623. ],
  624. "attrs": [
  625. {
  626. "variable": "server",
  627. "label": "Server",
  628. "description": "The server to mount the SMB share.",
  629. "schema": {
  630. "type": "string",
  631. "required": true
  632. }
  633. },
  634. {
  635. "variable": "path",
  636. "label": "Path",
  637. "description": "The path to mount the SMB share.",
  638. "schema": {
  639. "type": "string",
  640. "required": true
  641. }
  642. },
  643. {
  644. "variable": "username",
  645. "label": "Username",
  646. "description": "The username to use for the SMB share.",
  647. "schema": {
  648. "type": "string",
  649. "required": true
  650. }
  651. },
  652. {
  653. "variable": "password",
  654. "label": "Password",
  655. "description": "The password to use for the SMB share.",
  656. "schema": {
  657. "type": "string",
  658. "required": true,
  659. "private": true
  660. }
  661. },
  662. {
  663. "variable": "domain",
  664. "label": "Domain",
  665. "description": "The domain to use for the SMB share.",
  666. "schema": {
  667. "type": "string"
  668. }
  669. }
  670. ]
  671. }
  672. }
  673. ]
  674. }
  675. }
  676. ]
  677. }
  678. }
  679. ]
  680. }
  681. },
  682. {
  683. "variable": "labels",
  684. "label": "",
  685. "group": "Labels Configuration",
  686. "schema": {
  687. "type": "list",
  688. "default": [],
  689. "items": [
  690. {
  691. "variable": "label",
  692. "label": "Label",
  693. "schema": {
  694. "type": "dict",
  695. "attrs": [
  696. {
  697. "variable": "key",
  698. "label": "Key",
  699. "schema": {
  700. "type": "string",
  701. "required": true
  702. }
  703. },
  704. {
  705. "variable": "value",
  706. "label": "Value",
  707. "schema": {
  708. "type": "string",
  709. "required": true
  710. }
  711. },
  712. {
  713. "variable": "containers",
  714. "label": "Containers",
  715. "description": "Containers where the label should be applied",
  716. "schema": {
  717. "type": "list",
  718. "items": [
  719. {
  720. "variable": "container",
  721. "label": "Container",
  722. "schema": {
  723. "type": "string",
  724. "required": true,
  725. "enum": [
  726. {
  727. "value": "duplicati",
  728. "description": "duplicati"
  729. }
  730. ]
  731. }
  732. }
  733. ]
  734. }
  735. }
  736. ]
  737. }
  738. }
  739. ]
  740. }
  741. },
  742. {
  743. "variable": "resources",
  744. "label": "",
  745. "group": "Resources Configuration",
  746. "schema": {
  747. "type": "dict",
  748. "attrs": [
  749. {
  750. "variable": "limits",
  751. "label": "Limits",
  752. "schema": {
  753. "type": "dict",
  754. "attrs": [
  755. {
  756. "variable": "cpus",
  757. "label": "CPUs",
  758. "description": "CPUs limit for Duplicati.",
  759. "schema": {
  760. "type": "int",
  761. "default": 2,
  762. "required": true
  763. }
  764. },
  765. {
  766. "variable": "memory",
  767. "label": "Memory (in MB)",
  768. "description": "Memory limit for Duplicati.",
  769. "schema": {
  770. "type": "int",
  771. "default": 4096,
  772. "required": true
  773. }
  774. }
  775. ]
  776. }
  777. }
  778. ]
  779. }
  780. }
  781. ]
  782. },
  783. "readme": "<h1>Duplicati</h1> <p><a href=\"https://duplicati.com\">Duplicati</a> is a backup client that securely stores encrypted backups in the cloud!</p>",
  784. "changelog": null,
  785. "chart_metadata": {
  786. "app_version": "2.1.0.5",
  787. "capabilities": [],
  788. "categories": [
  789. "backup"
  790. ],
  791. "changelog_url": "https://github.com/duplicati/duplicati/releases",
  792. "date_added": "2025-02-12",
  793. "description": "Store securely encrypted backups in the cloud!",
  794. "home": "http://duplicati.com",
  795. "host_mounts": [],
  796. "icon": "https://media.sys.truenas.net/apps/duplicati/icons/icon.png",
  797. "keywords": [
  798. "backup"
  799. ],
  800. "lib_version": "2.1.49",
  801. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  802. "maintainers": [
  803. {
  804. "email": "dev@ixsystems.com",
  805. "name": "truenas",
  806. "url": "https://www.truenas.com/"
  807. }
  808. ],
  809. "name": "duplicati",
  810. "run_as_context": [
  811. {
  812. "description": "Duplicati runs as any non-root user.",
  813. "gid": 568,
  814. "group_name": "duplicati",
  815. "uid": 568,
  816. "user_name": "duplicati"
  817. }
  818. ],
  819. "screenshots": [],
  820. "sources": [
  821. "https://github.com/duplicati/duplicati",
  822. "https://hub.docker.com/r/duplicati/duplicati"
  823. ],
  824. "title": "Duplicati",
  825. "train": "community",
  826. "version": "1.0.15"
  827. }
  828. }
  829. }