app_versions.json 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. {
  2. "1.1.5": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/linkding/1.1.5",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "1.22.3_1.1.5",
  12. "version": "1.1.5",
  13. "chart_metadata": {
  14. "name": "linkding",
  15. "description": "Linkding is a bookmark manager that you can host yourself.",
  16. "annotations": {
  17. "title": "Linkding"
  18. },
  19. "type": "application",
  20. "version": "1.1.5",
  21. "apiVersion": "v2",
  22. "appVersion": "1.22.3",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.2"
  36. }
  37. ],
  38. "home": "https://github.com/sissbruecker/linkding",
  39. "icon": "https://media.sys.truenas.net/apps/linkding/icons/icon.svg",
  40. "sources": [
  41. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/linkding",
  42. "https://github.com/sissbruecker/linkding",
  43. "https://hub.docker.com/r/sissbruecker/linkding/"
  44. ],
  45. "keywords": [
  46. "bookmark"
  47. ]
  48. },
  49. "app_metadata": {
  50. "runAsContext": [
  51. {
  52. "userName": "linkding",
  53. "groupName": "linkding",
  54. "gid": 568,
  55. "uid": 568,
  56. "description": "Linkding can run as any non-root user."
  57. },
  58. {
  59. "userName": "postgres",
  60. "groupName": "postgres",
  61. "gid": 999,
  62. "uid": 999,
  63. "description": "Postgres runs as a non-root user."
  64. }
  65. ],
  66. "capabilities": [],
  67. "hostMounts": []
  68. },
  69. "schema": {
  70. "groups": [
  71. {
  72. "name": "Linkding Configuration",
  73. "description": "Configure Linkding"
  74. },
  75. {
  76. "name": "Network Configuration",
  77. "description": "Configure Network for Linkding"
  78. },
  79. {
  80. "name": "User and Group Configuration",
  81. "description": "Configure User and Group for Linkding"
  82. },
  83. {
  84. "name": "Storage Configuration",
  85. "description": "Configure Storage for Linkding"
  86. },
  87. {
  88. "name": "Resources Configuration",
  89. "description": "Configure Resources for Linkding"
  90. }
  91. ],
  92. "portals": {
  93. "web_portal": {
  94. "protocols": [
  95. "$kubernetes-resource_configmap_portal_protocol"
  96. ],
  97. "host": [
  98. "$kubernetes-resource_configmap_portal_host"
  99. ],
  100. "ports": [
  101. "$kubernetes-resource_configmap_portal_port"
  102. ],
  103. "path": "$kubernetes-resource_configmap_portal_path"
  104. }
  105. },
  106. "questions": [
  107. {
  108. "variable": "linkdingConfig",
  109. "label": "",
  110. "group": "Linkding Configuration",
  111. "schema": {
  112. "type": "dict",
  113. "attrs": [
  114. {
  115. "variable": "username",
  116. "label": "Username",
  117. "description": "The username for Linkding. </br>\nIt creates a superuser if it doesn't exist.</br>\nLeaving this empty will disable authentication.\n",
  118. "schema": {
  119. "type": "string",
  120. "default": ""
  121. }
  122. },
  123. {
  124. "variable": "password",
  125. "label": "Password",
  126. "description": "The password for Linkding.</br>\nIt creates a superuser if it doesn't exist.</br>\nLeaving this empty will disable authentication.\n",
  127. "schema": {
  128. "type": "string",
  129. "show_if": [
  130. [
  131. "username",
  132. "!=",
  133. ""
  134. ]
  135. ],
  136. "default": "",
  137. "private": true
  138. }
  139. },
  140. {
  141. "variable": "disableBackgroundTasks",
  142. "label": "Disable Background Tasks",
  143. "description": "Disables background tasks, such as creating snapshots for bookmarks\non the the Internet Archive Wayback Machine.\n",
  144. "schema": {
  145. "type": "boolean",
  146. "default": false
  147. }
  148. },
  149. {
  150. "variable": "disableUrlValidation",
  151. "label": "Disable URL Validation",
  152. "description": "Completely disables URL validation for bookmarks.\nThis can be useful if you intend to store non fully qualified\ndomain name URLs, such as network paths, or you want to store\nURLs that use another protocol than http or https.\n",
  153. "schema": {
  154. "type": "boolean",
  155. "default": false
  156. }
  157. },
  158. {
  159. "variable": "enableAuthProxy",
  160. "label": "Enable Auth Proxy",
  161. "description": "Enable authentication proxy. </br>\nThis will disable the built-in authentication and use the\nauthentication proxy instead.\n",
  162. "schema": {
  163. "type": "boolean",
  164. "default": false
  165. }
  166. },
  167. {
  168. "variable": "authProxyUsernameHeader",
  169. "label": "Auth Proxy Username Header",
  170. "description": "The HTTP header that contains the username for the authentication\nproxy.\n",
  171. "schema": {
  172. "type": "string",
  173. "show_if": [
  174. [
  175. "enableAuthProxy",
  176. "=",
  177. true
  178. ]
  179. ],
  180. "default": "",
  181. "required": true
  182. }
  183. },
  184. {
  185. "variable": "authProxyLogoutUrl",
  186. "label": "Auth Proxy Logout URL",
  187. "description": "The URL to redirect to when logging out of the authentication proxy.\n",
  188. "schema": {
  189. "type": "string",
  190. "show_if": [
  191. [
  192. "enableAuthProxy",
  193. "=",
  194. true
  195. ]
  196. ],
  197. "default": ""
  198. }
  199. },
  200. {
  201. "variable": "csrfTrustedOrigins",
  202. "label": "CSRF Trusted Origins",
  203. "description": "A list of origins that are allowed to bypass the CSRF protection.\n",
  204. "schema": {
  205. "type": "list",
  206. "default": [],
  207. "items": [
  208. {
  209. "variable": "origin",
  210. "label": "Origin",
  211. "schema": {
  212. "type": "string",
  213. "required": true
  214. }
  215. }
  216. ]
  217. }
  218. },
  219. {
  220. "variable": "additionalEnvs",
  221. "label": "Additional Environment Variables",
  222. "description": "Configure additional environment variables for Linkding.",
  223. "schema": {
  224. "type": "list",
  225. "default": [],
  226. "items": [
  227. {
  228. "variable": "env",
  229. "label": "Environment Variable",
  230. "schema": {
  231. "type": "dict",
  232. "attrs": [
  233. {
  234. "variable": "name",
  235. "label": "Name",
  236. "schema": {
  237. "type": "string",
  238. "required": true
  239. }
  240. },
  241. {
  242. "variable": "value",
  243. "label": "Value",
  244. "schema": {
  245. "type": "string",
  246. "required": true
  247. }
  248. }
  249. ]
  250. }
  251. }
  252. ]
  253. }
  254. }
  255. ]
  256. }
  257. },
  258. {
  259. "variable": "linkdingNetwork",
  260. "label": "",
  261. "group": "Network Configuration",
  262. "schema": {
  263. "type": "dict",
  264. "attrs": [
  265. {
  266. "variable": "webPort",
  267. "label": "Web Port",
  268. "description": "The port for the Linkding Web UI.",
  269. "schema": {
  270. "type": "int",
  271. "default": 30083,
  272. "min": 9000,
  273. "max": 65535,
  274. "required": true
  275. }
  276. },
  277. {
  278. "variable": "hostNetwork",
  279. "label": "Host Network",
  280. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  281. "schema": {
  282. "type": "boolean",
  283. "default": false
  284. }
  285. }
  286. ]
  287. }
  288. },
  289. {
  290. "variable": "linkdingRunAs",
  291. "label": "",
  292. "group": "User and Group Configuration",
  293. "schema": {
  294. "type": "dict",
  295. "attrs": [
  296. {
  297. "variable": "user",
  298. "label": "User ID",
  299. "description": "The user id that Linkding will run as.",
  300. "schema": {
  301. "type": "int",
  302. "min": 2,
  303. "default": 568,
  304. "required": true
  305. }
  306. },
  307. {
  308. "variable": "group",
  309. "label": "Group ID",
  310. "description": "The group id that Linkding will run as.",
  311. "schema": {
  312. "type": "int",
  313. "min": 2,
  314. "default": 568,
  315. "required": true
  316. }
  317. }
  318. ]
  319. }
  320. },
  321. {
  322. "variable": "linkdingStorage",
  323. "label": "",
  324. "group": "Storage Configuration",
  325. "schema": {
  326. "type": "dict",
  327. "attrs": [
  328. {
  329. "variable": "data",
  330. "label": "Linkding Data Storage",
  331. "description": "The path to store Linkding Data.",
  332. "schema": {
  333. "type": "dict",
  334. "attrs": [
  335. {
  336. "variable": "type",
  337. "label": "Type",
  338. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  339. "schema": {
  340. "type": "string",
  341. "required": true,
  342. "immutable": true,
  343. "default": "ixVolume",
  344. "enum": [
  345. {
  346. "value": "hostPath",
  347. "description": "Host Path (Path that already exists on the system)"
  348. },
  349. {
  350. "value": "ixVolume",
  351. "description": "ixVolume (Dataset created automatically by the system)"
  352. }
  353. ]
  354. }
  355. },
  356. {
  357. "variable": "datasetName",
  358. "label": "Dataset Name",
  359. "schema": {
  360. "type": "string",
  361. "show_if": [
  362. [
  363. "type",
  364. "=",
  365. "ixVolume"
  366. ]
  367. ],
  368. "required": true,
  369. "hidden": true,
  370. "immutable": true,
  371. "default": "data",
  372. "$ref": [
  373. "normalize/ixVolume"
  374. ]
  375. }
  376. },
  377. {
  378. "variable": "hostPath",
  379. "label": "Host Path",
  380. "schema": {
  381. "type": "hostpath",
  382. "show_if": [
  383. [
  384. "type",
  385. "=",
  386. "hostPath"
  387. ]
  388. ],
  389. "immutable": true,
  390. "required": true
  391. }
  392. }
  393. ]
  394. }
  395. },
  396. {
  397. "variable": "pgData",
  398. "label": "Postgres Data Storage",
  399. "description": "The path to store Postgres Data.",
  400. "schema": {
  401. "type": "dict",
  402. "attrs": [
  403. {
  404. "variable": "type",
  405. "label": "Type",
  406. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  407. "schema": {
  408. "type": "string",
  409. "required": true,
  410. "immutable": true,
  411. "default": "ixVolume",
  412. "enum": [
  413. {
  414. "value": "hostPath",
  415. "description": "Host Path (Path that already exists on the system)"
  416. },
  417. {
  418. "value": "ixVolume",
  419. "description": "ixVolume (Dataset created automatically by the system)"
  420. }
  421. ]
  422. }
  423. },
  424. {
  425. "variable": "datasetName",
  426. "label": "Dataset Name",
  427. "schema": {
  428. "type": "string",
  429. "show_if": [
  430. [
  431. "type",
  432. "=",
  433. "ixVolume"
  434. ]
  435. ],
  436. "required": true,
  437. "hidden": true,
  438. "immutable": true,
  439. "default": "pgData",
  440. "$ref": [
  441. "normalize/ixVolume"
  442. ]
  443. }
  444. },
  445. {
  446. "variable": "hostPath",
  447. "label": "Host Path",
  448. "schema": {
  449. "type": "hostpath",
  450. "show_if": [
  451. [
  452. "type",
  453. "=",
  454. "hostPath"
  455. ]
  456. ],
  457. "immutable": true,
  458. "required": true
  459. }
  460. }
  461. ]
  462. }
  463. },
  464. {
  465. "variable": "pgBackup",
  466. "label": "Postgres Backup Storage",
  467. "description": "The path to store Postgres Backup.",
  468. "schema": {
  469. "type": "dict",
  470. "attrs": [
  471. {
  472. "variable": "type",
  473. "label": "Type",
  474. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  475. "schema": {
  476. "type": "string",
  477. "required": true,
  478. "immutable": true,
  479. "default": "ixVolume",
  480. "enum": [
  481. {
  482. "value": "hostPath",
  483. "description": "Host Path (Path that already exists on the system)"
  484. },
  485. {
  486. "value": "ixVolume",
  487. "description": "ixVolume (Dataset created automatically by the system)"
  488. }
  489. ]
  490. }
  491. },
  492. {
  493. "variable": "datasetName",
  494. "label": "Dataset Name",
  495. "schema": {
  496. "type": "string",
  497. "show_if": [
  498. [
  499. "type",
  500. "=",
  501. "ixVolume"
  502. ]
  503. ],
  504. "required": true,
  505. "hidden": true,
  506. "immutable": true,
  507. "default": "pgBackup",
  508. "$ref": [
  509. "normalize/ixVolume"
  510. ]
  511. }
  512. },
  513. {
  514. "variable": "hostPath",
  515. "label": "Host Path",
  516. "schema": {
  517. "type": "hostpath",
  518. "show_if": [
  519. [
  520. "type",
  521. "=",
  522. "hostPath"
  523. ]
  524. ],
  525. "immutable": true,
  526. "required": true
  527. }
  528. }
  529. ]
  530. }
  531. },
  532. {
  533. "variable": "additionalStorages",
  534. "label": "Additional Storage",
  535. "description": "Additional storage for Linkding.",
  536. "schema": {
  537. "type": "list",
  538. "default": [],
  539. "items": [
  540. {
  541. "variable": "storageEntry",
  542. "label": "Storage Entry",
  543. "schema": {
  544. "type": "dict",
  545. "attrs": [
  546. {
  547. "variable": "type",
  548. "label": "Type",
  549. "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 a persistent volume claim.\n",
  550. "schema": {
  551. "type": "string",
  552. "required": true,
  553. "default": "ixVolume",
  554. "immutable": true,
  555. "enum": [
  556. {
  557. "value": "hostPath",
  558. "description": "Host Path (Path that already exists on the system)"
  559. },
  560. {
  561. "value": "ixVolume",
  562. "description": "ixVolume (Dataset created automatically by the system)"
  563. },
  564. {
  565. "value": "smb-pv-pvc",
  566. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  567. }
  568. ]
  569. }
  570. },
  571. {
  572. "variable": "mountPath",
  573. "label": "Mount Path",
  574. "description": "The path inside the container to mount the storage.",
  575. "schema": {
  576. "type": "path",
  577. "required": true
  578. }
  579. },
  580. {
  581. "variable": "hostPath",
  582. "label": "Host Path",
  583. "description": "The host path to use for storage.",
  584. "schema": {
  585. "type": "hostpath",
  586. "show_if": [
  587. [
  588. "type",
  589. "=",
  590. "hostPath"
  591. ]
  592. ],
  593. "required": true
  594. }
  595. },
  596. {
  597. "variable": "datasetName",
  598. "label": "Dataset Name",
  599. "description": "The name of the dataset to use for storage.",
  600. "schema": {
  601. "type": "string",
  602. "show_if": [
  603. [
  604. "type",
  605. "=",
  606. "ixVolume"
  607. ]
  608. ],
  609. "required": true,
  610. "immutable": true,
  611. "default": "storage_entry",
  612. "$ref": [
  613. "normalize/ixVolume"
  614. ]
  615. }
  616. },
  617. {
  618. "variable": "server",
  619. "label": "Server",
  620. "description": "The server for the SMB share.",
  621. "schema": {
  622. "type": "string",
  623. "show_if": [
  624. [
  625. "type",
  626. "=",
  627. "smb-pv-pvc"
  628. ]
  629. ],
  630. "required": true
  631. }
  632. },
  633. {
  634. "variable": "share",
  635. "label": "Share",
  636. "description": "The share name for the SMB share.",
  637. "schema": {
  638. "type": "string",
  639. "show_if": [
  640. [
  641. "type",
  642. "=",
  643. "smb-pv-pvc"
  644. ]
  645. ],
  646. "required": true
  647. }
  648. },
  649. {
  650. "variable": "domain",
  651. "label": "Domain (Optional)",
  652. "description": "The domain for the SMB share.",
  653. "schema": {
  654. "type": "string",
  655. "show_if": [
  656. [
  657. "type",
  658. "=",
  659. "smb-pv-pvc"
  660. ]
  661. ]
  662. }
  663. },
  664. {
  665. "variable": "username",
  666. "label": "Username",
  667. "description": "The username for the SMB share.",
  668. "schema": {
  669. "type": "string",
  670. "show_if": [
  671. [
  672. "type",
  673. "=",
  674. "smb-pv-pvc"
  675. ]
  676. ],
  677. "required": true
  678. }
  679. },
  680. {
  681. "variable": "password",
  682. "label": "Password",
  683. "description": "The password for the SMB share.",
  684. "schema": {
  685. "type": "string",
  686. "show_if": [
  687. [
  688. "type",
  689. "=",
  690. "smb-pv-pvc"
  691. ]
  692. ],
  693. "required": true,
  694. "private": true
  695. }
  696. },
  697. {
  698. "variable": "size",
  699. "label": "Size (in Gi)",
  700. "description": "The size of the volume quota.",
  701. "schema": {
  702. "type": "int",
  703. "show_if": [
  704. [
  705. "type",
  706. "=",
  707. "smb-pv-pvc"
  708. ]
  709. ],
  710. "required": true,
  711. "min": 1,
  712. "default": 1
  713. }
  714. }
  715. ]
  716. }
  717. }
  718. ]
  719. }
  720. }
  721. ]
  722. }
  723. },
  724. {
  725. "variable": "resources",
  726. "group": "Resources Configuration",
  727. "label": "",
  728. "schema": {
  729. "type": "dict",
  730. "attrs": [
  731. {
  732. "variable": "limits",
  733. "label": "Limits",
  734. "schema": {
  735. "type": "dict",
  736. "attrs": [
  737. {
  738. "variable": "cpu",
  739. "label": "CPU",
  740. "description": "CPU limit for Linkding.",
  741. "schema": {
  742. "type": "string",
  743. "max_length": 6,
  744. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  745. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  746. "default": "4000m",
  747. "required": true
  748. }
  749. },
  750. {
  751. "variable": "memory",
  752. "label": "Memory",
  753. "description": "Memory limit for Linkding.",
  754. "schema": {
  755. "type": "string",
  756. "max_length": 12,
  757. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  758. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  759. "default": "8Gi",
  760. "required": true
  761. }
  762. }
  763. ]
  764. }
  765. }
  766. ]
  767. }
  768. }
  769. ]
  770. },
  771. "app_readme": "<h1>Linkding</h1>\n<p><a href=\"https://github.com/sissbruecker/linkding\">Linkding</a> is a bookmark manager that you can host yourself.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>linkding</code> directories.\nAfterward, the <code>linkding</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nSame applies to the <code>postgres</code> container. This will run afterwards as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>linkding</code> and <code>postgres</code> data directories.</p>\n</blockquote>",
  772. "detailed_readme": "<h1>Linkding</h1>\n<p><a href=\"https://github.com/sissbruecker/linkding\">Linkding</a> is a bookmark manager that you can host yourself.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>linkding</code> directories.\nAfterward, the <code>linkding</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nSame applies to the <code>postgres</code> container. This will run afterwards as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>linkding</code> and <code>postgres</code> data directories.</p>\n</blockquote>",
  773. "changelog": null
  774. }
  775. }