app_versions.json 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  1. {
  2. "1.0.15": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/open-speed-test/1.0.15",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "v2.0.6_1.0.15",
  10. "version": "1.0.15",
  11. "app_metadata": {
  12. "app_version": "v2.0.6",
  13. "capabilities": [],
  14. "categories": [
  15. "networking"
  16. ],
  17. "changelog_url": "https://github.com/openspeedtest/Docker-Image/tags",
  18. "date_added": "2025-02-05",
  19. "description": "SpeedTest by OpenSpeedTest\u2122 is a Free and Open-Source HTML5 Network Performance Estimation Tool",
  20. "home": "https://openspeedtest.com",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/open-speed-test/icons/icon.png",
  23. "keywords": [
  24. "speedtest"
  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": "open-speed-test",
  36. "run_as_context": [
  37. {
  38. "description": "Open Speed Test runs as non-root user.",
  39. "gid": 101,
  40. "group_name": "nginx",
  41. "uid": 101,
  42. "user_name": "nginx"
  43. }
  44. ],
  45. "screenshots": [
  46. "https://media.sys.truenas.net/apps/open-speed-test/screenshots/screenshot1.gif"
  47. ],
  48. "sources": [
  49. "https://github.com/openspeedtest/Speed-Test"
  50. ],
  51. "title": "Open Speed Test",
  52. "train": "community",
  53. "version": "1.0.15"
  54. },
  55. "schema": {
  56. "groups": [
  57. {
  58. "name": "Open Speed Test Configuration",
  59. "description": "Configure Open Speed Test"
  60. },
  61. {
  62. "name": "Network Configuration",
  63. "description": "Configure Network for Open Speed Test"
  64. },
  65. {
  66. "name": "Storage Configuration",
  67. "description": "Configure Storage for Open Speed Test"
  68. },
  69. {
  70. "name": "Labels Configuration",
  71. "description": "Configure Labels for Open Speed Test"
  72. },
  73. {
  74. "name": "Resources Configuration",
  75. "description": "Configure Resources for Open Speed Test"
  76. }
  77. ],
  78. "questions": [
  79. {
  80. "variable": "TZ",
  81. "group": "Open Speed Test Configuration",
  82. "label": "Timezone",
  83. "schema": {
  84. "type": "string",
  85. "default": "Etc/UTC",
  86. "required": true,
  87. "$ref": [
  88. "definitions/timezone"
  89. ]
  90. }
  91. },
  92. {
  93. "variable": "speed_test",
  94. "label": "",
  95. "group": "Open Speed Test Configuration",
  96. "schema": {
  97. "type": "dict",
  98. "attrs": [
  99. {
  100. "variable": "additional_envs",
  101. "label": "Additional Environment Variables",
  102. "schema": {
  103. "type": "list",
  104. "default": [],
  105. "items": [
  106. {
  107. "variable": "env",
  108. "label": "Environment Variable",
  109. "schema": {
  110. "type": "dict",
  111. "attrs": [
  112. {
  113. "variable": "name",
  114. "label": "Name",
  115. "schema": {
  116. "type": "string",
  117. "required": true
  118. }
  119. },
  120. {
  121. "variable": "value",
  122. "label": "Value",
  123. "schema": {
  124. "type": "string"
  125. }
  126. }
  127. ]
  128. }
  129. }
  130. ]
  131. }
  132. }
  133. ]
  134. }
  135. },
  136. {
  137. "variable": "network",
  138. "label": "",
  139. "group": "Network Configuration",
  140. "schema": {
  141. "type": "dict",
  142. "attrs": [
  143. {
  144. "variable": "http_port",
  145. "label": "HTTP Port",
  146. "schema": {
  147. "type": "dict",
  148. "attrs": [
  149. {
  150. "variable": "bind_mode",
  151. "label": "Port Bind Mode",
  152. "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",
  153. "schema": {
  154. "type": "string",
  155. "default": "published",
  156. "enum": [
  157. {
  158. "value": "published",
  159. "description": "Publish port on the host for external access"
  160. },
  161. {
  162. "value": "exposed",
  163. "description": "Expose port for inter-container communication"
  164. },
  165. {
  166. "value": "",
  167. "description": "None"
  168. }
  169. ]
  170. }
  171. },
  172. {
  173. "variable": "port_number",
  174. "label": "Port Number",
  175. "schema": {
  176. "type": "int",
  177. "default": 30116,
  178. "min": 1,
  179. "max": 65535,
  180. "required": true
  181. }
  182. },
  183. {
  184. "variable": "host_ips",
  185. "label": "Host IPs",
  186. "description": "IPs on the host to bind this port",
  187. "schema": {
  188. "type": "list",
  189. "show_if": [
  190. [
  191. "bind_mode",
  192. "=",
  193. "published"
  194. ]
  195. ],
  196. "default": [],
  197. "items": [
  198. {
  199. "variable": "host_ip",
  200. "label": "Host IP",
  201. "schema": {
  202. "type": "string",
  203. "required": true,
  204. "$ref": [
  205. "definitions/node_bind_ip"
  206. ]
  207. }
  208. }
  209. ]
  210. }
  211. }
  212. ]
  213. }
  214. },
  215. {
  216. "variable": "https_port",
  217. "label": "HTTPS Port",
  218. "schema": {
  219. "type": "dict",
  220. "attrs": [
  221. {
  222. "variable": "bind_mode",
  223. "label": "Port Bind Mode",
  224. "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",
  225. "schema": {
  226. "type": "string",
  227. "default": "published",
  228. "enum": [
  229. {
  230. "value": "published",
  231. "description": "Publish port on the host for external access"
  232. },
  233. {
  234. "value": "exposed",
  235. "description": "Expose port for inter-container communication"
  236. },
  237. {
  238. "value": "",
  239. "description": "None"
  240. }
  241. ]
  242. }
  243. },
  244. {
  245. "variable": "port_number",
  246. "label": "Port Number",
  247. "schema": {
  248. "type": "int",
  249. "default": 30117,
  250. "min": 1,
  251. "max": 65535,
  252. "required": true
  253. }
  254. },
  255. {
  256. "variable": "host_ips",
  257. "label": "Host IPs",
  258. "description": "IPs on the host to bind this port",
  259. "schema": {
  260. "type": "list",
  261. "show_if": [
  262. [
  263. "bind_mode",
  264. "=",
  265. "published"
  266. ]
  267. ],
  268. "default": [],
  269. "items": [
  270. {
  271. "variable": "host_ip",
  272. "label": "Host IP",
  273. "schema": {
  274. "type": "string",
  275. "required": true,
  276. "$ref": [
  277. "definitions/node_bind_ip"
  278. ]
  279. }
  280. }
  281. ]
  282. }
  283. }
  284. ]
  285. }
  286. },
  287. {
  288. "variable": "certificate_id",
  289. "label": "Certificate ID",
  290. "description": "The certificate ID to use for Open Speed Test.",
  291. "schema": {
  292. "type": "int",
  293. "null": true,
  294. "$ref": [
  295. "definitions/certificate"
  296. ]
  297. }
  298. },
  299. {
  300. "variable": "host_network",
  301. "label": "Host Network",
  302. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  303. "schema": {
  304. "type": "boolean",
  305. "default": false
  306. }
  307. }
  308. ]
  309. }
  310. },
  311. {
  312. "variable": "storage",
  313. "label": "",
  314. "group": "Storage Configuration",
  315. "schema": {
  316. "type": "dict",
  317. "attrs": [
  318. {
  319. "variable": "additional_storage",
  320. "label": "Additional Storage",
  321. "schema": {
  322. "type": "list",
  323. "default": [],
  324. "items": [
  325. {
  326. "variable": "storageEntry",
  327. "label": "Storage Entry",
  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.</br>\nSMB Share: Is a SMB share that is mounted to as a volume.\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. "value": "cifs",
  350. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  351. }
  352. ]
  353. }
  354. },
  355. {
  356. "variable": "read_only",
  357. "label": "Read Only",
  358. "description": "Mount the volume as read only.",
  359. "schema": {
  360. "type": "boolean",
  361. "default": false
  362. }
  363. },
  364. {
  365. "variable": "mount_path",
  366. "label": "Mount Path",
  367. "description": "The path inside the container to mount the storage.",
  368. "schema": {
  369. "type": "path",
  370. "required": true
  371. }
  372. },
  373. {
  374. "variable": "host_path_config",
  375. "label": "Host Path Configuration",
  376. "schema": {
  377. "type": "dict",
  378. "show_if": [
  379. [
  380. "type",
  381. "=",
  382. "host_path"
  383. ]
  384. ],
  385. "attrs": [
  386. {
  387. "variable": "acl_enable",
  388. "label": "Enable ACL",
  389. "description": "Enable ACL for the storage.",
  390. "schema": {
  391. "type": "boolean",
  392. "default": false
  393. }
  394. },
  395. {
  396. "variable": "acl",
  397. "label": "ACL Configuration",
  398. "schema": {
  399. "type": "dict",
  400. "show_if": [
  401. [
  402. "acl_enable",
  403. "=",
  404. true
  405. ]
  406. ],
  407. "attrs": [],
  408. "$ref": [
  409. "normalize/acl"
  410. ]
  411. }
  412. },
  413. {
  414. "variable": "path",
  415. "label": "Host Path",
  416. "description": "The host path to use for storage.",
  417. "schema": {
  418. "type": "hostpath",
  419. "show_if": [
  420. [
  421. "acl_enable",
  422. "=",
  423. false
  424. ]
  425. ],
  426. "required": true
  427. }
  428. }
  429. ]
  430. }
  431. },
  432. {
  433. "variable": "ix_volume_config",
  434. "label": "ixVolume Configuration",
  435. "description": "The configuration for the ixVolume dataset.",
  436. "schema": {
  437. "type": "dict",
  438. "show_if": [
  439. [
  440. "type",
  441. "=",
  442. "ix_volume"
  443. ]
  444. ],
  445. "$ref": [
  446. "normalize/ix_volume"
  447. ],
  448. "attrs": [
  449. {
  450. "variable": "acl_enable",
  451. "label": "Enable ACL",
  452. "description": "Enable ACL for the storage.",
  453. "schema": {
  454. "type": "boolean",
  455. "default": false
  456. }
  457. },
  458. {
  459. "variable": "dataset_name",
  460. "label": "Dataset Name",
  461. "description": "The name of the dataset to use for storage.",
  462. "schema": {
  463. "type": "string",
  464. "required": true,
  465. "default": "storage_entry"
  466. }
  467. },
  468. {
  469. "variable": "acl_entries",
  470. "label": "ACL Configuration",
  471. "schema": {
  472. "type": "dict",
  473. "show_if": [
  474. [
  475. "acl_enable",
  476. "=",
  477. true
  478. ]
  479. ],
  480. "attrs": [],
  481. "$ref": [
  482. "normalize/acl"
  483. ]
  484. }
  485. }
  486. ]
  487. }
  488. },
  489. {
  490. "variable": "cifs_config",
  491. "label": "SMB Configuration",
  492. "description": "The configuration for the SMB dataset.",
  493. "schema": {
  494. "type": "dict",
  495. "show_if": [
  496. [
  497. "type",
  498. "=",
  499. "cifs"
  500. ]
  501. ],
  502. "attrs": [
  503. {
  504. "variable": "server",
  505. "label": "Server",
  506. "description": "The server to mount the SMB share.",
  507. "schema": {
  508. "type": "string",
  509. "required": true
  510. }
  511. },
  512. {
  513. "variable": "path",
  514. "label": "Path",
  515. "description": "The path to mount the SMB share.",
  516. "schema": {
  517. "type": "string",
  518. "required": true
  519. }
  520. },
  521. {
  522. "variable": "username",
  523. "label": "Username",
  524. "description": "The username to use for the SMB share.",
  525. "schema": {
  526. "type": "string",
  527. "required": true
  528. }
  529. },
  530. {
  531. "variable": "password",
  532. "label": "Password",
  533. "description": "The password to use for the SMB share.",
  534. "schema": {
  535. "type": "string",
  536. "required": true,
  537. "private": true
  538. }
  539. },
  540. {
  541. "variable": "domain",
  542. "label": "Domain",
  543. "description": "The domain to use for the SMB share.",
  544. "schema": {
  545. "type": "string"
  546. }
  547. }
  548. ]
  549. }
  550. }
  551. ]
  552. }
  553. }
  554. ]
  555. }
  556. }
  557. ]
  558. }
  559. },
  560. {
  561. "variable": "labels",
  562. "label": "",
  563. "group": "Labels Configuration",
  564. "schema": {
  565. "type": "list",
  566. "default": [],
  567. "items": [
  568. {
  569. "variable": "label",
  570. "label": "Label",
  571. "schema": {
  572. "type": "dict",
  573. "attrs": [
  574. {
  575. "variable": "key",
  576. "label": "Key",
  577. "schema": {
  578. "type": "string",
  579. "required": true
  580. }
  581. },
  582. {
  583. "variable": "value",
  584. "label": "Value",
  585. "schema": {
  586. "type": "string",
  587. "required": true
  588. }
  589. },
  590. {
  591. "variable": "containers",
  592. "label": "Containers",
  593. "description": "Containers where the label should be applied",
  594. "schema": {
  595. "type": "list",
  596. "items": [
  597. {
  598. "variable": "container",
  599. "label": "Container",
  600. "schema": {
  601. "type": "string",
  602. "required": true,
  603. "enum": [
  604. {
  605. "value": "open-speed-test",
  606. "description": "open-speed-test"
  607. }
  608. ]
  609. }
  610. }
  611. ]
  612. }
  613. }
  614. ]
  615. }
  616. }
  617. ]
  618. }
  619. },
  620. {
  621. "variable": "resources",
  622. "label": "",
  623. "group": "Resources Configuration",
  624. "schema": {
  625. "type": "dict",
  626. "attrs": [
  627. {
  628. "variable": "limits",
  629. "label": "Limits",
  630. "schema": {
  631. "type": "dict",
  632. "attrs": [
  633. {
  634. "variable": "cpus",
  635. "label": "CPUs",
  636. "description": "CPUs limit for Open Speed Test.",
  637. "schema": {
  638. "type": "int",
  639. "default": 2,
  640. "required": true
  641. }
  642. },
  643. {
  644. "variable": "memory",
  645. "label": "Memory (in MB)",
  646. "description": "Memory limit for Open Speed Test.",
  647. "schema": {
  648. "type": "int",
  649. "default": 4096,
  650. "required": true
  651. }
  652. }
  653. ]
  654. }
  655. }
  656. ]
  657. }
  658. }
  659. ]
  660. },
  661. "readme": "<h1>Open Speed Test</h1> <p><a href=\"https://openspeedtest.com\">SpeedTest</a> by OpenSpeedTest\u2122 is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, &amp; SVG. No Third-Party frameworks or libraries are Required. Started in 2011 and moved to OpenSpeedTest.com dedicated Project/Domain Name in 2013.</p>",
  662. "changelog": null,
  663. "chart_metadata": {
  664. "app_version": "v2.0.6",
  665. "capabilities": [],
  666. "categories": [
  667. "networking"
  668. ],
  669. "changelog_url": "https://github.com/openspeedtest/Docker-Image/tags",
  670. "date_added": "2025-02-05",
  671. "description": "SpeedTest by OpenSpeedTest\u2122 is a Free and Open-Source HTML5 Network Performance Estimation Tool",
  672. "home": "https://openspeedtest.com",
  673. "host_mounts": [],
  674. "icon": "https://media.sys.truenas.net/apps/open-speed-test/icons/icon.png",
  675. "keywords": [
  676. "speedtest"
  677. ],
  678. "lib_version": "2.1.49",
  679. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  680. "maintainers": [
  681. {
  682. "email": "dev@ixsystems.com",
  683. "name": "truenas",
  684. "url": "https://www.truenas.com/"
  685. }
  686. ],
  687. "name": "open-speed-test",
  688. "run_as_context": [
  689. {
  690. "description": "Open Speed Test runs as non-root user.",
  691. "gid": 101,
  692. "group_name": "nginx",
  693. "uid": 101,
  694. "user_name": "nginx"
  695. }
  696. ],
  697. "screenshots": [
  698. "https://media.sys.truenas.net/apps/open-speed-test/screenshots/screenshot1.gif"
  699. ],
  700. "sources": [
  701. "https://github.com/openspeedtest/Speed-Test"
  702. ],
  703. "title": "Open Speed Test",
  704. "train": "community",
  705. "version": "1.0.15"
  706. }
  707. }
  708. }