app_versions.json 65 KB

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