app_versions.json 54 KB

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