app_versions.json 53 KB

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