catalog.json 74 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436
  1. {
  2. "charts": {
  3. "syncthing": {
  4. "app_readme": "<h1>Syncthing</h1>\n<p><a href=\"https://syncthing.net/\">syncthing</a> is a continuous file synchronization program. It synchronizes files between two or\nmore computers in real time, safely protected from prying eyes.</p>\n<blockquote>\n<p><strong>WARNING</strong> Do check out https://docs.syncthing.net/users/faq.html#what-things-are-synced to see what is synced.</p>\n</blockquote>",
  5. "categories": [
  6. "storage"
  7. ],
  8. "description": "Syncthing is a continuous file synchronization program.",
  9. "healthy": true,
  10. "healthy_error": null,
  11. "home": "https://syncthing.net/",
  12. "location": "/__w/charts/charts/charts/syncthing",
  13. "latest_version": "1.0.28",
  14. "latest_app_version": "1.23.4",
  15. "latest_human_version": "1.23.4_1.0.28",
  16. "last_update": "2023-05-22 11:48:19",
  17. "name": "syncthing",
  18. "recommended": false,
  19. "title": "Syncthing",
  20. "maintainers": [
  21. {
  22. "name": "truenas",
  23. "url": "https://www.truenas.com/",
  24. "email": "dev@ixsystems.com"
  25. }
  26. ],
  27. "tags": [
  28. "backup",
  29. "sync",
  30. "file-sharing"
  31. ],
  32. "screenshots": [
  33. "https://docs.syncthing.net/_images/gui1.png",
  34. "https://docs.syncthing.net/_images/gs1.png",
  35. "https://docs.syncthing.net/_images/gs3.png"
  36. ],
  37. "sources": [
  38. "https://syncthing.net",
  39. "https://github.com/truenas/charts/tree/master/library/ix-dev/charts/syncthing"
  40. ],
  41. "icon_url": "https://play-lh.googleusercontent.com/KIy_dqUdZqcsTq4GDstHrHwLRvu60gT3v0p41gw792BC6OxamNhUw2eIy0-LI05qNEA=w240-h480"
  42. },
  43. "collabora": {
  44. "app_readme": "<h1>Collabora Online Development Edition</h1>\n<p>An awesome, Online Office suite image suitable for home use.\nWith the Collabora Online Development Edition (CODE) Docker Image you can host\nyour own online Office Suite at home! This Docker image is aimed at home users\nand contains the latest and greatest developments. Simply integrate it in your\npreferred File Sync and Share (FSS), to easily get your own online Office \nSuite up and running!</p>",
  45. "categories": [
  46. "productivity"
  47. ],
  48. "description": "Collabora Online Development Edition \\u2013 an awesome, Online Office\nsuite image suitable for home use.\n",
  49. "healthy": true,
  50. "healthy_error": null,
  51. "home": "https://github.com/CollaboraOnline/online",
  52. "location": "/__w/charts/charts/charts/collabora",
  53. "latest_version": "1.2.13",
  54. "latest_app_version": "21.11.4.1.1",
  55. "latest_human_version": "21.11.4.1.1_1.2.13",
  56. "last_update": "2023-05-11 16:20:35",
  57. "name": "collabora",
  58. "recommended": false,
  59. "title": "Collabora",
  60. "maintainers": [
  61. {
  62. "name": "truenas",
  63. "url": "https://www.truenas.com/",
  64. "email": "dev@ixsystems.com"
  65. }
  66. ],
  67. "tags": [
  68. "office",
  69. "documents",
  70. "collaboration"
  71. ],
  72. "screenshots": [
  73. "https://www.collaboraoffice.com/wp-content/uploads/2016/04/LibreOffice_Online_Admin_console_1.png"
  74. ],
  75. "sources": [
  76. "https://github.com/CollaboraOnline/online.git",
  77. "https://hub.docker.com/r/collabora/code"
  78. ],
  79. "icon_url": "https://avatars.githubusercontent.com/u/22418908?s=200&v=4"
  80. },
  81. "minio": {
  82. "app_readme": "<p><a href=\"https://min.io\">MinIO</a> is a High Performance Object Storage released under Apache License v2.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads.</p>\n<p><strong>NOTE</strong>\n- On installation, minIO data directory's ownership will be updated to minio:minio.\n- For existing installations that are exhibiting the upgrade to &gt;=1.5.0, the minIO data directory's ownership will be migrated to minio:minio.</p>",
  83. "categories": [
  84. "storage",
  85. "S3"
  86. ],
  87. "description": "High Performance, Kubernetes Native Object Storage",
  88. "healthy": true,
  89. "healthy_error": null,
  90. "home": "https://min.io",
  91. "location": "/__w/charts/charts/charts/minio",
  92. "latest_version": "1.7.15",
  93. "latest_app_version": "2023-03-13",
  94. "latest_human_version": "2023-03-13_1.7.15",
  95. "last_update": "2023-03-14 13:28:13",
  96. "name": "minio",
  97. "recommended": false,
  98. "title": "Minio",
  99. "maintainers": [],
  100. "tags": [],
  101. "screenshots": [],
  102. "sources": [
  103. "https://github.com/minio/minio",
  104. "https://github.com/minio/charts"
  105. ],
  106. "icon_url": "https://min.io/resources/img/logo/MINIO_wordmark.png"
  107. },
  108. "home-assistant": {
  109. "app_readme": "<p>home-assistant App for TrueNAS SCALE</p>",
  110. "categories": [
  111. "productivity"
  112. ],
  113. "description": "Home Assistant App for TrueNAS SCALE",
  114. "healthy": true,
  115. "healthy_error": null,
  116. "home": "https://github.com/home-assistant/home-assistant",
  117. "location": "/__w/charts/charts/charts/home-assistant",
  118. "latest_version": "1.0.92",
  119. "latest_app_version": "2023.5.3",
  120. "latest_human_version": "2023.5.3_1.0.92",
  121. "last_update": "2023-05-15 07:08:07",
  122. "name": "home-assistant",
  123. "recommended": false,
  124. "title": "Home Assistant",
  125. "maintainers": [
  126. {
  127. "name": "truenas",
  128. "url": "https://www.truenas.com/",
  129. "email": "dev@ixsystems.com"
  130. }
  131. ],
  132. "tags": [
  133. "home-automation",
  134. "assistant"
  135. ],
  136. "screenshots": [
  137. "https://scotthelme.co.uk/content/images/2021/08/image-12.png"
  138. ],
  139. "sources": [
  140. "https://github.com/home-assistant/home-assistant",
  141. "https://github.com/truenas/charts/tree/master/library/ix-dev/charts/home-assistant"
  142. ],
  143. "icon_url": "https://avatars.githubusercontent.com/u/13844975?s=200&v=4"
  144. },
  145. "diskoverdata": {
  146. "app_readme": "<p>DiskOver App for TrueNAS SCALE</p>",
  147. "categories": [
  148. "monitoring"
  149. ],
  150. "description": "Diskover is used to monitor size/volumes of distributed dataset.",
  151. "healthy": true,
  152. "healthy_error": null,
  153. "home": "https://github.com/diskoverdata/diskover-community",
  154. "location": "/__w/charts/charts/charts/diskoverdata",
  155. "latest_version": "1.0.11",
  156. "latest_app_version": "2.0.1",
  157. "latest_human_version": "2.0.1_1.0.11",
  158. "last_update": "2023-05-11 16:20:35",
  159. "name": "diskoverdata",
  160. "recommended": false,
  161. "title": "Diskover Data",
  162. "maintainers": [
  163. {
  164. "name": "truenas",
  165. "url": "https://www.truenas.com/",
  166. "email": "dev@ixsystems.com"
  167. }
  168. ],
  169. "tags": [
  170. "storage",
  171. "discovery"
  172. ],
  173. "screenshots": [
  174. "https://www.linuxserver.io/user/pages/content/images/2018/11/image-1.png",
  175. "https://camo.githubusercontent.com/62dfd0970129262c413cd9b811a07062526d2f45516ec4f862276c0610fe8f6d/687474703a2f2f7777772e6469736b6f766572646174612e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032312f31302f6469736b6f7665725f76325f63655f73637265656e73686f74312e706e67",
  176. "https://camo.githubusercontent.com/6cddd7fa89691d4cf0ba763f10ee100373c3d84338862d0c25cb8f8b4df9728d/687474703a2f2f7777772e6469736b6f766572646174612e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032312f31302f6469736b6f7665725f76325f63655f73637265656e73686f74322e706e67"
  177. ],
  178. "sources": [
  179. "https://github.com/diskoverdata/diskover-community",
  180. "https://github.com/truenas/charts/tree/master/library/ix-dev/charts/diskoverdata"
  181. ],
  182. "icon_url": "http://www.diskoverdata.com/wp-content/uploads/2019/09/diskover.png"
  183. },
  184. "netdata": {
  185. "app_readme": "<p><a href=\"https://www.netdata.cloud/\">Netdata</a> is a fast, easy monitoring and troubleshooting system.</p>",
  186. "categories": [
  187. "monitoring"
  188. ],
  189. "description": "Real-time performance monitoring, done right!",
  190. "healthy": true,
  191. "healthy_error": null,
  192. "home": "https://www.netdata.cloud/",
  193. "location": "/__w/charts/charts/charts/netdata",
  194. "latest_version": "1.0.24",
  195. "latest_app_version": "v1.39.1",
  196. "latest_human_version": "v1.39.1_1.0.24",
  197. "last_update": "2023-05-19 07:40:59",
  198. "name": "netdata",
  199. "recommended": false,
  200. "title": "Netdata",
  201. "maintainers": [
  202. {
  203. "name": "truenas",
  204. "url": "https://www.truenas.com/",
  205. "email": "dev@ixsystems.com"
  206. }
  207. ],
  208. "tags": [
  209. "netdata"
  210. ],
  211. "screenshots": [
  212. "https://user-images.githubusercontent.com/1153921/101509403-f7e59400-3935-11eb-9abd-cbecfa3ee49a.png",
  213. "https://user-images.githubusercontent.com/1153921/101508423-e354cc00-3934-11eb-9b33-3ad57a5988b4.png",
  214. "https://user-images.githubusercontent.com/24860547/224729853-da525e02-bea5-4665-b1f6-ce389976a27b.png"
  215. ],
  216. "sources": [
  217. "https://github.com/netdata/helmchart",
  218. "https://github.com/netdata/netdata"
  219. ],
  220. "icon_url": "https://netdata.github.io/helmchart/logo.png"
  221. },
  222. "plex": {
  223. "app_readme": "<h1>Plex</h1>\n<p>Plex chart is a chart designed to deploy plex in a TrueNAS SCALE kubernetes cluster.</p>",
  224. "categories": [
  225. "media"
  226. ],
  227. "description": "Plex Media Server",
  228. "healthy": true,
  229. "healthy_error": null,
  230. "home": "https://plex.tv/",
  231. "location": "/__w/charts/charts/charts/plex",
  232. "latest_version": "1.7.48",
  233. "latest_app_version": "1.32.2.7100",
  234. "latest_human_version": "1.32.2.7100_1.7.48",
  235. "last_update": "2023-05-23 15:20:24",
  236. "name": "plex",
  237. "recommended": false,
  238. "title": "Plex",
  239. "maintainers": [
  240. {
  241. "name": "truenas",
  242. "url": "https://www.truenas.com/",
  243. "email": "dev@ixsystems.com"
  244. }
  245. ],
  246. "tags": [
  247. "entertainment",
  248. "movies",
  249. "series",
  250. "tv",
  251. "streaming"
  252. ],
  253. "screenshots": [
  254. "https://support.plex.tv/wp-content/uploads/sites/4/2013/09/Web-Overview-1.png",
  255. "https://www.plex.tv/wp-content/uploads/2023/05/pms-devices-image.png"
  256. ],
  257. "sources": [
  258. "https://hub.docker.com/r/plexinc/pms-docker/",
  259. "https://github.com/k8s-at-home/charts/tree/master/charts/plex"
  260. ],
  261. "icon_url": "https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png"
  262. },
  263. "wg-easy": {
  264. "app_readme": "<h1>WG-Easy</h1>\n<p><a href=\"https://github.com/WeeJeWel/wg-easy\">WG-Easy (WireGuard Easy)</a> is the easiest way to install &amp; manage WireGuard!</p>",
  265. "categories": [
  266. "networking"
  267. ],
  268. "description": "WG-Easy is the easiest way to install & manage WireGuard!",
  269. "healthy": true,
  270. "healthy_error": null,
  271. "home": "https://github.com/WeeJeWel/wg-easy",
  272. "location": "/__w/charts/charts/charts/wg-easy",
  273. "latest_version": "1.0.8",
  274. "latest_app_version": "7",
  275. "latest_human_version": "7_1.0.8",
  276. "last_update": "2023-05-11 16:20:35",
  277. "name": "wg-easy",
  278. "recommended": false,
  279. "title": "WG Easy",
  280. "maintainers": [
  281. {
  282. "name": "truenas",
  283. "url": "https://www.truenas.com/",
  284. "email": "dev@ixsystems.com"
  285. }
  286. ],
  287. "tags": [
  288. "vpn",
  289. "wireguard"
  290. ],
  291. "screenshots": [
  292. "https://github.com/wg-easy/wg-easy/raw/master/assets/screenshot.png"
  293. ],
  294. "sources": [
  295. "https://github.com/WeeJeWel/wg-easy",
  296. "https://github.com/truenas/charts/tree/master/library/ix-dev/charts/wg-easy"
  297. ],
  298. "icon_url": "https://raw.githubusercontent.com/WeeJeWel/wg-easy/master/src/www/img/logo.png"
  299. },
  300. "storj": {
  301. "app_readme": "<h1>storj</h1>\n<p><a href=\"https://www.storj.io/\">storj</a> share your extra storage and earn money</p>",
  302. "categories": [
  303. "storage"
  304. ],
  305. "description": "Share your storage on the internet and earn.",
  306. "healthy": true,
  307. "healthy_error": null,
  308. "home": "https://www.storj.io",
  309. "location": "/__w/charts/charts/charts/storj",
  310. "latest_version": "1.0.13",
  311. "latest_app_version": "v1.68.2",
  312. "latest_human_version": "v1.68.2_1.0.13",
  313. "last_update": "2023-05-11 16:20:35",
  314. "name": "storj",
  315. "recommended": false,
  316. "title": "Storj",
  317. "maintainers": [
  318. {
  319. "name": "truenas",
  320. "url": "https://www.truenas.com/",
  321. "email": "dev@ixsystems.com"
  322. }
  323. ],
  324. "tags": [
  325. "networking",
  326. "financial",
  327. "file-sharing"
  328. ],
  329. "screenshots": [
  330. "https://storj-s3.bcdn.literatehosting.net/original/2X/c/cce8d25551dedd511a0eb7a52a2220b60e9e1cfb.jpeg"
  331. ],
  332. "sources": [
  333. "https://www.storj.io",
  334. "https://github.com/truenas/charts/tree/master/library/ix-dev/charts/storj"
  335. ],
  336. "icon_url": "https://assets-global.website-files.com/602eda09fc78afc76e9706b6/60917835a05862243e7de9af_logo.svg"
  337. },
  338. "nextcloud": {
  339. "app_readme": "<h1>nextcloud</h1>\n<p><a href=\"https://nextcloud.com/\">nextcloud</a> is a file sharing server that puts the control and security of your own data back into your hands.</p>",
  340. "categories": [
  341. "productivity"
  342. ],
  343. "description": "A file sharing server that puts the control and security of your own data back into your hands.",
  344. "healthy": true,
  345. "healthy_error": null,
  346. "home": "https://nextcloud.com/",
  347. "location": "/__w/charts/charts/charts/nextcloud",
  348. "latest_version": "1.6.27",
  349. "latest_app_version": "26.0.1",
  350. "latest_human_version": "26.0.1_1.6.27",
  351. "last_update": "2023-05-11 16:20:35",
  352. "name": "nextcloud",
  353. "recommended": false,
  354. "title": "Nextcloud",
  355. "maintainers": [
  356. {
  357. "name": "truenas",
  358. "url": "https://www.truenas.com/",
  359. "email": "dev@ixsystems.com"
  360. }
  361. ],
  362. "tags": [
  363. "nextcloud",
  364. "storage",
  365. "sync"
  366. ],
  367. "screenshots": [
  368. "https://nextcloud.com/media/nextcloud20.png",
  369. "https://nextcloud.com/media/search-moodle-course-module.png",
  370. "https://nextcloud.com/media/multiple_share_links.png"
  371. ],
  372. "sources": [
  373. "https://github.com/nextcloud/docker",
  374. "https://github.com/nextcloud/helm",
  375. "https://github.com/truenas/charts/tree/master/library/ix-dev/charts/nextcloud"
  376. ],
  377. "icon_url": "https://cdn.rawgit.com/docker-library/docs/defa5ffc7123177acd60ddef6e16bddf694cc35f/nextcloud/logo.svg"
  378. },
  379. "ix-chart": {
  380. "app_readme": "<h1>iX-Chart</h1>\n<p>iX-chart is a chart designed to let user deploy a docker image in a TrueNAS SCALE kubernetes cluster.\nIt provides a mechanism to specify workload type, add external host interfaces in the pods, configure volumes and allocate host resources to the workload.</p>",
  381. "categories": [
  382. "generic"
  383. ],
  384. "description": "A Helm chart for deploying simple workloads Kubernetes",
  385. "healthy": true,
  386. "healthy_error": null,
  387. "home": "https://www.truenas.com/",
  388. "location": "/__w/charts/charts/charts/ix-chart",
  389. "latest_version": "2304.0.7",
  390. "latest_app_version": "v1",
  391. "latest_human_version": "v1_2304.0.7",
  392. "last_update": "2023-05-11 16:20:35",
  393. "name": "ix-chart",
  394. "recommended": false,
  395. "title": "ix-chart",
  396. "maintainers": [
  397. {
  398. "name": "truenas",
  399. "url": "https://www.truenas.com/",
  400. "email": "dev@ixsystems.com"
  401. }
  402. ],
  403. "tags": [],
  404. "screenshots": [],
  405. "sources": [],
  406. "icon_url": null
  407. },
  408. "elastic-search": {
  409. "app_readme": "<h1>Elastic Search</h1>\n<blockquote>\n<p>During the installation process, a container will be launched with <strong>root</strong> privileges. This is required\nin order to apply the correct permissions to the <code>Elastic Search</code> data directory. Afterward, the <code>Elastic Search</code> container\nwill run as a <strong>non</strong>-root user (default <code>568</code>).</p>\n</blockquote>\n<p>If you want to apply additional configuration you can by using additional environment variables.</p>\n<p>See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/master/docker.html#docker-configuration-methods\">Elastic Search documentation</a>\nfor more information.</p>",
  410. "categories": [
  411. "monitoring"
  412. ],
  413. "description": "Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack.",
  414. "healthy": true,
  415. "healthy_error": null,
  416. "home": "https://www.elastic.co",
  417. "location": "/__w/charts/charts/charts/elastic-search",
  418. "latest_version": "1.0.6",
  419. "latest_app_version": "8.7.1",
  420. "latest_human_version": "8.7.1_1.0.6",
  421. "last_update": "2023-05-11 16:20:35",
  422. "name": "elastic-search",
  423. "recommended": false,
  424. "title": "Elastic Search",
  425. "maintainers": [
  426. {
  427. "name": "truenas",
  428. "url": "https://www.truenas.com/",
  429. "email": "dev@ixsystems.com"
  430. }
  431. ],
  432. "tags": [
  433. "elastic",
  434. "search",
  435. "storage"
  436. ],
  437. "screenshots": [],
  438. "sources": [
  439. "https://www.elastic.co/",
  440. "https://github.com/truenas/charts/tree/master/charts/elastic-search",
  441. "https://www.elastic.co/guide/en/elasticsearch/reference/master/docker.html#docker-configuration-methods"
  442. ],
  443. "icon_url": "https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/blt280217a63b82a734/6202d3378b1f312528798412/elastic-logo.svg"
  444. },
  445. "prometheus": {
  446. "app_readme": "<h1>Prometheus</h1>\n<p><a href=\"https://prometheus.io/\">Prometheus</a> - Monitoring system and time series database.</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>prometheus</code> directories.\nAfterward, the <code>prometheus</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAlso an empty configuration file will be created.</p>\n</blockquote>\n<p>The configuration file is located at <code>/config/prometheus.yml</code> inside the container.\nData is stored at <code>/data</code> inside the container.</p>",
  447. "categories": [
  448. "monitoring"
  449. ],
  450. "description": "The Prometheus monitoring system and time series database.",
  451. "healthy": true,
  452. "healthy_error": null,
  453. "home": "https://prometheus.io",
  454. "location": "/__w/charts/charts/charts/prometheus",
  455. "latest_version": "1.0.7",
  456. "latest_app_version": "v2.44.0",
  457. "latest_human_version": "v2.44.0_1.0.7",
  458. "last_update": "2023-05-15 07:08:07",
  459. "name": "prometheus",
  460. "recommended": false,
  461. "title": "Prometheus",
  462. "maintainers": [
  463. {
  464. "name": "truenas",
  465. "url": "https://www.truenas.com/",
  466. "email": "dev@ixsystems.com"
  467. }
  468. ],
  469. "tags": [
  470. "metrics",
  471. "storage"
  472. ],
  473. "screenshots": [
  474. "https://prometheus.io/assets/blog/2019-10-08/10kseries8hours-2.12-cpu.png"
  475. ],
  476. "sources": [
  477. "https://github.com/prometheus/prometheus",
  478. "https://github.com/truenas/charts/tree/master/charts/prometheus",
  479. "https://prometheus.io"
  480. ],
  481. "icon_url": "https://avatars.githubusercontent.com/u/3380462"
  482. },
  483. "photoprism": {
  484. "app_readme": "<h1>Photo Prism</h1>\n<p>PhotoPrism is a server-based application for browsing, organizing and sharing your personal photo collection.</p>",
  485. "categories": [
  486. "media"
  487. ],
  488. "description": "AI-powered app for browsing, organizing & sharing your photo collection.",
  489. "healthy": true,
  490. "healthy_error": null,
  491. "home": "https://photoprism.app/",
  492. "location": "/__w/charts/charts/charts/photoprism",
  493. "latest_version": "1.0.21",
  494. "latest_app_version": "230514",
  495. "latest_human_version": "230514_1.0.21",
  496. "last_update": "2023-05-17 13:04:34",
  497. "name": "photoprism",
  498. "recommended": false,
  499. "title": "PhotoPrism",
  500. "maintainers": [
  501. {
  502. "name": "truenas",
  503. "url": "https://www.truenas.com/",
  504. "email": "dev@ixsystems.com"
  505. }
  506. ],
  507. "tags": [
  508. "photos",
  509. "image"
  510. ],
  511. "screenshots": [
  512. "https://docs.photoprism.app/developer-guide/ui/img/new-mosaic-view.png",
  513. "https://docs.photoprism.app/developer-guide/ui/img/login-redesign.png"
  514. ],
  515. "sources": [
  516. "https://photoprism.app/",
  517. "https://github.com/truenas/charts/tree/master/library/ix-dev/charts/photoprism"
  518. ],
  519. "icon_url": "https://photoprism.app/static/icons/logo.svg"
  520. },
  521. "pihole": {
  522. "app_readme": "<h1>Pihole</h1>\n<p>DNS and Ad-filtering for your network.</p>",
  523. "categories": [
  524. "networking"
  525. ],
  526. "description": "DNS and Ad-filtering for your network.",
  527. "healthy": true,
  528. "healthy_error": null,
  529. "home": "https://pi-hole.net/",
  530. "location": "/__w/charts/charts/charts/pihole",
  531. "latest_version": "1.0.20",
  532. "latest_app_version": "2023.02.2",
  533. "latest_human_version": "2023.02.2_1.0.20",
  534. "last_update": "2023-05-11 16:20:35",
  535. "name": "pihole",
  536. "recommended": false,
  537. "title": "Pi-hole",
  538. "maintainers": [
  539. {
  540. "name": "truenas",
  541. "url": "https://www.truenas.com/",
  542. "email": "dev@ixsystems.com"
  543. }
  544. ],
  545. "tags": [
  546. "dns",
  547. "adblock"
  548. ],
  549. "screenshots": [
  550. "https://wp-cdn.pi-hole.net/wp-content/uploads/2020/04/Dashboard.png"
  551. ],
  552. "sources": [
  553. "https://pi-hole.net/",
  554. "https://github.com/truenas/charts/tree/master/library/ix-dev/charts/pihole"
  555. ],
  556. "icon_url": "https://github.com/pi-hole/graphics/raw/master/Vortex/Vortex_Vertical_wordmark_lightmode.png?raw=true)"
  557. },
  558. "emby": {
  559. "app_readme": "<h1>Emby Server</h1>\n<p>Emby Server is a personal media server with apps on just about every device</p>",
  560. "categories": [
  561. "media"
  562. ],
  563. "description": "Emby Server",
  564. "healthy": true,
  565. "healthy_error": null,
  566. "home": "https://emby.media/",
  567. "location": "/__w/charts/charts/charts/emby",
  568. "latest_version": "1.0.25",
  569. "latest_app_version": "4.7.11.0",
  570. "latest_human_version": "4.7.11.0_1.0.25",
  571. "last_update": "2023-05-11 16:20:35",
  572. "name": "emby",
  573. "recommended": false,
  574. "title": "Emby Server",
  575. "maintainers": [
  576. {
  577. "name": "truenas",
  578. "url": "https://www.truenas.com/",
  579. "email": "dev@ixsystems.com"
  580. }
  581. ],
  582. "tags": [
  583. "entertainment",
  584. "movies",
  585. "series",
  586. "tv",
  587. "streaming"
  588. ],
  589. "screenshots": [
  590. "https://i.imgur.com/OFBGwvG.png",
  591. "https://emby.media/community/uploads/inline/2165/554dfc8f0bc13_MoviesView2.png"
  592. ],
  593. "sources": [
  594. "https://hub.docker.com/r/emby/embyserver"
  595. ],
  596. "icon_url": "https://images-na.ssl-images-amazon.com/images/I/41NwssJC1iL.png"
  597. }
  598. },
  599. "test": {},
  600. "enterprise": {
  601. "minio": {
  602. "app_readme": "<h1>MinIO</h1>\n<p><a href=\"https://min.io\">MinIO</a> is a High Performance Object Storage released under Apache License v2.0.\nIt is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure\nfor machine learning, analytics and application data workloads.</p>\n<blockquote>\n<p>During the installation process, a container will be launched with <strong>root</strong> privileges. This is required\nin order to apply the correct permissions to the MinIO data directory. Afterward, the <code>MinIO</code> container\nwill run as a <strong>non</strong>-root user (<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> backups 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>MinIO</code> and <code>postgres</code> data directories.</p>\n</blockquote>\n<p>When Multi Mode is enabled and entries contain <code>://</code> (url) will enable Host Networking. Regardless of the selection in the <code>Networking</code> section.</p>",
  603. "categories": [
  604. "storage"
  605. ],
  606. "description": "High Performance, Kubernetes Native Object Storage",
  607. "healthy": true,
  608. "healthy_error": null,
  609. "home": "https://min.io",
  610. "location": "/__w/charts/charts/enterprise/minio",
  611. "latest_version": "1.0.9",
  612. "latest_app_version": "2023-03-24",
  613. "latest_human_version": "2023-03-24_1.0.9",
  614. "last_update": "2023-05-11 16:20:35",
  615. "name": "minio",
  616. "recommended": false,
  617. "title": "MinIO",
  618. "maintainers": [
  619. {
  620. "name": "truenas",
  621. "url": "https://www.truenas.com/",
  622. "email": "dev@ixsystems.com"
  623. }
  624. ],
  625. "tags": [
  626. "object-storage",
  627. "S3",
  628. "file-sharing"
  629. ],
  630. "screenshots": [
  631. "https://github.com/minio/console/blob/master/images/pic3.png",
  632. "https://github.com/minio/console/blob/master/images/pic1.png",
  633. "https://github.com/minio/console/blob/master/images/pic2.png"
  634. ],
  635. "sources": [
  636. "https://github.com/minio/minio",
  637. "https://github.com/truenas/charts/tree/master/enterprise/minio"
  638. ],
  639. "icon_url": "https://min.io/resources/img/logo/MINIO_wordmark.png"
  640. }
  641. },
  642. "community": {
  643. "ddns-updater": {
  644. "app_readme": "<h1>DDNS Updater</h1>\n<p><a href=\"https://github.com/qdm12/ddns-updater\">DDNS Updater</a> is a lightweight universal DDNS Updater with web UI</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>DDNS Updater</code> directories.\nAfterward, the <code>DDNS Updater</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  645. "categories": [
  646. "networking"
  647. ],
  648. "description": "Lightweight universal DDNS Updater with web UI",
  649. "healthy": true,
  650. "healthy_error": null,
  651. "home": "https://github.com/qdm12/ddns-updater",
  652. "location": "/__w/charts/charts/community/ddns-updater",
  653. "latest_version": "1.0.2",
  654. "latest_app_version": "latest",
  655. "latest_human_version": "latest_1.0.2",
  656. "last_update": "2023-05-11 16:20:35",
  657. "name": "ddns-updater",
  658. "recommended": false,
  659. "title": "DDNS Updater",
  660. "maintainers": [
  661. {
  662. "name": "truenas",
  663. "url": "https://www.truenas.com/",
  664. "email": "dev@ixsystems.com"
  665. }
  666. ],
  667. "tags": [
  668. "ddns"
  669. ],
  670. "screenshots": [
  671. "https://raw.githubusercontent.com/qdm12/ddns-updater/master/readme/webui.png"
  672. ],
  673. "sources": [
  674. "https://github.com/qdm12/ddns-updater",
  675. "https://github.com/truenas/charts/tree/master/community/ddns-updater",
  676. "https://hub.docker.com/r/qmcgaw/ddns-updater"
  677. ],
  678. "icon_url": "https://raw.githubusercontent.com/qdm12/ddns-updater/master/readme/ddnsgopher.svg"
  679. },
  680. "vaultwarden": {
  681. "app_readme": "<h1>Vaultwarden</h1>\n<p><a href=\"https://github.com/dani-garcia/vaultwarden\">Vaultwarden</a> Alternative implementation of the <code>Bitwarden</code> server API written in Rust and compatible with upstream Bitwarden clients</p>\n<blockquote>\n<p>During the installation process, a container will be launched with <strong>root</strong> privileges. This is required\nin order to apply the correct permissions to the <code>Vaultwarden</code> data directory. Afterward, the <code>Vaultwarden</code> container\nwill 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>Vaultwarden</code> and <code>postgres</code> data directories.</p>\n</blockquote>\n<p>While the option to use <code>Rocket</code> for TLS is there, it is not\n<a href=\"https://github.com/dani-garcia/vaultwarden/wiki/Enabling-HTTPS#via-rocket\">recommended</a>.\nInstead, use a reverse proxy to handle TLS termination.</p>\n<p>Using <code>HTTPS</code> is <strong>required</strong> for the most of the features to work (correctly).</p>",
  682. "categories": [
  683. "security"
  684. ],
  685. "description": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients.",
  686. "healthy": true,
  687. "healthy_error": null,
  688. "home": "https://github.com/dani-garcia/vaultwarden",
  689. "location": "/__w/charts/charts/community/vaultwarden",
  690. "latest_version": "1.0.9",
  691. "latest_app_version": "1.28.1",
  692. "latest_human_version": "1.28.1_1.0.9",
  693. "last_update": "2023-05-11 16:20:35",
  694. "name": "vaultwarden",
  695. "recommended": false,
  696. "title": "Vaultwarden",
  697. "maintainers": [
  698. {
  699. "name": "truenas",
  700. "url": "https://www.truenas.com/",
  701. "email": "dev@ixsystems.com"
  702. }
  703. ],
  704. "tags": [
  705. "password",
  706. "manager"
  707. ],
  708. "screenshots": [
  709. "https://blog.mukmuk.eu/wp-content/uploads/2021/08/Vaultwarden.jpg"
  710. ],
  711. "sources": [
  712. "https://github.com/dani-garcia/vaultwarden",
  713. "https://github.com/truenas/charts/tree/master/community/vaultwarden"
  714. ],
  715. "icon_url": null,
  716. "icon": "https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/src/static/images/vaultwarden-icon.png"
  717. },
  718. "terraria": {
  719. "app_readme": "<h1>Terraria</h1>\n<p><a href=\"https://terraria.org/\">Terraria</a> is a land of adventure! A land of mystery! A land that's yours to shape, defend, and enjoy.</p>\n<p>This applies only for the <code>TShock</code> image.\nOn the first run, you have to check the logs to get the server token. You will find something like this:</p>\n<p><code>text\nLogin before join enabled. Users may be prompted for an account specific password instead of a server password on connect.\nLogin using UUID enabled. Users automatically login via UUID.\nA malicious server can easily steal a user's UUID. You may consider turning this option off if you run a public server.\nTShock Notice: setup-code.txt is still present, and the code located in that file will be used.\nTo setup the server, join the game and type /setup 424041\nThis token will display until disabled by verification. (/setup)</code></p>\n<p>Join the server and run <code>/setup &lt;token&gt;</code></p>",
  720. "categories": [
  721. "games"
  722. ],
  723. "description": "Terraria is a land of adventure! A land of mystery! A land that's yours to shape, defend, and enjoy.",
  724. "healthy": true,
  725. "healthy_error": null,
  726. "home": "https://terraria.org/",
  727. "location": "/__w/charts/charts/community/terraria",
  728. "latest_version": "1.0.1",
  729. "latest_app_version": "1.4.4.9",
  730. "latest_human_version": "1.4.4.9_1.0.1",
  731. "last_update": "2023-05-11 16:20:35",
  732. "name": "terraria",
  733. "recommended": false,
  734. "title": "Terraria",
  735. "maintainers": [
  736. {
  737. "name": "truenas",
  738. "url": "https://www.truenas.com/",
  739. "email": "dev@ixsystems.com"
  740. }
  741. ],
  742. "tags": [
  743. "world",
  744. "building",
  745. "adventure"
  746. ],
  747. "screenshots": [],
  748. "sources": [
  749. "https://terraria.org/",
  750. "https://github.com/truenas/charts/tree/master/community/terraria",
  751. "https://github.com/ryansheehan/terraria"
  752. ],
  753. "icon_url": "https://static.wikia.nocookie.net/terraria_gamepedia/images/a/a4/NewPromoLogo.png/revision/latest"
  754. },
  755. "minecraft": {
  756. "app_readme": "<h1>Minecraft</h1>\n<p><a href=\"https://www.minecraft.net/en-us\">Minecraft</a> is a sandbox game</p>\n<blockquote>\n<p>Application requires to run as root.</p>\n</blockquote>\n<p>Depending on the <code>Type</code> of server selected, you might need to add additional\ncustom environment variables to the application.</p>\n<p>More info can be found <a href=\"https://itzg.github.io/docker-minecraft-docs/java/server-types/bukkit-spigot/\">here</a>\nSelect the type on the sidebar.</p>\n<p>Note that some values are only applicable during the world generation.\nMore info can be found <a href=\"https://itzg.github.io/docker-minecraft-docs/\">here</a></p>",
  757. "categories": [
  758. "games"
  759. ],
  760. "description": "Minecraft is a sandbox game",
  761. "healthy": true,
  762. "healthy_error": null,
  763. "home": "https://www.minecraft.net/en-us",
  764. "location": "/__w/charts/charts/community/minecraft",
  765. "latest_version": "1.0.1",
  766. "latest_app_version": "2023.3.0",
  767. "latest_human_version": "2023.3.0_1.0.1",
  768. "last_update": "2023-05-11 16:20:35",
  769. "name": "minecraft",
  770. "recommended": false,
  771. "title": "Minecraft",
  772. "maintainers": [
  773. {
  774. "name": "truenas",
  775. "url": "https://www.truenas.com/",
  776. "email": "dev@ixsystems.com"
  777. }
  778. ],
  779. "tags": [
  780. "world",
  781. "building"
  782. ],
  783. "screenshots": [],
  784. "sources": [
  785. "https://www.minecraft.net/en-us",
  786. "https://github.com/truenas/charts/tree/master/community/minecraft",
  787. "https://github.com/itzg/docker-minecraft-server"
  788. ],
  789. "icon_url": "https://www.minecraft.net/content/dam/games/minecraft/logos/logo-minecraft.svg"
  790. },
  791. "gitea": {
  792. "app_readme": "<h1>Gitea</h1>\n<p><a href=\"https://gitea.io/en-us\">Gitea</a> - Git with a cup of tea</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>gitea</code> directories.\nAfterward, the <code>gitea</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>gitea</code> and <code>postgres</code> data directories.</p>\n</blockquote>\n<p>On initial startup a setup wizard will be launched with settings for <code>database</code>, <code>ports</code>, <code>path</code>, and <code>domain</code> prefilled.\nKeep them as they are, fill anything you want in the optional settings section and click on <code>Install Gitea</code>.</p>",
  793. "categories": [
  794. "productivity"
  795. ],
  796. "description": "Gitea - Git with a cup of tea",
  797. "healthy": true,
  798. "healthy_error": null,
  799. "home": "https://gitea.io/en-us",
  800. "location": "/__w/charts/charts/community/gitea",
  801. "latest_version": "1.0.5",
  802. "latest_app_version": "1.19.0",
  803. "latest_human_version": "1.19.0_1.0.5",
  804. "last_update": "2023-05-11 16:20:35",
  805. "name": "gitea",
  806. "recommended": false,
  807. "title": "Gitea",
  808. "maintainers": [
  809. {
  810. "name": "truenas",
  811. "url": "https://www.truenas.com/",
  812. "email": "dev@ixsystems.com"
  813. }
  814. ],
  815. "tags": [
  816. "git"
  817. ],
  818. "screenshots": [
  819. "https://gitea.io/images/screenshot.png"
  820. ],
  821. "sources": [
  822. "https://gitea.io/en-us",
  823. "https://github.com/truenas/charts/tree/master/community/gitea",
  824. "https://docs.gitea.io/en-us/install-with-docker-rootless"
  825. ],
  826. "icon_url": "https://gitea.com/assets/img/logo.svg"
  827. },
  828. "qbittorrent": {
  829. "app_readme": "<h1>qBittorrent</h1>\n<p>The <a href=\"https://www.qbittorrent.org/\">qBittorrent</a> project aims to provide an open-source software alternative to \u00b5Torrent.</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 qBittorrent directories.\nAfterward, the <code>qBittorrent</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).</p>\n</blockquote>",
  830. "categories": [
  831. "media"
  832. ],
  833. "description": "The qBittorrent project aims to provide an open-source software alternative to \u00b5Torrent.",
  834. "healthy": true,
  835. "healthy_error": null,
  836. "home": "https://www.qbittorrent.org/",
  837. "location": "/__w/charts/charts/community/qbittorrent",
  838. "latest_version": "1.0.10",
  839. "latest_app_version": "4.5.2",
  840. "latest_human_version": "4.5.2_1.0.10",
  841. "last_update": "2023-05-11 16:20:35",
  842. "name": "qbittorrent",
  843. "recommended": false,
  844. "title": "qBittorrent",
  845. "maintainers": [
  846. {
  847. "name": "truenas",
  848. "url": "https://www.truenas.com/",
  849. "email": "dev@ixsystems.com"
  850. }
  851. ],
  852. "tags": [
  853. "torrent",
  854. "download"
  855. ],
  856. "screenshots": [
  857. "https://www.addictivetips.com/app/uploads/2019/03/qb-web-ui-e1553049171184.png"
  858. ],
  859. "sources": [
  860. "https://github.com/onedr0p/containers/tree/main/apps/qbittorrent",
  861. "https://github.com/truenas/charts/tree/master/community/qbittorrent",
  862. "https://www.qbittorrent.org/"
  863. ],
  864. "icon_url": "https://upload.wikimedia.org/wikipedia/commons/9/9e/Qbittorrent_logo.png"
  865. },
  866. "adguard-home": {
  867. "app_readme": "<h1>AdGuard Home</h1>\n<p>During the setup wizard, AdGuard Home presents an option to select on which port the web interface will be available.\n(Defaults to 80. Which is a privileged port and also usually the TrueNAS SCALE UI uses that port)\nBecause of that, App will force the webUI to listen to port 30000 (or the port selected by user in the TrueNAS SCALE UI).</p>\n<p>If you select a different port in the wizard, the Dashboard will not work initially but\nafter a couple of minutes container will automatically restart and the Dashboard will\nbe available on the port you selected on the TrueNAS SCALE UI.</p>\n<blockquote>\n<ul>\n<li>AdGuard runs as <code>root</code> user.</li>\n<li>AdGuard runs with host networking enabled.</li>\n</ul>\n</blockquote>",
  868. "categories": [
  869. "networking"
  870. ],
  871. "description": "Free and open source, powerful network-wide ads & trackers blocking DNS server.",
  872. "healthy": true,
  873. "healthy_error": null,
  874. "home": "https://github.com/AdguardTeam/AdGuardHome",
  875. "location": "/__w/charts/charts/community/adguard-home",
  876. "latest_version": "1.0.4",
  877. "latest_app_version": "v0.107.26",
  878. "latest_human_version": "v0.107.26_1.0.4",
  879. "last_update": "2023-05-11 16:20:35",
  880. "name": "adguard-home",
  881. "recommended": false,
  882. "title": "AdGuard Home",
  883. "maintainers": [
  884. {
  885. "name": "truenas",
  886. "url": "https://www.truenas.com/",
  887. "email": "dev@ixsystems.com"
  888. }
  889. ],
  890. "tags": [
  891. "dns",
  892. "adblock"
  893. ],
  894. "screenshots": [
  895. "https://assets.ubuntu.com/v1/1febeddd-adguard-main-image.png",
  896. "https://assets.ubuntu.com/v1/9eb41b64-adguard-advert-1.png"
  897. ],
  898. "sources": [
  899. "https://github.com/AdguardTeam/AdGuardHome",
  900. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/adguard-home",
  901. "https://hub.docker.com/r/adguard/adguardhome"
  902. ],
  903. "icon_url": "https://github.com/AdguardTeam/AdGuardHome/raw/master/doc/adguard_home_darkmode.svg"
  904. },
  905. "tailscale": {
  906. "app_readme": "<h1>Tailscale</h1>\n<p><a href=\"https://tailscale.com\">Tailscale</a> Secure remote access to shared resources</p>\n<ul>\n<li>When <code>Userspace</code> is <strong>disabled</strong>, <code>Tailscale</code> will run as root, with <code>/dev/net/tun</code> device mounted from the host.</li>\n<li>When <code>Userspace</code> is <strong>enabled</strong>, <code>Tailscale</code> will run as a non-root user.</li>\n</ul>",
  907. "categories": [
  908. "networking"
  909. ],
  910. "description": "Secure remote access to shared resources",
  911. "healthy": true,
  912. "healthy_error": null,
  913. "home": "https://tailscale.com/",
  914. "location": "/__w/charts/charts/community/tailscale",
  915. "latest_version": "1.0.3",
  916. "latest_app_version": "v1.40.0",
  917. "latest_human_version": "v1.40.0_1.0.3",
  918. "last_update": "2023-05-11 16:20:35",
  919. "name": "tailscale",
  920. "recommended": false,
  921. "title": "Tailscale",
  922. "maintainers": [
  923. {
  924. "name": "truenas",
  925. "url": "https://www.truenas.com/",
  926. "email": "dev@ixsystems.com"
  927. }
  928. ],
  929. "tags": [
  930. "vpn"
  931. ],
  932. "screenshots": [],
  933. "sources": [
  934. "https://tailscale.com/",
  935. "https://github.com/truenas/charts/tree/master/community/tailscale",
  936. "https://hub.docker.com/r/tailscale/tailscale"
  937. ],
  938. "icon_url": "https://avatars.githubusercontent.com/u/48932923"
  939. },
  940. "jellyfin": {
  941. "app_readme": "<h1>Jellyfin</h1>\n<p><a href=\"https://jellyfin.org/\">Jellyfin</a> is a Free Software Media System that puts you in control of managing and streaming your media.</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>Jellyfin</code> directories.\nAfterward, the <code>Jellyfin</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  942. "categories": [
  943. "media"
  944. ],
  945. "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.",
  946. "healthy": true,
  947. "healthy_error": null,
  948. "home": "https://jellyfin.org/",
  949. "location": "/__w/charts/charts/community/jellyfin",
  950. "latest_version": "1.0.3",
  951. "latest_app_version": "10.8.10",
  952. "latest_human_version": "10.8.10_1.0.3",
  953. "last_update": "2023-05-12 12:13:57",
  954. "name": "jellyfin",
  955. "recommended": false,
  956. "title": "Jellyfin",
  957. "maintainers": [
  958. {
  959. "name": "truenas",
  960. "url": "https://www.truenas.com/",
  961. "email": "dev@ixsystems.com"
  962. }
  963. ],
  964. "tags": [
  965. "entertainment",
  966. "movies",
  967. "series",
  968. "tv",
  969. "streaming"
  970. ],
  971. "screenshots": [
  972. "https://jellyfin.org/assets/images/10.8-home-4a73a92bf90d1eeffa5081201ca9c7bb.png",
  973. "https://jellyfin.org/assets/images/10.8-details-df4f7caaee389ffbaeeaa95b668fa037.png"
  974. ],
  975. "sources": [
  976. "https://hub.docker.com/r/jellyfin/jellyfin",
  977. "https://github.com/truenas/charts/tree/master/community/jellyfin",
  978. "https://jellyfin.org/"
  979. ],
  980. "icon_url": "https://jellyfin.org/images/logo.svg"
  981. },
  982. "mumble": {
  983. "app_readme": "<h1>Mumble</h1>\n<p><a href=\"https://www.mumble.info/\">Mumble</a> is an Open Source, Low Latency, High Quality Voice Chat Home Downloads Documentation Blog Contribute About</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>Mumble</code> directories.\nAfterward, the <code>Mumble</code> container will run as a <strong>non</strong>-root user (<code>1000</code>, Cannot change).</p>\n</blockquote>\n<p>You can change the server configuration by adding additional environment variables.\nPrefix the configuration variable with <code>MUMBLE_CONFIG_</code> and it will be added to the configuration file.\nView the <a href=\"https://wiki.mumble.info/wiki/Murmur.ini\">Mumble Configuration File</a> for more information.</p>\n<p>For example you can set <code>autobanAttempts</code> like this:</p>\n<ul>\n<li>Name: <code>MUMBLE_CONFIG_autobanAttempts</code></li>\n<li>Value: <code>5</code></li>\n</ul>",
  984. "categories": [
  985. "productivity"
  986. ],
  987. "description": "Mumble is a free, open source, low latency, high quality voice chat application.",
  988. "healthy": true,
  989. "healthy_error": null,
  990. "home": "https://www.mumble.info/",
  991. "location": "/__w/charts/charts/community/mumble",
  992. "latest_version": "1.0.1",
  993. "latest_app_version": "v1.4.230",
  994. "latest_human_version": "v1.4.230_1.0.1",
  995. "last_update": "2023-05-11 16:20:35",
  996. "name": "mumble",
  997. "recommended": false,
  998. "title": "Mumble",
  999. "maintainers": [
  1000. {
  1001. "name": "truenas",
  1002. "url": "https://www.truenas.com/",
  1003. "email": "dev@ixsystems.com"
  1004. }
  1005. ],
  1006. "tags": [
  1007. "voice"
  1008. ],
  1009. "screenshots": [],
  1010. "sources": [
  1011. "https://github.com/mumble-voip/mumble-docker",
  1012. "https://github.com/truenas/charts/tree/master/community/mumble",
  1013. "https://www.mumble.info/"
  1014. ],
  1015. "icon_url": "https://github.com/mumble-voip/mumble/blob/master/icons/mumble.svg"
  1016. },
  1017. "zerotier": {
  1018. "app_readme": "<h1>Zerotier</h1>\n<p><a href=\"https://www.zerotier.com\">Zerotier</a> Securely connect any device, anywhere.</p>",
  1019. "categories": [
  1020. "networking"
  1021. ],
  1022. "description": "Securely connect any device, anywhere.",
  1023. "healthy": true,
  1024. "healthy_error": null,
  1025. "home": "https://www.zerotier.com",
  1026. "location": "/__w/charts/charts/community/zerotier",
  1027. "latest_version": "1.0.1",
  1028. "latest_app_version": "1.10.6",
  1029. "latest_human_version": "1.10.6_1.0.1",
  1030. "last_update": "2023-05-11 16:20:35",
  1031. "name": "zerotier",
  1032. "recommended": false,
  1033. "title": "Zerotier",
  1034. "maintainers": [
  1035. {
  1036. "name": "truenas",
  1037. "url": "https://www.truenas.com/",
  1038. "email": "dev@ixsystems.com"
  1039. }
  1040. ],
  1041. "tags": [
  1042. "vpn"
  1043. ],
  1044. "screenshots": [],
  1045. "sources": [
  1046. "https://www.zerotier.com",
  1047. "https://github.com/truenas/charts/tree/master/community/zerotier",
  1048. "https://hub.docker.com/r/zerotier/zerotier"
  1049. ],
  1050. "icon_url": "https://avatars.githubusercontent.com/u/4173285"
  1051. },
  1052. "ipfs": {
  1053. "app_readme": "<h1>IPFS</h1>\n<p><a href=\"https://ipfs.tech\">Interplanetary Filesystem</a> - the Web3 standard for content-addressing, interoperable with HTTP</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 ipfs directories.\nAfterward, the <code>ipfs</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).</p>\n</blockquote>",
  1054. "categories": [
  1055. "storage"
  1056. ],
  1057. "description": "Interplanetary Filesystem - the Web3 standard for content-addressing, interoperable with HTTP",
  1058. "healthy": true,
  1059. "healthy_error": null,
  1060. "home": "https://ipfs.tech/",
  1061. "location": "/__w/charts/charts/community/ipfs",
  1062. "latest_version": "1.0.10",
  1063. "latest_app_version": "v0.20.0",
  1064. "latest_human_version": "v0.20.0_1.0.10",
  1065. "last_update": "2023-05-11 16:20:35",
  1066. "name": "ipfs",
  1067. "recommended": false,
  1068. "title": "IPFS",
  1069. "maintainers": [
  1070. {
  1071. "name": "truenas",
  1072. "url": "https://www.truenas.com/",
  1073. "email": "dev@ixsystems.com"
  1074. }
  1075. ],
  1076. "tags": [
  1077. "file-sharing",
  1078. "kubo"
  1079. ],
  1080. "screenshots": [
  1081. "https://raw.githubusercontent.com/ipfs-shipyard/ipfs-webui/5764ea167a89e8c6bcb6abf83d7e258388e1623d/docs/screenshots/ipfs-webui-files.png",
  1082. "https://raw.githubusercontent.com/ipfs-shipyard/ipfs-webui/5764ea167a89e8c6bcb6abf83d7e258388e1623d/docs/screenshots/ipfs-webui-settings.png"
  1083. ],
  1084. "sources": [
  1085. "https://github.com/ipfs/kubo",
  1086. "https://github.com/truenas/charts/tree/master/community/ipfs",
  1087. "https://ipfs.tech/"
  1088. ],
  1089. "icon_url": "https://avatars.githubusercontent.com/u/10536621"
  1090. },
  1091. "chia": {
  1092. "app_readme": "<h1>Chia</h1>\n<p>This container runs as <code>root</code> user.</p>\n<p>When a port is set to &lt; 9000. Host Networking is enabled automatically.</p>\n<blockquote>\n<p>Also NodePort services turn to ClusterIP services, to avoid attempts to bind ports twice.</p>\n</blockquote>\n<p>Key file is stored in <code>/plots/keyfile</code> and is generated automatically, <strong>only</strong> if the file does not exist.\nIf you want to use your own <code>keyfile</code>, you can create a file called <code>keyfile</code> in the <code>/plots</code> directory and it will be used instead.</p>\n<blockquote>\n<p>When set on <code>harvester</code> mode <code>keys</code> variable is set to <code>none</code> and no generation is performed.</p>\n</blockquote>",
  1093. "categories": [
  1094. "financial"
  1095. ],
  1096. "description": "Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure.",
  1097. "healthy": true,
  1098. "healthy_error": null,
  1099. "home": "https://www.chia.net/",
  1100. "location": "/__w/charts/charts/community/chia",
  1101. "latest_version": "1.0.9",
  1102. "latest_app_version": "1.8.1",
  1103. "latest_human_version": "1.8.1_1.0.9",
  1104. "last_update": "2023-05-18 10:50:24",
  1105. "name": "chia",
  1106. "recommended": false,
  1107. "title": "Chia",
  1108. "maintainers": [
  1109. {
  1110. "name": "truenas",
  1111. "url": "https://www.truenas.com/",
  1112. "email": "dev@ixsystems.com"
  1113. }
  1114. ],
  1115. "tags": [
  1116. "blockchain",
  1117. "hard-drive"
  1118. ],
  1119. "screenshots": [],
  1120. "sources": [
  1121. "https://github.com/Chia-Network/chia-docker",
  1122. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/chia",
  1123. "https://www.chia.net/"
  1124. ],
  1125. "icon_url": "https://www.chia.net/wp-content/uploads/2022/09/chia-logo.svg"
  1126. },
  1127. "sonarr": {
  1128. "app_readme": "<h1>Sonarr</h1>\n<p><a href=\"https://github.com/Sonarr/Sonarr\">Sonarr</a> is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them.</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>Sonarr</code> directories.\nAfterward, the <code>Sonarr</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  1129. "categories": [
  1130. "media"
  1131. ],
  1132. "description": "Sonarr is a PVR for Usenet and BitTorrent users.",
  1133. "healthy": true,
  1134. "healthy_error": null,
  1135. "home": "https://github.com/Sonarr/Sonarr",
  1136. "location": "/__w/charts/charts/community/sonarr",
  1137. "latest_version": "1.0.7",
  1138. "latest_app_version": "3.0.10.1567",
  1139. "latest_human_version": "3.0.10.1567_1.0.7",
  1140. "last_update": "2023-05-11 16:20:35",
  1141. "name": "sonarr",
  1142. "recommended": false,
  1143. "title": "Sonarr",
  1144. "maintainers": [
  1145. {
  1146. "name": "truenas",
  1147. "url": "https://www.truenas.com/",
  1148. "email": "dev@ixsystems.com"
  1149. }
  1150. ],
  1151. "tags": [
  1152. "series"
  1153. ],
  1154. "screenshots": [
  1155. "https://sonarr.tv/img/features/calendar.png",
  1156. "https://sonarr.tv/img/features/manualsearch.png",
  1157. "https://sonarr.tv/img/features/blocklist.png"
  1158. ],
  1159. "sources": [
  1160. "https://github.com/onedr0p/containers/tree/main/apps/sonarr",
  1161. "https://github.com/truenas/charts/tree/master/community/sonarr",
  1162. "https://github.com/Sonarr/Sonarr"
  1163. ],
  1164. "icon_url": "https://raw.githubusercontent.com/Sonarr/Sonarr/develop/Logo/256.png"
  1165. },
  1166. "clamav": {
  1167. "app_readme": "<h1>ClamAV</h1>\n<p><a href=\"https://www.clamav.net/\">ClamAV</a> - ClamAV\u00ae is an open-source antivirus engine for detecting trojans, viruses, malware &amp; other malicious threats.</p>\n<ul>\n<li>App runs as <code>root</code> user</li>\n</ul>",
  1168. "categories": [
  1169. "security"
  1170. ],
  1171. "description": "ClamAV is an open source (GPLv2) anti-virus toolkit.",
  1172. "healthy": true,
  1173. "healthy_error": null,
  1174. "home": "https://www.clamav.net/",
  1175. "location": "/__w/charts/charts/community/clamav",
  1176. "latest_version": "1.0.1",
  1177. "latest_app_version": "1.0.1",
  1178. "latest_human_version": "1.0.1_1.0.1",
  1179. "last_update": "2023-05-11 16:20:35",
  1180. "name": "clamav",
  1181. "recommended": false,
  1182. "title": "Clam AV",
  1183. "maintainers": [
  1184. {
  1185. "name": "truenas",
  1186. "url": "https://www.truenas.com/",
  1187. "email": "dev@ixsystems.com"
  1188. }
  1189. ],
  1190. "tags": [
  1191. "anti-virus"
  1192. ],
  1193. "screenshots": [],
  1194. "sources": [
  1195. "https://docs.clamav.net/",
  1196. "https://github.com/truenas/charts/tree/master/community/clamav",
  1197. "https://www.clamav.net/"
  1198. ],
  1199. "icon_url": "https://raw.githubusercontent.com/micahsnyder/clamav-documentation/main/src/images/logo.png"
  1200. },
  1201. "overseerr": {
  1202. "app_readme": "<h1>Overseerr</h1>\n<p><a href=\"https://github.com/sct/overseerr\">Overseerr</a> is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!</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>Overseerr</code> directories.\nAfterward, the <code>Overseerr</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  1203. "categories": [
  1204. "media"
  1205. ],
  1206. "description": "Overseerr is a free and open source software application for managing requests for your media library.",
  1207. "healthy": true,
  1208. "healthy_error": null,
  1209. "home": "https://github.com/sct/overseerr",
  1210. "location": "/__w/charts/charts/community/overseerr",
  1211. "latest_version": "1.0.2",
  1212. "latest_app_version": "1.32.5",
  1213. "latest_human_version": "1.32.5_1.0.2",
  1214. "last_update": "2023-05-11 16:20:35",
  1215. "name": "overseerr",
  1216. "recommended": false,
  1217. "title": "Overseerr",
  1218. "maintainers": [
  1219. {
  1220. "name": "truenas",
  1221. "url": "https://www.truenas.com/",
  1222. "email": "dev@ixsystems.com"
  1223. }
  1224. ],
  1225. "tags": [
  1226. "tv",
  1227. "movies",
  1228. "requests",
  1229. "series"
  1230. ],
  1231. "screenshots": [
  1232. "https://overseerr.dev/_next/image?url=%2Fscreenshots%2Fscreen_main.jpg&w=3840&q=75"
  1233. ],
  1234. "sources": [
  1235. "https://hub.docker.com/r/sctx/overseerr",
  1236. "https://github.com/truenas/charts/tree/master/community/overseer",
  1237. "https://github.com/sct/overseerr"
  1238. ],
  1239. "icon_url": "https://raw.githubusercontent.com/sct/overseerr/develop/public/os_icon.svg"
  1240. },
  1241. "radarr": {
  1242. "app_readme": "<h1>Radarr</h1>\n<p><a href=\"https://github.com/Radarr/Radarr\">Radarr</a> is a movie collection manager for Usenet and BitTorrent users.</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>Radarr</code> directories.\nAfterward, the <code>Radarr</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  1243. "categories": [
  1244. "media"
  1245. ],
  1246. "description": "Radarr is a movie collection manager for Usenet and BitTorrent users.",
  1247. "healthy": true,
  1248. "healthy_error": null,
  1249. "home": "https://github.com/Radarr/Radarr",
  1250. "location": "/__w/charts/charts/community/radarr",
  1251. "latest_version": "1.0.9",
  1252. "latest_app_version": "4.4.4.7068",
  1253. "latest_human_version": "4.4.4.7068_1.0.9",
  1254. "last_update": "2023-05-11 16:20:35",
  1255. "name": "radarr",
  1256. "recommended": false,
  1257. "title": "Radarr",
  1258. "maintainers": [
  1259. {
  1260. "name": "truenas",
  1261. "url": "https://www.truenas.com/",
  1262. "email": "dev@ixsystems.com"
  1263. }
  1264. ],
  1265. "tags": [
  1266. "movies"
  1267. ],
  1268. "screenshots": [
  1269. "https://radarr.video/img/slider/posters.png",
  1270. "https://radarr.video/img/features/manualsearch.png",
  1271. "https://radarr.video/img/features/blacklist.png",
  1272. "https://radarr.video/img/features/custom-formats-settings.png"
  1273. ],
  1274. "sources": [
  1275. "https://github.com/onedr0p/containers/tree/main/apps/radarr",
  1276. "https://github.com/truenas/charts/tree/master/community/radarr",
  1277. "https://github.com/Radarr/Radarr"
  1278. ],
  1279. "icon_url": "https://raw.githubusercontent.com/Radarr/Radarr/develop/Logo/256.png"
  1280. },
  1281. "tdarr": {
  1282. "app_readme": "<h1>Tdarr</h1>\n<p><a href=\"https://home.tdarr.io/\">Tdarr</a> is a Distributed Transcoding System</p>\n<ul>\n<li>App runs as <code>root</code> user</li>\n</ul>",
  1283. "categories": [
  1284. "media"
  1285. ],
  1286. "description": "Tdarr is a Distributed Transcoding System",
  1287. "healthy": true,
  1288. "healthy_error": null,
  1289. "home": "https://home.tdarr.io/",
  1290. "location": "/__w/charts/charts/community/tdarr",
  1291. "latest_version": "1.0.5",
  1292. "latest_app_version": "2.00.20.1",
  1293. "latest_human_version": "2.00.20.1_1.0.5",
  1294. "last_update": "2023-05-12 12:13:57",
  1295. "name": "tdarr",
  1296. "recommended": false,
  1297. "title": "Tdarr",
  1298. "maintainers": [
  1299. {
  1300. "name": "truenas",
  1301. "url": "https://www.truenas.com/",
  1302. "email": "dev@ixsystems.com"
  1303. }
  1304. ],
  1305. "tags": [
  1306. "encode",
  1307. "transcode"
  1308. ],
  1309. "screenshots": [
  1310. "https://home.tdarr.io/static/media/Stats2-min.a583d8ec.png",
  1311. "https://home.tdarr.io/static/media/Nodes-min.d8bf11b5.png",
  1312. "https://home.tdarr.io/static/media/VerdictHistory-min.444965ac.png"
  1313. ],
  1314. "sources": [
  1315. "https://home.tdarr.io/",
  1316. "https://github.com/truenas/charts/tree/master/community/tdarr",
  1317. "https://docs.tdarr.io/docs"
  1318. ],
  1319. "icon_url": "https://home.tdarr.io/static/media/logo3-min.246d6df4.png"
  1320. },
  1321. "webdav": {
  1322. "app_readme": "<h1>WebDAV</h1>\n<p><a href=\"http://webdav.org/\">WebDAV</a> is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.</p>\n<blockquote>\n<p>When application is installed and <code>Fix Permissions</code> is selected on at least 1 share\na container will be launched with <strong>root</strong> privileges. This is required in order to apply\nthe correct permissions to the <code>WebDAV</code> shares/directories.\nAfterward, the <code>WebDAV</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\n<code>Chown</code> will only apply if the parent directory does not match the configured user and group.</p>\n</blockquote>",
  1323. "categories": [
  1324. "file-sharing"
  1325. ],
  1326. "description": "WebDAV is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.",
  1327. "healthy": true,
  1328. "healthy_error": null,
  1329. "home": "http://www.webdav.org/",
  1330. "location": "/__w/charts/charts/community/webdav",
  1331. "latest_version": "1.0.0",
  1332. "latest_app_version": "1.1.3.2982",
  1333. "latest_human_version": "1.1.3.2982_1.0.0",
  1334. "last_update": "2023-05-15 11:13:16",
  1335. "name": "webdav",
  1336. "recommended": false,
  1337. "title": "WebDAv",
  1338. "maintainers": [
  1339. {
  1340. "name": "truenas",
  1341. "url": "https://www.truenas.com/",
  1342. "email": "dev@ixsystems.com"
  1343. }
  1344. ],
  1345. "tags": [
  1346. "webdav",
  1347. "file-sharing"
  1348. ],
  1349. "screenshots": [],
  1350. "sources": [
  1351. "http://www.webdav.org/",
  1352. "https://github.com/truenas/charts/tree/master/community/webdav"
  1353. ],
  1354. "icon_url": "http://www.webdav.org/images/webdav-logo.jpg"
  1355. },
  1356. "nginx-proxy-manager": {
  1357. "app_readme": "<h1>Nginx Proxy Manager</h1>\n<p><a href=\"https://nginxproxymanager.com\">Nginx Proxy Manager</a> Expose your services easily and securely</p>\n<blockquote>\n<p>Application requires to run as root. This is a limitation of the application.</p>\n</blockquote>",
  1358. "categories": [
  1359. "networking"
  1360. ],
  1361. "description": "Expose your services easily and securely",
  1362. "healthy": true,
  1363. "healthy_error": null,
  1364. "home": "https://nginxproxymanager.com/",
  1365. "location": "/__w/charts/charts/community/nginx-proxy-manager",
  1366. "latest_version": "1.0.5",
  1367. "latest_app_version": "2.10.3",
  1368. "latest_human_version": "2.10.3_1.0.5",
  1369. "last_update": "2023-05-12 12:11:01",
  1370. "name": "nginx-proxy-manager",
  1371. "recommended": false,
  1372. "title": "Nginx Proxy Manager",
  1373. "maintainers": [
  1374. {
  1375. "name": "truenas",
  1376. "url": "https://www.truenas.com/",
  1377. "email": "dev@ixsystems.com"
  1378. }
  1379. ],
  1380. "tags": [
  1381. "reverse",
  1382. "proxy"
  1383. ],
  1384. "screenshots": [
  1385. "https://nginxproxymanager.com/screenshots/login.png",
  1386. "https://nginxproxymanager.com/screenshots/dashboard.png",
  1387. "https://nginxproxymanager.com/screenshots/proxy-hosts.png"
  1388. ],
  1389. "sources": [
  1390. "https://nginxproxymanager.com/",
  1391. "https://github.com/truenas/charts/tree/master/community/nginx-proxy-manager",
  1392. "https://hub.docker.com/r/jc21/nginx-proxy-manager"
  1393. ],
  1394. "icon_url": "https://nginxproxymanager.com/logo.png"
  1395. },
  1396. "lidarr": {
  1397. "app_readme": "<h1>Lidarr</h1>\n<p><a href=\"https://github.com/Lidarr/Lidarr\">Lidarr</a> is a music collection manager for Usenet and BitTorrent users.</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>Lidarr</code> directories.\nAfterward, the <code>Lidarr</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  1398. "categories": [
  1399. "media"
  1400. ],
  1401. "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
  1402. "healthy": true,
  1403. "healthy_error": null,
  1404. "home": "https://github.com/Lidarr/Lidarr",
  1405. "location": "/__w/charts/charts/community/lidarr",
  1406. "latest_version": "1.0.7",
  1407. "latest_app_version": "1.1.3.2982",
  1408. "latest_human_version": "1.1.3.2982_1.0.7",
  1409. "last_update": "2023-05-11 16:20:35",
  1410. "name": "lidarr",
  1411. "recommended": false,
  1412. "title": "Lidarr",
  1413. "maintainers": [
  1414. {
  1415. "name": "truenas",
  1416. "url": "https://www.truenas.com/",
  1417. "email": "dev@ixsystems.com"
  1418. }
  1419. ],
  1420. "tags": [
  1421. "music"
  1422. ],
  1423. "screenshots": [
  1424. "https://lidarr.audio/img/features/manualsearch.png",
  1425. "https://lidarr.audio/img/features/metadata.png",
  1426. "https://lidarr.audio/img/features/import_lists.png"
  1427. ],
  1428. "sources": [
  1429. "https://github.com/onedr0p/containers/tree/main/apps/lidarr",
  1430. "https://github.com/truenas/charts/tree/master/charts/lidarr",
  1431. "https://github.com/Lidarr/Lidarr"
  1432. ],
  1433. "icon_url": "https://raw.githubusercontent.com/Lidarr/Lidarr/develop/Logo/256.png"
  1434. }
  1435. }
  1436. }