app_versions.json 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031
  1. {
  2. "1.1.12": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/gaseous-server/1.1.12",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "v1.7.14_1.1.12",
  10. "version": "1.1.12",
  11. "app_metadata": {
  12. "annotations": {
  13. "min_scale_version": "24.10.2.2"
  14. },
  15. "app_version": "v1.7.14",
  16. "capabilities": [
  17. {
  18. "description": "Gaseous Server is able to change file ownership arbitrarily",
  19. "name": "CHOWN"
  20. },
  21. {
  22. "description": "Gaseous Server is able to change group ID of processes",
  23. "name": "SETGID"
  24. },
  25. {
  26. "description": "Gaseous Server is able to change user ID of processes",
  27. "name": "SETUID"
  28. }
  29. ],
  30. "categories": [
  31. "games"
  32. ],
  33. "changelog_url": "https://github.com/gaseous-project/gaseous-server/releases",
  34. "date_added": "2024-11-15",
  35. "description": "This is the server for the Gaseous system. It offers ROM and title management, as well as some basic in browser emulation of those ROMs.",
  36. "home": "https://github.com/gaseous-project/gaseous-server",
  37. "host_mounts": [],
  38. "icon": "https://media.sys.truenas.net/apps/gaseous-server/icons/icon.png",
  39. "keywords": [
  40. "games",
  41. "emulation"
  42. ],
  43. "lib_version": "2.1.49",
  44. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  45. "maintainers": [
  46. {
  47. "email": "dev@ixsystems.com",
  48. "name": "truenas",
  49. "url": "https://www.truenas.com/"
  50. }
  51. ],
  52. "name": "gaseous-server",
  53. "run_as_context": [
  54. {
  55. "description": "Gaseous Server runs as the root user.",
  56. "gid": 0,
  57. "group_name": "root",
  58. "uid": 0,
  59. "user_name": "root"
  60. },
  61. {
  62. "description": "MariaDB runs as non-root user.",
  63. "gid": 999,
  64. "group_name": "mariadb",
  65. "uid": 999,
  66. "user_name": "mariadb"
  67. }
  68. ],
  69. "screenshots": [
  70. "https://media.sys.truenas.net/apps/gaseous-server/screenshots/screenshot1.png",
  71. "https://media.sys.truenas.net/apps/gaseous-server/screenshots/screenshot2.png"
  72. ],
  73. "sources": [
  74. "https://github.com/gaseous-project/gaseous-server"
  75. ],
  76. "title": "Gaseous Server",
  77. "train": "community",
  78. "version": "1.1.12"
  79. },
  80. "schema": {
  81. "groups": [
  82. {
  83. "name": "Gaseous-Server Configuration",
  84. "description": "Deploy Gaseous Server by selecting from the following options, where in doubt use the defaults.\n"
  85. },
  86. {
  87. "name": "User and Group Configuration",
  88. "description": "Configure User and Group for Gaseous Server"
  89. },
  90. {
  91. "name": "Network Configuration",
  92. "description": "The Gaseous Server defaults to running on port 5198, you may change this if you wish.\n"
  93. },
  94. {
  95. "name": "Storage Configuration",
  96. "description": "Gaseous Server uses two persistent volumes, one for the database, another for Configuration and ROM uploads. If you wish to map in pre-existing data, you may wish to create a new host-volume pointing to that location on your pool. NOTE - When using a Database Host volume, it must be owned by user/group 999:999, the configuration directory can be owned by root:root."
  97. },
  98. {
  99. "name": "Labels Configuration",
  100. "description": "Configure Labels"
  101. },
  102. {
  103. "name": "Resources Configuration",
  104. "description": "The defaults should work for most people. ROM Emulation happens browser side and increasing these\ndefaults may not impact local emulation performance.\n"
  105. }
  106. ],
  107. "questions": [
  108. {
  109. "variable": "gaseous",
  110. "label": "",
  111. "group": "Gaseous-Server Configuration",
  112. "schema": {
  113. "type": "dict",
  114. "attrs": [
  115. {
  116. "variable": "db_password",
  117. "label": "Database Password",
  118. "description": "The password for Gaseous Server.",
  119. "schema": {
  120. "type": "string",
  121. "default": "",
  122. "required": true,
  123. "private": true
  124. }
  125. },
  126. {
  127. "variable": "db_root_password",
  128. "label": "Root Database Password",
  129. "description": "The root password for Gaseous Server.",
  130. "schema": {
  131. "type": "string",
  132. "default": "",
  133. "required": true,
  134. "private": true
  135. }
  136. },
  137. {
  138. "variable": "igdb_client_id",
  139. "label": "Twitch (IGDB) Client ID",
  140. "description": "Twitch Client ID used for Metadata Queries </br>\nMore Information at https://github.com/gaseous-project/gaseous-server/wiki/Metadata\n",
  141. "schema": {
  142. "type": "string",
  143. "required": true,
  144. "default": ""
  145. }
  146. },
  147. {
  148. "variable": "igdb_client_secret",
  149. "label": "Twitch (IGDB) Client Secret",
  150. "description": "Twitch Client Secret used for Metadata Queries </br>\nMore Information at https://github.com/gaseous-project/gaseous-server/wiki/Metadata\n",
  151. "schema": {
  152. "type": "string",
  153. "required": true,
  154. "private": true,
  155. "default": ""
  156. }
  157. },
  158. {
  159. "variable": "additional_envs",
  160. "label": "Additional Environment Variables",
  161. "schema": {
  162. "type": "list",
  163. "default": [],
  164. "items": [
  165. {
  166. "variable": "env",
  167. "label": "Environment Variable",
  168. "schema": {
  169. "type": "dict",
  170. "attrs": [
  171. {
  172. "variable": "name",
  173. "label": "Name",
  174. "schema": {
  175. "type": "string",
  176. "required": true
  177. }
  178. },
  179. {
  180. "variable": "value",
  181. "label": "Value",
  182. "schema": {
  183. "type": "string"
  184. }
  185. }
  186. ]
  187. }
  188. }
  189. ]
  190. }
  191. }
  192. ]
  193. }
  194. },
  195. {
  196. "variable": "run_as",
  197. "label": "",
  198. "group": "User and Group Configuration",
  199. "schema": {
  200. "type": "dict",
  201. "attrs": [
  202. {
  203. "variable": "user",
  204. "label": "User ID",
  205. "description": "The user id that Gaseous Server files will be owned by.",
  206. "schema": {
  207. "type": "int",
  208. "min": 568,
  209. "default": 568,
  210. "required": true
  211. }
  212. },
  213. {
  214. "variable": "group",
  215. "label": "Group ID",
  216. "description": "The group id that Gaseous Server files will be owned by.",
  217. "schema": {
  218. "type": "int",
  219. "min": 568,
  220. "default": 568,
  221. "required": true
  222. }
  223. }
  224. ]
  225. }
  226. },
  227. {
  228. "variable": "network",
  229. "label": "",
  230. "group": "Network Configuration",
  231. "schema": {
  232. "type": "dict",
  233. "attrs": [
  234. {
  235. "variable": "web_port",
  236. "label": "Web Port",
  237. "description": "The port for Gaseous Server UI",
  238. "schema": {
  239. "type": "dict",
  240. "attrs": [
  241. {
  242. "variable": "bind_mode",
  243. "label": "Port Bind Mode",
  244. "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",
  245. "schema": {
  246. "type": "string",
  247. "default": "published",
  248. "enum": [
  249. {
  250. "value": "published",
  251. "description": "Publish port on the host for external access"
  252. },
  253. {
  254. "value": "exposed",
  255. "description": "Expose port for inter-container communication"
  256. },
  257. {
  258. "value": "",
  259. "description": "None"
  260. }
  261. ]
  262. }
  263. },
  264. {
  265. "variable": "port_number",
  266. "label": "Port Number",
  267. "schema": {
  268. "type": "int",
  269. "show_if": [
  270. [
  271. "bind_mode",
  272. "=",
  273. "published"
  274. ]
  275. ],
  276. "default": 5198,
  277. "min": 1,
  278. "max": 65535,
  279. "required": true
  280. }
  281. },
  282. {
  283. "variable": "host_ips",
  284. "label": "Host IPs",
  285. "description": "IPs on the host to bind this port",
  286. "schema": {
  287. "type": "list",
  288. "show_if": [
  289. [
  290. "bind_mode",
  291. "=",
  292. "published"
  293. ]
  294. ],
  295. "default": [],
  296. "items": [
  297. {
  298. "variable": "host_ip",
  299. "label": "Host IP",
  300. "schema": {
  301. "type": "string",
  302. "required": true,
  303. "$ref": [
  304. "definitions/node_bind_ip"
  305. ]
  306. }
  307. }
  308. ]
  309. }
  310. }
  311. ]
  312. }
  313. }
  314. ]
  315. }
  316. },
  317. {
  318. "variable": "storage",
  319. "label": "",
  320. "group": "Storage Configuration",
  321. "schema": {
  322. "type": "dict",
  323. "attrs": [
  324. {
  325. "variable": "mariadb_data",
  326. "label": "Database Location",
  327. "description": "The path to store the Database.",
  328. "schema": {
  329. "type": "dict",
  330. "attrs": [
  331. {
  332. "variable": "type",
  333. "label": "Type",
  334. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  335. "schema": {
  336. "type": "string",
  337. "required": true,
  338. "default": "ix_volume",
  339. "enum": [
  340. {
  341. "value": "host_path",
  342. "description": "Host Path (Path that already exists on the system)"
  343. },
  344. {
  345. "value": "ix_volume",
  346. "description": "ixVolume (Dataset created automatically by the system)"
  347. }
  348. ]
  349. }
  350. },
  351. {
  352. "variable": "ix_volume_config",
  353. "label": "ixVolume Configuration",
  354. "description": "The configuration for the ixVolume dataset.",
  355. "schema": {
  356. "type": "dict",
  357. "show_if": [
  358. [
  359. "type",
  360. "=",
  361. "ix_volume"
  362. ]
  363. ],
  364. "$ref": [
  365. "normalize/ix_volume"
  366. ],
  367. "attrs": [
  368. {
  369. "variable": "acl_enable",
  370. "label": "Enable ACL",
  371. "description": "Enable ACL for the storage.",
  372. "schema": {
  373. "type": "boolean",
  374. "default": false
  375. }
  376. },
  377. {
  378. "variable": "dataset_name",
  379. "label": "Dataset Name",
  380. "description": "The name of the dataset to use for storage.",
  381. "schema": {
  382. "type": "string",
  383. "required": true,
  384. "hidden": true,
  385. "default": "mariadb_data"
  386. }
  387. },
  388. {
  389. "variable": "acl_entries",
  390. "label": "ACL Configuration",
  391. "schema": {
  392. "type": "dict",
  393. "show_if": [
  394. [
  395. "acl_enable",
  396. "=",
  397. true
  398. ]
  399. ],
  400. "attrs": []
  401. }
  402. }
  403. ]
  404. }
  405. },
  406. {
  407. "variable": "host_path_config",
  408. "label": "Host Path Configuration",
  409. "schema": {
  410. "type": "dict",
  411. "show_if": [
  412. [
  413. "type",
  414. "=",
  415. "host_path"
  416. ]
  417. ],
  418. "attrs": [
  419. {
  420. "variable": "acl_enable",
  421. "label": "Enable ACL",
  422. "description": "Enable ACL for the storage.",
  423. "schema": {
  424. "type": "boolean",
  425. "default": false
  426. }
  427. },
  428. {
  429. "variable": "acl",
  430. "label": "ACL Configuration",
  431. "schema": {
  432. "type": "dict",
  433. "show_if": [
  434. [
  435. "acl_enable",
  436. "=",
  437. true
  438. ]
  439. ],
  440. "attrs": [],
  441. "$ref": [
  442. "normalize/acl"
  443. ]
  444. }
  445. },
  446. {
  447. "variable": "path",
  448. "label": "Host Path",
  449. "description": "The host path to use for storage.",
  450. "schema": {
  451. "type": "hostpath",
  452. "show_if": [
  453. [
  454. "acl_enable",
  455. "=",
  456. false
  457. ]
  458. ],
  459. "required": true
  460. }
  461. }
  462. ]
  463. }
  464. }
  465. ]
  466. }
  467. },
  468. {
  469. "variable": "data",
  470. "label": "Configuration and Files Location",
  471. "description": "Where to store Gaseous Server configuration and uploaded ROMS from the User Interface.",
  472. "schema": {
  473. "type": "dict",
  474. "attrs": [
  475. {
  476. "variable": "type",
  477. "label": "Type",
  478. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  479. "schema": {
  480. "type": "string",
  481. "required": true,
  482. "default": "ix_volume",
  483. "enum": [
  484. {
  485. "value": "host_path",
  486. "description": "Host Path (Path that already exists on the system)"
  487. },
  488. {
  489. "value": "ix_volume",
  490. "description": "ixVolume (Dataset created automatically by the system)"
  491. }
  492. ]
  493. }
  494. },
  495. {
  496. "variable": "ix_volume_config",
  497. "label": "ixVolume Configuration",
  498. "description": "The configuration for the ixVolume dataset.",
  499. "schema": {
  500. "type": "dict",
  501. "show_if": [
  502. [
  503. "type",
  504. "=",
  505. "ix_volume"
  506. ]
  507. ],
  508. "$ref": [
  509. "normalize/ix_volume"
  510. ],
  511. "attrs": [
  512. {
  513. "variable": "acl_enable",
  514. "label": "Enable ACL",
  515. "description": "Enable ACL for the storage.",
  516. "schema": {
  517. "type": "boolean",
  518. "default": false
  519. }
  520. },
  521. {
  522. "variable": "dataset_name",
  523. "label": "Dataset Name",
  524. "description": "The name of the dataset to use for storage.",
  525. "schema": {
  526. "type": "string",
  527. "required": true,
  528. "hidden": true,
  529. "default": "data"
  530. }
  531. },
  532. {
  533. "variable": "acl_entries",
  534. "label": "ACL Configuration",
  535. "schema": {
  536. "type": "dict",
  537. "show_if": [
  538. [
  539. "acl_enable",
  540. "=",
  541. true
  542. ]
  543. ],
  544. "attrs": []
  545. }
  546. }
  547. ]
  548. }
  549. },
  550. {
  551. "variable": "host_path_config",
  552. "label": "Host Path Configuration",
  553. "schema": {
  554. "type": "dict",
  555. "show_if": [
  556. [
  557. "type",
  558. "=",
  559. "host_path"
  560. ]
  561. ],
  562. "attrs": [
  563. {
  564. "variable": "acl_enable",
  565. "label": "Enable ACL",
  566. "description": "Enable ACL for the storage.",
  567. "schema": {
  568. "type": "boolean",
  569. "default": false
  570. }
  571. },
  572. {
  573. "variable": "acl",
  574. "label": "ACL Configuration",
  575. "schema": {
  576. "type": "dict",
  577. "show_if": [
  578. [
  579. "acl_enable",
  580. "=",
  581. true
  582. ]
  583. ],
  584. "attrs": [],
  585. "$ref": [
  586. "normalize/acl"
  587. ]
  588. }
  589. },
  590. {
  591. "variable": "path",
  592. "label": "Host Path",
  593. "description": "The host path to use for storage.",
  594. "schema": {
  595. "type": "hostpath",
  596. "show_if": [
  597. [
  598. "acl_enable",
  599. "=",
  600. false
  601. ]
  602. ],
  603. "required": true
  604. }
  605. }
  606. ]
  607. }
  608. }
  609. ]
  610. }
  611. },
  612. {
  613. "variable": "additional_storage",
  614. "label": "Additional Storage",
  615. "schema": {
  616. "type": "list",
  617. "default": [],
  618. "items": [
  619. {
  620. "variable": "storageEntry",
  621. "label": "Storage Entry",
  622. "schema": {
  623. "type": "dict",
  624. "attrs": [
  625. {
  626. "variable": "type",
  627. "label": "Type",
  628. "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",
  629. "schema": {
  630. "type": "string",
  631. "required": true,
  632. "default": "ix_volume",
  633. "enum": [
  634. {
  635. "value": "host_path",
  636. "description": "Host Path (Path that already exists on the system)"
  637. },
  638. {
  639. "value": "ix_volume",
  640. "description": "ixVolume (Dataset created automatically by the system)"
  641. },
  642. {
  643. "value": "cifs",
  644. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  645. }
  646. ]
  647. }
  648. },
  649. {
  650. "variable": "read_only",
  651. "label": "Read Only",
  652. "description": "Mount the volume as read only.",
  653. "schema": {
  654. "type": "boolean",
  655. "default": false
  656. }
  657. },
  658. {
  659. "variable": "mount_path",
  660. "label": "Mount Path",
  661. "description": "The path inside the container to mount the storage.",
  662. "schema": {
  663. "type": "path",
  664. "required": true
  665. }
  666. },
  667. {
  668. "variable": "host_path_config",
  669. "label": "Host Path Configuration",
  670. "schema": {
  671. "type": "dict",
  672. "show_if": [
  673. [
  674. "type",
  675. "=",
  676. "host_path"
  677. ]
  678. ],
  679. "attrs": [
  680. {
  681. "variable": "acl_enable",
  682. "label": "Enable ACL",
  683. "description": "Enable ACL for the storage.",
  684. "schema": {
  685. "type": "boolean",
  686. "default": false
  687. }
  688. },
  689. {
  690. "variable": "acl",
  691. "label": "ACL Configuration",
  692. "schema": {
  693. "type": "dict",
  694. "show_if": [
  695. [
  696. "acl_enable",
  697. "=",
  698. true
  699. ]
  700. ],
  701. "attrs": [],
  702. "$ref": [
  703. "normalize/acl"
  704. ]
  705. }
  706. },
  707. {
  708. "variable": "path",
  709. "label": "Host Path",
  710. "description": "The host path to use for storage.",
  711. "schema": {
  712. "type": "hostpath",
  713. "show_if": [
  714. [
  715. "acl_enable",
  716. "=",
  717. false
  718. ]
  719. ],
  720. "required": true
  721. }
  722. }
  723. ]
  724. }
  725. },
  726. {
  727. "variable": "ix_volume_config",
  728. "label": "ixVolume Configuration",
  729. "description": "The configuration for the ixVolume dataset.",
  730. "schema": {
  731. "type": "dict",
  732. "show_if": [
  733. [
  734. "type",
  735. "=",
  736. "ix_volume"
  737. ]
  738. ],
  739. "$ref": [
  740. "normalize/ix_volume"
  741. ],
  742. "attrs": [
  743. {
  744. "variable": "acl_enable",
  745. "label": "Enable ACL",
  746. "description": "Enable ACL for the storage.",
  747. "schema": {
  748. "type": "boolean",
  749. "default": false
  750. }
  751. },
  752. {
  753. "variable": "dataset_name",
  754. "label": "Dataset Name",
  755. "description": "The name of the dataset to use for storage.",
  756. "schema": {
  757. "type": "string",
  758. "required": true,
  759. "default": "storage_entry"
  760. }
  761. },
  762. {
  763. "variable": "acl_entries",
  764. "label": "ACL Configuration",
  765. "schema": {
  766. "type": "dict",
  767. "show_if": [
  768. [
  769. "acl_enable",
  770. "=",
  771. true
  772. ]
  773. ],
  774. "attrs": [],
  775. "$ref": [
  776. "normalize/acl"
  777. ]
  778. }
  779. }
  780. ]
  781. }
  782. },
  783. {
  784. "variable": "cifs_config",
  785. "label": "SMB Configuration",
  786. "description": "The configuration for the SMB dataset.",
  787. "schema": {
  788. "type": "dict",
  789. "show_if": [
  790. [
  791. "type",
  792. "=",
  793. "cifs"
  794. ]
  795. ],
  796. "attrs": [
  797. {
  798. "variable": "server",
  799. "label": "Server",
  800. "description": "The server to mount the SMB share.",
  801. "schema": {
  802. "type": "string",
  803. "required": true
  804. }
  805. },
  806. {
  807. "variable": "path",
  808. "label": "Path",
  809. "description": "The path to mount the SMB share.",
  810. "schema": {
  811. "type": "string",
  812. "required": true
  813. }
  814. },
  815. {
  816. "variable": "username",
  817. "label": "Username",
  818. "description": "The username to use for the SMB share.",
  819. "schema": {
  820. "type": "string",
  821. "required": true
  822. }
  823. },
  824. {
  825. "variable": "password",
  826. "label": "Password",
  827. "description": "The password to use for the SMB share.",
  828. "schema": {
  829. "type": "string",
  830. "required": true,
  831. "private": true
  832. }
  833. },
  834. {
  835. "variable": "domain",
  836. "label": "Domain",
  837. "description": "The domain to use for the SMB share.",
  838. "schema": {
  839. "type": "string"
  840. }
  841. }
  842. ]
  843. }
  844. }
  845. ]
  846. }
  847. }
  848. ]
  849. }
  850. }
  851. ]
  852. }
  853. },
  854. {
  855. "variable": "labels",
  856. "label": "",
  857. "group": "Labels Configuration",
  858. "schema": {
  859. "type": "list",
  860. "default": [],
  861. "items": [
  862. {
  863. "variable": "label",
  864. "label": "Label",
  865. "schema": {
  866. "type": "dict",
  867. "attrs": [
  868. {
  869. "variable": "key",
  870. "label": "Key",
  871. "schema": {
  872. "type": "string",
  873. "required": true
  874. }
  875. },
  876. {
  877. "variable": "value",
  878. "label": "Value",
  879. "schema": {
  880. "type": "string",
  881. "required": true
  882. }
  883. },
  884. {
  885. "variable": "containers",
  886. "label": "Containers",
  887. "description": "Containers where the label should be applied",
  888. "schema": {
  889. "type": "list",
  890. "items": [
  891. {
  892. "variable": "container",
  893. "label": "Container",
  894. "schema": {
  895. "type": "string",
  896. "required": true,
  897. "enum": [
  898. {
  899. "value": "gaseous-server",
  900. "description": "gaseous-server"
  901. },
  902. {
  903. "value": "mariadb",
  904. "description": "mariadb"
  905. }
  906. ]
  907. }
  908. }
  909. ]
  910. }
  911. }
  912. ]
  913. }
  914. }
  915. ]
  916. }
  917. },
  918. {
  919. "variable": "resources",
  920. "label": "",
  921. "group": "Resources Configuration",
  922. "schema": {
  923. "type": "dict",
  924. "attrs": [
  925. {
  926. "variable": "limits",
  927. "label": "Limits",
  928. "schema": {
  929. "type": "dict",
  930. "attrs": [
  931. {
  932. "variable": "cpus",
  933. "label": "CPUs",
  934. "description": "CPUs limit for Ollama.",
  935. "schema": {
  936. "type": "int",
  937. "default": 2,
  938. "required": true
  939. }
  940. },
  941. {
  942. "variable": "memory",
  943. "label": "Memory (in MB)",
  944. "description": "Memory limit for Ollama.",
  945. "schema": {
  946. "type": "int",
  947. "default": 4096,
  948. "required": true
  949. }
  950. }
  951. ]
  952. }
  953. }
  954. ]
  955. }
  956. }
  957. ]
  958. },
  959. "readme": "<h1>Gaseous-Server</h1> <p><a href=\"https://github.com/gaseous-project/gaseous-server\">Gaseous-Server</a> - Host your ROMS library and emulate them in-browser.</p> <p>This is the server for the Gaseous system. It offers ROM and title management, as well as some basic in browser emulation of those ROMs.</p>",
  960. "changelog": null,
  961. "chart_metadata": {
  962. "annotations": {
  963. "min_scale_version": "24.10.2.2"
  964. },
  965. "app_version": "v1.7.14",
  966. "capabilities": [
  967. {
  968. "description": "Gaseous Server is able to change file ownership arbitrarily",
  969. "name": "CHOWN"
  970. },
  971. {
  972. "description": "Gaseous Server is able to change group ID of processes",
  973. "name": "SETGID"
  974. },
  975. {
  976. "description": "Gaseous Server is able to change user ID of processes",
  977. "name": "SETUID"
  978. }
  979. ],
  980. "categories": [
  981. "games"
  982. ],
  983. "changelog_url": "https://github.com/gaseous-project/gaseous-server/releases",
  984. "date_added": "2024-11-15",
  985. "description": "This is the server for the Gaseous system. It offers ROM and title management, as well as some basic in browser emulation of those ROMs.",
  986. "home": "https://github.com/gaseous-project/gaseous-server",
  987. "host_mounts": [],
  988. "icon": "https://media.sys.truenas.net/apps/gaseous-server/icons/icon.png",
  989. "keywords": [
  990. "games",
  991. "emulation"
  992. ],
  993. "lib_version": "2.1.49",
  994. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  995. "maintainers": [
  996. {
  997. "email": "dev@ixsystems.com",
  998. "name": "truenas",
  999. "url": "https://www.truenas.com/"
  1000. }
  1001. ],
  1002. "name": "gaseous-server",
  1003. "run_as_context": [
  1004. {
  1005. "description": "Gaseous Server runs as the root user.",
  1006. "gid": 0,
  1007. "group_name": "root",
  1008. "uid": 0,
  1009. "user_name": "root"
  1010. },
  1011. {
  1012. "description": "MariaDB runs as non-root user.",
  1013. "gid": 999,
  1014. "group_name": "mariadb",
  1015. "uid": 999,
  1016. "user_name": "mariadb"
  1017. }
  1018. ],
  1019. "screenshots": [
  1020. "https://media.sys.truenas.net/apps/gaseous-server/screenshots/screenshot1.png",
  1021. "https://media.sys.truenas.net/apps/gaseous-server/screenshots/screenshot2.png"
  1022. ],
  1023. "sources": [
  1024. "https://github.com/gaseous-project/gaseous-server"
  1025. ],
  1026. "title": "Gaseous Server",
  1027. "train": "community",
  1028. "version": "1.1.12"
  1029. }
  1030. }
  1031. }