app_versions.json 48 KB

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