app_versions.json 63 KB

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