app_versions.json 52 KB

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