app_versions.json 70 KB

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