app_versions.json 47 KB

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