app_versions.json 47 KB

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