1 Star 0 Fork 0

chaos/truenas-charts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
catalog.json 232.68 KB
一键复制 编辑 原始数据 按行查看 历史
sonicaj 提交于 2024-02-01 08:21 . Update catalog changes
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350
{
"charts": {
"prometheus": {
"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>",
"categories": [
"monitoring"
],
"description": "The Prometheus monitoring system and time series database.",
"healthy": true,
"healthy_error": null,
"home": "https://prometheus.io",
"location": "/__w/charts/charts/charts/prometheus",
"latest_version": "1.1.9",
"latest_app_version": "v2.49.1",
"latest_human_version": "v2.49.1_1.1.9",
"last_update": "2024-02-01 08:19:56",
"name": "prometheus",
"recommended": false,
"title": "Prometheus",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"metrics",
"storage"
],
"screenshots": [
"https://media.sys.truenas.net/apps/prometheus/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/prometheus/prometheus",
"https://github.com/truenas/charts/tree/master/charts/prometheus",
"https://prometheus.io"
],
"icon_url": "https://media.sys.truenas.net/apps/prometheus/icons/icon.png"
},
"diskoverdata": {
"app_readme": "<p>DiskOver App for TrueNAS SCALE</p>",
"categories": [
"monitoring"
],
"description": "Diskover is used to monitor size/volumes of distributed dataset.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/diskoverdata/diskover-community",
"location": "/__w/charts/charts/charts/diskoverdata",
"latest_version": "1.0.14",
"latest_app_version": "2.0.1",
"latest_human_version": "2.0.1_1.0.14",
"last_update": "2024-02-01 08:19:56",
"name": "diskoverdata",
"recommended": false,
"title": "Diskover Data",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"storage",
"discovery"
],
"screenshots": [
"https://media.sys.truenas.net/apps/diskoverdata/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/diskoverdata/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/diskoverdata/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/diskoverdata/diskover-community",
"https://github.com/truenas/charts/tree/master/charts/diskoverdata"
],
"icon_url": "https://media.sys.truenas.net/apps/diskoverdata/icons/icon.png"
},
"elastic-search": {
"app_readme": "<h1>Elastic Search</h1>\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>",
"categories": [
"monitoring"
],
"description": "Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack.",
"healthy": true,
"healthy_error": null,
"home": "https://www.elastic.co",
"location": "/__w/charts/charts/charts/elastic-search",
"latest_version": "1.1.11",
"latest_app_version": "8.12.0",
"latest_human_version": "8.12.0_1.1.11",
"last_update": "2024-02-01 08:19:56",
"name": "elastic-search",
"recommended": false,
"title": "Elastic Search",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"elastic",
"search",
"storage"
],
"screenshots": [],
"sources": [
"https://www.elastic.co/",
"https://github.com/truenas/charts/tree/master/charts/elastic-search",
"https://www.elastic.co/guide/en/elasticsearch/reference/master/docker.html#docker-configuration-methods"
],
"icon_url": "https://media.sys.truenas.net/apps/elastic-search/icons/icon.svg"
},
"plex": {
"app_readme": "<h1>Plex</h1>\n<p><a href=\"https://plex.tv\">Plex</a> is a media server that allows you to stream your media to any Plex client.</p>",
"categories": [
"media"
],
"description": "Plex is a media server that allows you to stream your media to any Plex client.",
"healthy": true,
"healthy_error": null,
"home": "https://plex.tv/",
"location": "/__w/charts/charts/charts/plex",
"latest_version": "2.0.1",
"latest_app_version": "1.32.8.7639",
"latest_human_version": "1.32.8.7639_2.0.1",
"last_update": "2024-02-01 08:21:25",
"name": "plex",
"recommended": false,
"title": "Plex",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"entertainment",
"movies",
"series",
"tv",
"streaming"
],
"screenshots": [
"https://media.sys.truenas.net/apps/plex/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/plex/screenshots/screenshot2.png"
],
"sources": [
"https://plex.tv/",
"https://github.com/truenas/charts/tree/master/charts/plex",
"https://hub.docker.com/r/plexinc/pms-docker/"
],
"icon_url": "https://media.sys.truenas.net/apps/plex/icons/icon.png"
},
"collabora": {
"app_readme": "<h1>Collabora</h1>\n<p><a href=\"https://www.collaboraoffice.com/\">Collabora</a> is a collaborative online office suite based on LibreOffice technology</p>",
"categories": [
"productivity"
],
"description": "Collabora is a collaborative online office suite based on LibreOffice technology",
"healthy": true,
"healthy_error": null,
"home": "https://www.collaboraoffice.com/",
"location": "/__w/charts/charts/charts/collabora",
"latest_version": "2.0.0",
"latest_app_version": "23.05.8.2.1",
"latest_human_version": "23.05.8.2.1_2.0.0",
"last_update": "2024-02-01 08:19:56",
"name": "collabora",
"recommended": false,
"title": "Collabora",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"office",
"documents",
"collaboration"
],
"screenshots": [
"https://media.sys.truenas.net/apps/collabora/screenshots/screenshot1.png"
],
"sources": [
"https://www.collaboraoffice.com/",
"https://github.com/CollaboraOnline/online",
"https://hub.docker.com/r/collabora/code"
],
"icon_url": "https://media.sys.truenas.net/apps/collabora/icons/icon.png"
},
"photoprism": {
"app_readme": "<h1>Photo Prism</h1>\n<p>PhotoPrism is a server-based application for browsing, organizing and sharing your personal photo collection.</p>",
"categories": [
"media"
],
"description": "AI-powered app for browsing, organizing & sharing your photo collection.",
"healthy": true,
"healthy_error": null,
"home": "https://photoprism.app/",
"location": "/__w/charts/charts/charts/photoprism",
"latest_version": "1.1.2",
"latest_app_version": "231128",
"latest_human_version": "231128_1.1.2",
"last_update": "2024-02-01 08:19:56",
"name": "photoprism",
"recommended": false,
"title": "PhotoPrism",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"photos",
"image"
],
"screenshots": [
"https://media.sys.truenas.net/apps/photoprism/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/photoprism/screenshots/screenshot2.png"
],
"sources": [
"https://photoprism.app/",
"https://github.com/truenas/charts/tree/master/charts/photoprism"
],
"icon_url": "https://media.sys.truenas.net/apps/photoprism/icons/icon.svg"
},
"syncthing": {
"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>",
"categories": [
"storage"
],
"description": "Syncthing is a continuous file synchronization program.",
"healthy": true,
"healthy_error": null,
"home": "https://syncthing.net/",
"location": "/__w/charts/charts/charts/syncthing",
"latest_version": "1.0.40",
"latest_app_version": "1.27.2",
"latest_human_version": "1.27.2_1.0.40",
"last_update": "2024-02-01 08:19:56",
"name": "syncthing",
"recommended": false,
"title": "Syncthing",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"backup",
"sync",
"file-sharing"
],
"screenshots": [
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot4.png"
],
"sources": [
"https://syncthing.net",
"https://github.com/truenas/charts/tree/master/charts/syncthing"
],
"icon_url": "https://media.sys.truenas.net/apps/syncthing/icons/icon.svg"
},
"home-assistant": {
"app_readme": "<h1>Home Assistant</h1>\n<p><a href=\"https://www.home-assistant.io/\">Home Assistant</a> is an open source home automation that puts local control and privacy first.</p>",
"categories": [
"productivity"
],
"description": "Home Assistant is an open source home automation that puts local control and privacy first.",
"healthy": true,
"healthy_error": null,
"home": "https://www.home-assistant.io/",
"location": "/__w/charts/charts/charts/home-assistant",
"latest_version": "2.0.4",
"latest_app_version": "2024.1.5",
"latest_human_version": "2024.1.5_2.0.4",
"last_update": "2024-02-01 08:21:25",
"name": "home-assistant",
"recommended": false,
"title": "Home Assistant",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"home-automation",
"assistant"
],
"screenshots": [
"https://media.sys.truenas.net/apps/home-assistant/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/home-assistant/home-assistant",
"https://github.com/truenas/charts/tree/master/charts/home-assistant"
],
"icon_url": "https://media.sys.truenas.net/apps/home-assistant/icons/icon.png"
},
"ix-chart": {
"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>",
"categories": [
"generic"
],
"description": "A Helm chart for deploying simple workloads Kubernetes",
"healthy": true,
"healthy_error": null,
"home": "https://www.truenas.com/",
"location": "/__w/charts/charts/charts/ix-chart",
"latest_version": "2308.0.1",
"latest_app_version": "v1",
"latest_human_version": "v1_2308.0.1",
"last_update": "2024-02-01 08:19:56",
"name": "ix-chart",
"recommended": false,
"title": "ix-chart",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [],
"screenshots": [],
"sources": [],
"icon_url": null
},
"wg-easy": {
"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>",
"categories": [
"networking"
],
"description": "WG-Easy is the easiest way to install & manage WireGuard!",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/WeeJeWel/wg-easy",
"location": "/__w/charts/charts/charts/wg-easy",
"latest_version": "2.0.12",
"latest_app_version": "10",
"latest_human_version": "10_2.0.12",
"last_update": "2024-02-01 08:19:56",
"name": "wg-easy",
"recommended": false,
"title": "WG Easy",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"vpn",
"wireguard"
],
"screenshots": [
"https://media.sys.truenas.net/apps/wg-easy/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/WeeJeWel/wg-easy",
"https://github.com/truenas/charts/tree/master/charts/wg-easy"
],
"icon_url": "https://media.sys.truenas.net/apps/wg-easy/icons/icon.png"
},
"nextcloud": {
"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>",
"categories": [
"productivity"
],
"description": "A file sharing server that puts the control and security of your own data back into your hands.",
"healthy": true,
"healthy_error": null,
"home": "https://nextcloud.com/",
"location": "/__w/charts/charts/charts/nextcloud",
"latest_version": "1.6.56",
"latest_app_version": "28.0.1",
"latest_human_version": "28.0.1_1.6.56",
"last_update": "2024-02-01 08:19:56",
"name": "nextcloud",
"recommended": false,
"title": "Nextcloud",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"nextcloud",
"storage",
"sync"
],
"screenshots": [
"https://media.sys.truenas.net/apps/nextcloud/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/nextcloud/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/nextcloud/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/nextcloud/docker",
"https://github.com/nextcloud/helm",
"https://github.com/truenas/charts/tree/master/charts/nextcloud"
],
"icon_url": "https://media.sys.truenas.net/apps/nextcloud/icons/icon.svg"
},
"pihole": {
"app_readme": "<h1>Pihole</h1>\n<p>DNS and Ad-filtering for your network.</p>",
"categories": [
"networking"
],
"description": "DNS and Ad-filtering for your network.",
"healthy": true,
"healthy_error": null,
"home": "https://pi-hole.net/",
"location": "/__w/charts/charts/charts/pihole",
"latest_version": "1.0.24",
"latest_app_version": "2023.11.0",
"latest_human_version": "2023.11.0_1.0.24",
"last_update": "2024-02-01 08:19:56",
"name": "pihole",
"recommended": false,
"title": "Pi-hole",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"dns",
"adblock"
],
"screenshots": [
"https://media.sys.truenas.net/apps/pihole/screenshots/screenshot1.png"
],
"sources": [
"https://pi-hole.net/",
"https://github.com/truenas/charts/tree/master/charts/pihole"
],
"icon_url": "https://media.sys.truenas.net/apps/pihole/icons/icon.png"
},
"emby": {
"app_readme": "<h1>Emby</h1>\n<p><a href=\"https://emby.media/\">Emby</a> is designed to help you manage your personal media library, such as home videos and photos</p>",
"categories": [
"media"
],
"description": "Emby is designed to help you manage your personal media library, such as home videos and photos",
"healthy": true,
"healthy_error": null,
"home": "https://emby.media/",
"location": "/__w/charts/charts/charts/emby",
"latest_version": "2.0.1",
"latest_app_version": "4.7.14.0",
"latest_human_version": "4.7.14.0_2.0.1",
"last_update": "2024-02-01 08:19:56",
"name": "emby",
"recommended": false,
"title": "Emby Server",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"entertainment",
"movies",
"series",
"tv",
"streaming"
],
"screenshots": [
"https://media.sys.truenas.net/apps/emby/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/emby/screenshots/screenshot2.png"
],
"sources": [
"https://emby.media/",
"https://hub.docker.com/r/emby/embyserver",
"https://github.com/truenas/charts/tree/master/charts/emby"
],
"icon_url": "https://media.sys.truenas.net/apps/emby/icons/icon.png"
},
"minio": {
"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>",
"categories": [
"storage",
"S3"
],
"description": "High Performance, Kubernetes Native Object Storage",
"healthy": true,
"healthy_error": null,
"home": "https://min.io",
"location": "/__w/charts/charts/charts/minio",
"latest_version": "1.7.23",
"latest_app_version": "2023-03-13",
"latest_human_version": "2023-03-13_1.7.23",
"last_update": "2024-02-01 08:19:56",
"name": "minio",
"recommended": false,
"title": "MinIO",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [],
"screenshots": [
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/minio/minio",
"https://github.com/minio/charts"
],
"icon_url": "https://media.sys.truenas.net/apps/minio/icons/icon.png"
},
"netdata": {
"app_readme": "<p><a href=\"https://www.netdata.cloud/\">Netdata</a> is a fast, easy monitoring and troubleshooting system.</p>",
"categories": [
"monitoring"
],
"description": "Real-time performance monitoring, done right!",
"healthy": true,
"healthy_error": null,
"home": "https://www.netdata.cloud/",
"location": "/__w/charts/charts/charts/netdata",
"latest_version": "1.0.39",
"latest_app_version": "v1.44.1",
"latest_human_version": "v1.44.1_1.0.39",
"last_update": "2024-02-01 08:19:56",
"name": "netdata",
"recommended": false,
"title": "Netdata",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"netdata"
],
"screenshots": [
"https://media.sys.truenas.net/apps/netdata/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/netdata/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/netdata/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/netdata/helmchart",
"https://github.com/netdata/netdata"
],
"icon_url": "https://media.sys.truenas.net/apps/netdata/icons/icon.png"
},
"storj": {
"app_readme": "<h1>storj</h1>\n<p><a href=\"https://www.storj.io/\">storj</a> share your extra storage and earn money</p>",
"categories": [
"storage"
],
"description": "Share your storage on the internet and earn.",
"healthy": true,
"healthy_error": null,
"home": "https://www.storj.io",
"location": "/__w/charts/charts/charts/storj",
"latest_version": "1.0.17",
"latest_app_version": "v1.68.2",
"latest_human_version": "v1.68.2_1.0.17",
"last_update": "2024-02-01 08:19:56",
"name": "storj",
"recommended": false,
"title": "Storj",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"networking",
"financial",
"file-sharing"
],
"screenshots": [
"https://media.sys.truenas.net/apps/storj/screenshots/screenshot1.jpeg"
],
"sources": [
"https://www.storj.io",
"https://github.com/truenas/charts/tree/master/charts/storj"
],
"icon_url": "https://media.sys.truenas.net/apps/storj/icons/icon.svg"
}
},
"test": {
"syncthing": {
"app_readme": "<h1>Syncthing</h1>\n<p><a href=\"https://syncthing.net/\">Syncthing</a> is a file synchronization program.</p>\n<p>At each startup of the application, the following settings are applied:</p>\n<ul>\n<li>Disable automatic upgrades</li>\n<li>Disable anonymous usage reporting</li>\n<li>Disable NAT traversal</li>\n<li>Disable global discovery</li>\n<li>Disable local discovery</li>\n<li>Disable relaying</li>\n<li>Disable announcing LAN addresses</li>\n</ul>\n<p>Additionally, the following defaults are set for new synthing \"folders\":</p>\n<ul>\n<li>Max total size of <code>xattr</code>: 10 MiB</li>\n<li>Max size per <code>xattr</code>: 2 MiB</li>\n<li>Enable <code>send</code> and <code>sync</code> of <code>xattr</code></li>\n<li>Enable <code>send</code> and <code>sync</code> of <code>ownership</code></li>\n</ul>",
"categories": [
"storage"
],
"description": "Syncthing is a continuous file synchronization program.",
"healthy": true,
"healthy_error": null,
"home": "https://syncthing.net/",
"location": "/__w/charts/charts/test/syncthing",
"latest_version": "1.2.2",
"latest_app_version": "1.27.0",
"latest_human_version": "1.27.0_1.2.2",
"last_update": "2024-02-01 08:19:56",
"name": "syncthing",
"recommended": false,
"title": "Syncthing",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"sync",
"file-sharing"
],
"screenshots": [
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot4.png"
],
"sources": [
"https://syncthing.net/",
"https://github.com/syncthing/syncthing",
"https://hub.docker.com/r/syncthing/syncthing",
"https://github.com/truenas/charts/tree/master/enterprise/syncthing"
],
"icon_url": "https://media.sys.truenas.net/apps/syncthing/icons/icon.svg"
},
"sonarr": {
"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>",
"categories": [
"media"
],
"description": "Sonarr is a PVR for Usenet and BitTorrent users.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/Sonarr/Sonarr",
"location": "/__w/charts/charts/test/sonarr",
"latest_version": "1.0.16",
"latest_app_version": "3.0.10.1567",
"latest_human_version": "3.0.10.1567_1.0.16",
"last_update": "2024-02-01 08:19:56",
"name": "sonarr",
"recommended": false,
"title": "Sonarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"series"
],
"screenshots": [
"https://sonarr.tv/img/features/calendar.png",
"https://sonarr.tv/img/features/manualsearch.png",
"https://sonarr.tv/img/features/blocklist.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/sonarr",
"https://github.com/truenas/charts/tree/master/community/sonarr",
"https://github.com/Sonarr/Sonarr"
],
"icon_url": "https://raw.githubusercontent.com/Sonarr/Sonarr/develop/Logo/256.png"
},
"minio": {
"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>",
"categories": [
"storage"
],
"description": "High Performance, Kubernetes Native Object Storage",
"healthy": true,
"healthy_error": null,
"home": "https://min.io",
"location": "/__w/charts/charts/test/minio",
"latest_version": "1.1.0",
"latest_app_version": "2023-12-07",
"latest_human_version": "2023-12-07_1.1.0",
"last_update": "2024-02-01 08:19:56",
"name": "minio",
"recommended": false,
"title": "MinIO",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"object-storage",
"S3",
"file-sharing"
],
"screenshots": [
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/minio/minio",
"https://github.com/truenas/charts/tree/master/enterprise/minio"
],
"icon_url": "https://media.sys.truenas.net/apps/minio/icons/icon.png"
},
"jellyfin": {
"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>",
"categories": [
"media"
],
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.",
"healthy": true,
"healthy_error": null,
"home": "https://jellyfin.org/",
"location": "/__w/charts/charts/test/jellyfin",
"latest_version": "1.0.16",
"latest_app_version": "10.8.13",
"latest_human_version": "10.8.13_1.0.16",
"last_update": "2024-02-01 08:19:56",
"name": "jellyfin",
"recommended": false,
"title": "Jellyfin",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"entertainment",
"movies",
"series",
"tv",
"streaming"
],
"screenshots": [
"https://jellyfin.org/assets/images/10.8-home-4a73a92bf90d1eeffa5081201ca9c7bb.png",
"https://jellyfin.org/assets/images/10.8-details-df4f7caaee389ffbaeeaa95b668fa037.png"
],
"sources": [
"https://hub.docker.com/r/jellyfin/jellyfin",
"https://github.com/truenas/charts/tree/master/community/jellyfin",
"https://jellyfin.org/"
],
"icon_url": "https://jellyfin.org/images/logo.svg"
}
},
"enterprise": {
"syncthing": {
"app_readme": "<h1>Syncthing</h1>\n<p><a href=\"https://syncthing.net/\">Syncthing</a> is a file synchronization program.</p>\n<p>At each startup of the application, the following settings are applied:</p>\n<ul>\n<li>Disable automatic upgrades</li>\n<li>Disable anonymous usage reporting</li>\n<li>Disable NAT traversal</li>\n<li>Disable global discovery</li>\n<li>Disable local discovery</li>\n<li>Disable relaying</li>\n<li>Disable announcing LAN addresses</li>\n</ul>\n<p>Additionally, the following defaults are set for new synthing \"folders\":</p>\n<ul>\n<li>Max total size of <code>xattr</code>: 10 MiB</li>\n<li>Max size per <code>xattr</code>: 2 MiB</li>\n<li>Enable <code>send</code> and <code>sync</code> of <code>xattr</code></li>\n<li>Enable <code>send</code> and <code>sync</code> of <code>ownership</code></li>\n</ul>",
"categories": [
"storage"
],
"description": "Syncthing is a continuous file synchronization program.",
"healthy": true,
"healthy_error": null,
"home": "https://syncthing.net/",
"location": "/__w/charts/charts/enterprise/syncthing",
"latest_version": "1.1.8",
"latest_app_version": "1.27.0",
"latest_human_version": "1.27.0_1.1.8",
"last_update": "2024-02-01 08:19:56",
"name": "syncthing",
"recommended": false,
"title": "Syncthing",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"sync",
"file-sharing"
],
"screenshots": [
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/syncthing/screenshots/screenshot4.png"
],
"sources": [
"https://syncthing.net/",
"https://github.com/syncthing/syncthing",
"https://hub.docker.com/r/syncthing/syncthing",
"https://github.com/truenas/charts/tree/master/enterprise/syncthing"
],
"icon_url": "https://media.sys.truenas.net/apps/syncthing/icons/icon.svg"
},
"minio": {
"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>",
"categories": [
"storage"
],
"description": "High Performance, Kubernetes Native Object Storage",
"healthy": true,
"healthy_error": null,
"home": "https://min.io",
"location": "/__w/charts/charts/enterprise/minio",
"latest_version": "1.1.3",
"latest_app_version": "2023-12-07",
"latest_human_version": "2023-12-07_1.1.3",
"last_update": "2024-02-01 08:19:56",
"name": "minio",
"recommended": false,
"title": "MinIO",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"object-storage",
"S3",
"file-sharing"
],
"screenshots": [
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/minio/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/minio/minio",
"https://github.com/truenas/charts/tree/master/enterprise/minio"
],
"icon_url": "https://media.sys.truenas.net/apps/minio/icons/icon.png"
}
},
"community": {
"roundcube": {
"app_readme": "<h1>Roundcube</h1>\n<p><a href=\"https://roundcube.net/\">Roundcube</a> is a browser-based multilingual IMAP client with an application-like user interface.</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>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run 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>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Roundcube is a browser-based multilingual IMAP client with an application-like user interface.",
"healthy": true,
"healthy_error": null,
"home": "https://roundcube.net/",
"location": "/__w/charts/charts/community/roundcube",
"latest_version": "1.0.3",
"latest_app_version": "1.6.6",
"latest_human_version": "1.6.6_1.0.3",
"last_update": "2024-02-01 08:19:56",
"name": "roundcube",
"recommended": false,
"title": "Roundcube",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"webmail",
"email"
],
"screenshots": [
"https://media.sys.truenas.net/apps/roundcube/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/roundcube/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/roundcube/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/roundcube/screenshots/screenshot4.png",
"https://media.sys.truenas.net/apps/roundcube/screenshots/screenshot5.png"
],
"sources": [
"https://roundcube.net/",
"https://github.com/truenas/charts/tree/master/community/roundcube",
"https://hub.docker.com/r/roundcube/roundcubemail/"
],
"icon_url": "https://media.sys.truenas.net/apps/roundcube/icons/icon.png"
},
"adguard-home": {
"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>",
"categories": [
"networking"
],
"description": "Free and open source, powerful network-wide ads & trackers blocking DNS server.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/AdguardTeam/AdGuardHome",
"location": "/__w/charts/charts/community/adguard-home",
"latest_version": "1.0.36",
"latest_app_version": "0.107.43",
"latest_human_version": "0.107.43_1.0.36",
"last_update": "2024-02-01 08:19:56",
"name": "adguard-home",
"recommended": false,
"title": "AdGuard Home",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"dns",
"adblock"
],
"screenshots": [
"https://media.sys.truenas.net/apps/adguard-home/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/adguard-home/screenshots/screenshot2.png"
],
"sources": [
"https://github.com/AdguardTeam/AdGuardHome",
"https://github.com/truenas/charts/tree/master/community/adguard-home",
"https://hub.docker.com/r/adguard/adguardhome"
],
"icon_url": "https://media.sys.truenas.net/apps/adguard-home/icons/icon.png"
},
"node-red": {
"app_readme": "<h1>Node-RED</h1>\n<p><a href=\"https://nodered.org\">Node-RED</a> is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.</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>Node-RED</code> directories.\nAfterward, the <code>Node-RED</code> container will run as a <strong>non</strong>-root user (<code>1000</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>",
"categories": [
"productivity"
],
"description": "Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways.",
"healthy": true,
"healthy_error": null,
"home": "https://nodered.org",
"location": "/__w/charts/charts/community/node-red",
"latest_version": "1.2.3",
"latest_app_version": "3.1.3",
"latest_human_version": "3.1.3_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "node-red",
"recommended": false,
"title": "Node-RED",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"automation"
],
"screenshots": [
"https://media.sys.truenas.net/apps/node-red/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/node-red/node-red-docker",
"https://github.com/truenas/charts/tree/master/community/node-red",
"https://nodered.org"
],
"icon_url": "https://media.sys.truenas.net/apps/node-red/icons/icon.png"
},
"kavita": {
"app_readme": "<h1>Kavita</h1>\n<p><a href=\"https://www.kavitareader.com\">Kavita</a> is a fast, feature rich, cross platform reading server.</p>",
"categories": [
"media"
],
"description": "Kavita is a fast, feature rich, cross platform reading server.",
"healthy": true,
"healthy_error": null,
"home": "https://www.kavitareader.com/",
"location": "/__w/charts/charts/community/kavita",
"latest_version": "1.2.6",
"latest_app_version": "0.7.13",
"latest_human_version": "0.7.13_1.2.6",
"last_update": "2024-02-01 08:19:56",
"name": "kavita",
"recommended": false,
"title": "Kavita",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"ebook",
"manga"
],
"screenshots": [
"https://media.sys.truenas.net/apps/kavita/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/kavita/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/kavita/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/kavita/screenshots/screenshot4.png",
"https://media.sys.truenas.net/apps/kavita/screenshots/screenshot5.png"
],
"sources": [
"https://github.com/Kareadita/Kavita",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/kavita",
"https://www.kavitareader.com"
],
"icon_url": "https://media.sys.truenas.net/apps/kavita/icons/icon.png"
},
"overseerr": {
"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>",
"categories": [
"media"
],
"description": "Overseerr is a free and open source software application for managing requests for your media library.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/sct/overseerr",
"location": "/__w/charts/charts/community/overseerr",
"latest_version": "1.0.25",
"latest_app_version": "1.33.2",
"latest_human_version": "1.33.2_1.0.25",
"last_update": "2024-02-01 08:19:56",
"name": "overseerr",
"recommended": false,
"title": "Overseerr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"tv",
"movies",
"requests",
"series"
],
"screenshots": [
"https://media.sys.truenas.net/apps/overseerr/screenshots/screenshot1.png"
],
"sources": [
"https://hub.docker.com/r/sctx/overseerr",
"https://github.com/truenas/charts/tree/master/community/overseer",
"https://github.com/sct/overseerr"
],
"icon_url": "https://media.sys.truenas.net/apps/overseerr/icons/icon.svg"
},
"castopod": {
"app_readme": "<h1>Castopod</h1>\n<p><a href=\"https://castopod.org\">Castopod</a> is an open-source hosting platform made for podcasters who want engage and interact with their audience.</p>",
"categories": [
"media"
],
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
"healthy": true,
"healthy_error": null,
"home": "https://castopod.org",
"location": "/__w/charts/charts/community/castopod",
"latest_version": "1.2.9",
"latest_app_version": "1.8.2",
"latest_human_version": "1.8.2_1.2.9",
"last_update": "2024-02-01 08:19:56",
"name": "castopod",
"recommended": false,
"title": "Castopod",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"podcast"
],
"screenshots": [
"https://media.sys.truenas.net/apps/castopod/screenshots/screenshot1.png"
],
"sources": [
"https://hub.docker.com/r/castopod/castopod",
"https://github.com/truenas/charts/tree/master/community/castopod",
"https://code.castopod.org/adaures/castopod"
],
"icon_url": "https://media.sys.truenas.net/apps/castopod/icons/icon.svg"
},
"invidious": {
"app_readme": "<h1>Invidious</h1>\n<p><a href=\"https://invidious.io/\">Invidious</a> is an alternative front-end to YouTube.</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>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run 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>postgres</code> data directories.</p>\n</blockquote>\n<p>Additional configuration can be specified</p>\n<ul>\n<li>Via <a href=\"https://github.com/iv-org/invidious/pull/1702\">environment variables</a></li>\n<li>By editing the file <code>/config/config.yaml</code> (see <a href=\"https://github.com/iv-org/invidious/blob/master/config/config.example.yml\">example</a>)</li>\n</ul>",
"categories": [
"media"
],
"description": "Invidious is an alternative front-end to YouTube",
"healthy": true,
"healthy_error": null,
"home": "https://invidious.io/",
"location": "/__w/charts/charts/community/invidious",
"latest_version": "1.0.2",
"latest_app_version": "latest",
"latest_human_version": "latest_1.0.2",
"last_update": "2024-02-01 08:19:56",
"name": "invidious",
"recommended": false,
"title": "Invidious",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"youtube"
],
"screenshots": [
"https://media.sys.truenas.net/apps/invidious/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/invidious/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/invidious/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/invidious/screenshots/screenshot4.png",
"https://media.sys.truenas.net/apps/invidious/screenshots/screenshot5.png",
"https://media.sys.truenas.net/apps/invidious/screenshots/screenshot6.png"
],
"sources": [
"https://invidious.io/",
"https://github.com/truenas/charts/tree/master/community/invidious",
"https://quay.io/repository/invidious"
],
"icon_url": "https://media.sys.truenas.net/apps/invidious/icons/icon.svg"
},
"twofactor-auth": {
"app_readme": "<h1>2FAuth</h1>\n<p><a href=\"https://docs.2fauth.app/\">2FAuth</a> is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.</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>2FAuth</code> directories.\nAfterward, the <code>2FAuth</code> container will run as a <strong>non</strong>-root user (<code>1000</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>",
"categories": [
"security"
],
"description": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.",
"healthy": true,
"healthy_error": null,
"home": "https://docs.2fauth.app/",
"location": "/__w/charts/charts/community/twofactor-auth",
"latest_version": "1.2.3",
"latest_app_version": "5.0.3",
"latest_human_version": "5.0.3_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "twofactor-auth",
"recommended": false,
"title": "2FAuth",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"2fa",
"otp"
],
"screenshots": [
"https://media.sys.truenas.net/apps/twofactor-auth/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/Bubka/2FAuth",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/2fauth",
"https://hub.docker.com/r/2fauth/2fauth/"
],
"icon_url": "https://media.sys.truenas.net/apps/twofactor-auth/icons/icon.png"
},
"joplin": {
"app_readme": "<h1>Joplin</h1>\n<p><a href=\"https://joplinapp.org\">Joplin</a> is an open source note-taking app. Capture your thoughts and securely access them from any device</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>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run 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>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Joplin is an open source note-taking app. Capture your thoughts and securely access them from any device",
"healthy": true,
"healthy_error": null,
"home": "https://joplinapp.org/",
"location": "/__w/charts/charts/community/joplin",
"latest_version": "1.1.11",
"latest_app_version": "2.14.2",
"latest_human_version": "2.14.2_1.1.11",
"last_update": "2024-02-01 08:19:56",
"name": "joplin",
"recommended": false,
"title": "Joplin",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"notes"
],
"screenshots": [
"https://media.sys.truenas.net/apps/joplin/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/joplin/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/joplin/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/laurent22/joplin",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/joplin",
"https://hub.docker.com/r/joplin/server/"
],
"icon_url": "https://media.sys.truenas.net/apps/joplin/icons/icon.png"
},
"tdarr": {
"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>",
"categories": [
"media"
],
"description": "Tdarr is a Distributed Transcoding System",
"healthy": true,
"healthy_error": null,
"home": "https://home.tdarr.io/",
"location": "/__w/charts/charts/community/tdarr",
"latest_version": "1.2.3",
"latest_app_version": "2.17.01",
"latest_human_version": "2.17.01_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "tdarr",
"recommended": false,
"title": "Tdarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"encode",
"transcode"
],
"screenshots": [
"https://home.tdarr.io/static/media/Stats2-min.a583d8ec.png",
"https://home.tdarr.io/static/media/Nodes-min.d8bf11b5.png",
"https://home.tdarr.io/static/media/VerdictHistory-min.444965ac.png"
],
"sources": [
"https://home.tdarr.io/",
"https://github.com/truenas/charts/tree/master/community/tdarr",
"https://docs.tdarr.io/docs"
],
"icon_url": "https://media.sys.truenas.net/apps/tdarr/icons/icon.png"
},
"passbolt": {
"app_readme": "<h1>Passbolt</h1>\n<p><a href=\"https://www.passbolt.com\">Passbolt</a> is a security-first, open source password manager</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>Passbolt</code> directories.\nAfterward, the <code>Passbolt</code> container will run as a <strong>non</strong>-root user (<code>33</code>).\nSame applies to the <code>mariadb</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>mariadb</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>Passbolt</code> and <code>mariadb</code> data directories.</p>\n</blockquote>\n<h2>Register admin user</h2>\n<p>Connect to the container's shell and run the following command replacing the\nvalues (<code>user@example.com</code>, <code>first_name</code>, <code>last_name</code>) with your own values.</p>\n<p><code>shell\n/usr/share/php/passbolt/bin/cake passbolt register_user -r admin \\\n -u user@example.com -f first_name -l last_name</code></p>",
"categories": [
"security"
],
"description": "Passbolt is a security-first, open source password manager",
"healthy": true,
"healthy_error": null,
"home": "https://www.passbolt.com",
"location": "/__w/charts/charts/community/passbolt",
"latest_version": "1.2.3",
"latest_app_version": "4.4.2.1",
"latest_human_version": "4.4.2.1_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "passbolt",
"recommended": false,
"title": "Passbolt",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"password",
"manager"
],
"screenshots": [
"https://media.sys.truenas.net/apps/passbolt/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/passbolt/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/passbolt/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/passbolt/screenshots/screenshot4.png"
],
"sources": [
"https://hub.docker.com/r/passbolt/passbolt",
"https://github.com/truenas/charts/tree/master/community/passbolt",
"https://www.passbolt.com"
],
"icon_url": "https://media.sys.truenas.net/apps/passbolt/icon/icon.svg"
},
"linkding": {
"app_readme": "<h1>Linkding</h1>\n<p><a href=\"https://github.com/sissbruecker/linkding\">Linkding</a> is a bookmark manager that you can host yourself.</p>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>linkding</code> directories.\nAfterward, the <code>linkding</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nSame applies to the <code>postgres</code> container. This will run afterwards as a <strong>non</strong>-root user (<code>999</code>).\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to apply the correct\npermissions to the <code>postgres</code> <strong>backups</strong> directory. Container that performs the backup will run as a <strong>non</strong>-root user (<code>999</code>) afterwards.\nKeep in mind the permissions on the backup directory will be changed to <code>999:999</code> on <strong>every</strong> update.\nBut will only be changed once for the <code>linkding</code> and <code>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Linkding is a bookmark manager that you can host yourself.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/sissbruecker/linkding",
"location": "/__w/charts/charts/community/linkding",
"latest_version": "1.2.10",
"latest_app_version": "1.24.0",
"latest_human_version": "1.24.0_1.2.10",
"last_update": "2024-02-01 08:19:56",
"name": "linkding",
"recommended": false,
"title": "Linkding",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"bookmark"
],
"screenshots": [
"https://media.sys.truenas.net/apps/linkding/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/linkding",
"https://github.com/sissbruecker/linkding",
"https://hub.docker.com/r/sissbruecker/linkding/"
],
"icon_url": "https://media.sys.truenas.net/apps/linkding/icons/icon.svg"
},
"rust-desk": {
"app_readme": "<h1>Rust Desk</h1>\n<p><a href=\"https://rustdesk.com\">Rust Desk</a> is an open-source remote desktop, and alternative to TeamViewer.</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>Rust Desk</code> directories.\nAfterward, the <code>Rust Desk</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>",
"categories": [
"productivity"
],
"description": "Rust Desk is an open-source remote desktop, and alternative to TeamViewer.",
"healthy": true,
"healthy_error": null,
"home": "https://rustdesk.com",
"location": "/__w/charts/charts/community/rust-desk",
"latest_version": "1.2.3",
"latest_app_version": "1.1.9",
"latest_human_version": "1.1.9_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "rust-desk",
"recommended": false,
"title": "Rust Desk",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"remote",
"desktop"
],
"screenshots": [],
"sources": [
"https://hub.docker.com/r/rustdesk/rustdesk-server",
"https://github.com/truenas/charts/tree/master/community/rust-desk",
"https://github.com/rustdesk/rustdesk-server"
],
"icon_url": "https://media.sys.truenas.net/apps/rust-desk/icons/icon.png"
},
"piwigo": {
"app_readme": "<h1>Piwigo</h1>\n<p><a href=\"https://piwigo.org/\">Piwigo</a> is a photo gallery software for the web that comes with powerful features to\npublish and manage your collection of pictures.</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>mariadb</code> directories.\nAfterwards <code>mariadb</code> will start as a <strong>non</strong>-root user (<code>999</code>).&gt;\nOn each upgrade, a container will be launched with <strong>root</strong> privileges in order to\napply the correct permissions to the <code>mariadb</code> <strong>backups</strong> directory.\nContainer 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>mariadb</code> data directories.</p>\n</blockquote>",
"categories": [
"media"
],
"description": "Piwigo is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures.",
"healthy": true,
"healthy_error": null,
"home": "https://piwigo.org",
"location": "/__w/charts/charts/community/piwigo",
"latest_version": "1.2.4",
"latest_app_version": "14.2.0",
"latest_human_version": "14.2.0_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "piwigo",
"recommended": false,
"title": "Piwigo",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"photo",
"gallery"
],
"screenshots": [
"https://media.sys.truenas.net/apps/piwigo/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/piwigo/screenshots/screenshot2.png"
],
"sources": [
"https://hub.docker.com/r/linuxserver/piwigo",
"https://github.com/truenas/charts/tree/master/community/piwigo"
],
"icon_url": "https://media.sys.truenas.net/apps/piwigo/icons/icon.svg"
},
"logseq": {
"app_readme": "<h1>Logseq</h1>\n<p><a href=\"https://logseq.com/\">Logseq</a> is a privacy-first, open-source platform for knowledge management and collaboration.</p>\n<p>HTTPS is <strong>required</strong> in order to use Logseq.</p>\n<p>Either by using the Certificate selection or with an external reverse proxy.</p>",
"categories": [
"productivity"
],
"description": "Logseq is a privacy-first, open-source platform for knowledge management and collaboration.",
"healthy": true,
"healthy_error": null,
"home": "https://logseq.com/",
"location": "/__w/charts/charts/community/logseq",
"latest_version": "1.2.3",
"latest_app_version": "latest",
"latest_human_version": "latest_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "logseq",
"recommended": false,
"title": "Logseq",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"knowledge",
"management"
],
"screenshots": [],
"sources": [
"https://github.com/logseq/logseq",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/logseq"
],
"icon_url": "https://media.sys.truenas.net/apps/logseq/icons/icon.png"
},
"pigallery2": {
"app_readme": "<h1>PiGallery2</h1>\n<p><a href=\"https://bpatrik.github.io/pigallery2\">PiGallery2</a> is a fast directory-first photo gallery website, with rich UI, optimized for running on low resource servers</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>PiGallery2</code> directories.\nAfterward, the <code>PiGallery2</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>",
"categories": [
"media"
],
"description": "PiGallery2 is a fast directory-first photo gallery website, with rich UI, optimized for running on low resource servers",
"healthy": true,
"healthy_error": null,
"home": "https://bpatrik.github.io/pigallery2",
"location": "/__w/charts/charts/community/pigallery2",
"latest_version": "1.2.3",
"latest_app_version": "2.0.0",
"latest_human_version": "2.0.0_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "pigallery2",
"recommended": false,
"title": "PiGallery2",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"photo"
],
"screenshots": [
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot4.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot5.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot6.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot7.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot8.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot9.png",
"https://media.sys.truenas.net/apps/pigallery2/screenshots/screenshot10.png"
],
"sources": [
"https://hub.docker.com/r/bpatrik/pigallery2",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/pigallery2",
"https://github.com/bpatrik/pigallery2"
],
"icon_url": "https://media.sys.truenas.net/apps/pigallery2/icons/icon.png"
},
"ipfs": {
"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>",
"categories": [
"storage"
],
"description": "Interplanetary Filesystem - the Web3 standard for content-addressing, interoperable with HTTP",
"healthy": true,
"healthy_error": null,
"home": "https://ipfs.tech/",
"location": "/__w/charts/charts/community/ipfs",
"latest_version": "1.0.34",
"latest_app_version": "v0.26.0",
"latest_human_version": "v0.26.0_1.0.34",
"last_update": "2024-02-01 08:19:56",
"name": "ipfs",
"recommended": false,
"title": "IPFS",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"file-sharing",
"kubo"
],
"screenshots": [
"https://media.sys.truenas.net/apps/ipfs/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/ipfs/screenshots/screenshot2.png"
],
"sources": [
"https://github.com/ipfs/kubo",
"https://github.com/truenas/charts/tree/master/community/ipfs",
"https://ipfs.tech/"
],
"icon_url": "https://media.sys.truenas.net/apps/ipfs/icons/icon.png"
},
"clamav": {
"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>",
"categories": [
"security"
],
"description": "ClamAV is an open source (GPLv2) anti-virus toolkit.",
"healthy": true,
"healthy_error": null,
"home": "https://www.clamav.net/",
"location": "/__w/charts/charts/community/clamav",
"latest_version": "1.0.21",
"latest_app_version": "1.0.1",
"latest_human_version": "1.0.1_1.0.21",
"last_update": "2024-02-01 08:19:56",
"name": "clamav",
"recommended": false,
"title": "Clam AV",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"anti-virus"
],
"screenshots": [],
"sources": [
"https://docs.clamav.net/",
"https://github.com/truenas/charts/tree/master/community/clamav",
"https://www.clamav.net/"
],
"icon_url": "https://media.sys.truenas.net/apps/clamav/icons/icon.png"
},
"tiny-media-manager": {
"app_readme": "<h1>tinyMediaManager</h1>\n<p><a href=\"https://www.tinymediamanager.org/\">tinyMediaManager</a> is a media management tool written in Java/Swing.</p>",
"categories": [
"media"
],
"description": "tinyMediaManager is a media management tool written in Java/Swing.",
"healthy": true,
"healthy_error": null,
"home": "https://www.tinymediamanager.org/",
"location": "/__w/charts/charts/community/tiny-media-manager",
"latest_version": "1.2.3",
"latest_app_version": "5.0.0",
"latest_human_version": "5.0.0_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "tiny-media-manager",
"recommended": false,
"title": "tinyMediaManager",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"tv-shows",
"movies"
],
"screenshots": [
"https://media.sys.truenas.net/apps/tiny-media-manager/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/tiny-media-manager/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/tiny-media-manager/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/tiny-media-manager/screenshots/screenshot4.png"
],
"sources": [
"https://www.tinymediamanager.org/",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/tiny-media-manager",
"https://hub.docker.com/r/tinymediamanager/tinymediamanager"
],
"icon_url": "https://media.sys.truenas.net/apps/tiny-media-manager/icons/icon.png"
},
"planka": {
"app_readme": "<h1>Planka</h1>\n<p><a href=\"https://github.com/plankanban/planka\">Planka</a> is an Elegant open source project tracking</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>Planka</code> directories.\nAfterward, the <code>Planka</code> container will run as a <strong>non</strong>-root user (<code>1000</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>",
"categories": [
"productivity"
],
"description": "Planka is an Elegant open source project tracking",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/plankanban/planka",
"location": "/__w/charts/charts/community/planka",
"latest_version": "1.2.11",
"latest_app_version": "1.15.4",
"latest_human_version": "1.15.4_1.2.11",
"last_update": "2024-02-01 08:19:56",
"name": "planka",
"recommended": false,
"title": "Planka",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"kanban",
"project",
"task"
],
"screenshots": [
"https://media.sys.truenas.net/apps/planka/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/planka",
"https://github.com/plankanban/planka"
],
"icon_url": "https://media.sys.truenas.net/apps/planka/icons/icon.png"
},
"handbrake": {
"app_readme": "<h1>Handbrake</h1>\n<p><a href=\"https://github.com/jlesage/docker-handbrake\">Handbrake</a> is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.</p>",
"categories": [
"media"
],
"description": "HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/jlesage/docker-handbrake",
"location": "/__w/charts/charts/community/handbrake",
"latest_version": "1.0.2",
"latest_app_version": "23.12.2",
"latest_human_version": "23.12.2_1.0.2",
"last_update": "2024-02-01 08:19:56",
"name": "handbrake",
"recommended": false,
"title": "HandBrake",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"media",
"video",
"transcoder"
],
"screenshots": [],
"sources": [
"https://github.com/jlesage/docker-handbrake",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/handbrake",
"https://hub.docker.com/r/jlesage/handbrake"
],
"icon_url": "https://media.sys.truenas.net/apps/handbrake/icons/icon.png"
},
"jenkins": {
"app_readme": "<h1>Jenkins</h1>\n<p><a href=\"https://www.jenkins.io/\">Jenkins</a>. The leading open source automation server, Jenkins provides hundreds of\nplugins to support building, deploying and automating any project.</p>\n<blockquote>\n<p>When application is installed and on each startup, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>Jenkins</code> directories.\nAfterward, the <code>Jenkins</code> container will run as a <strong>non</strong>-root user (<code>1000</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the user and group (<code>1000</code>).</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Jenkins is a leading open source automation server,",
"healthy": true,
"healthy_error": null,
"home": "https://www.jenkins.io/",
"location": "/__w/charts/charts/community/jenkins",
"latest_version": "1.2.5",
"latest_app_version": "2.426.3",
"latest_human_version": "2.426.3_1.2.5",
"last_update": "2024-02-01 08:19:56",
"name": "jenkins",
"recommended": false,
"title": "Jenkins",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"automation",
"ci/cd"
],
"screenshots": [
"https://media.sys.truenas.net/apps/jenkins/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/jenkins/screenshots/screenshot2.png"
],
"sources": [
"https://hub.docker.com/r/jenkins/jenkins",
"https://github.com/truenas/charts/tree/master/community/jenkins",
"https://github.com/jenkinsci/jenkins",
"https://www.jenkins.io/"
],
"icon_url": "https://media.sys.truenas.net/apps/jenkins/icons/icon.svg"
},
"jellyseerr": {
"app_readme": "<h1>Jellyseerr</h1>\n<p><a href=\"https://github.com/Fallenbagel/jellyseerr\">Jellyseerr</a> is a free and open source software application for managing requests for your media library.</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>Jellyseerr</code> directories.\nAfterward, the <code>Jellyseerr</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>",
"categories": [
"media"
],
"description": "Jellyseerr is a free and open source software application for managing requests for your media library.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/Fallenbagel/jellyseerr",
"location": "/__w/charts/charts/community/jellyseerr",
"latest_version": "1.0.19",
"latest_app_version": "1.7.0",
"latest_human_version": "1.7.0_1.0.19",
"last_update": "2024-02-01 08:19:56",
"name": "jellyseerr",
"recommended": false,
"title": "Jellyseerr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"tv",
"movies",
"requests",
"series"
],
"screenshots": [
"https://media.sys.truenas.net/apps/jellyseerr/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/Fallenbagel/jellyseerr",
"https://github.com/truenas/charts/tree/master/community/jellyseerr",
"https://hub.docker.com/r/fallenbagel/jellyseerr"
],
"icon_url": "https://media.sys.truenas.net/apps/jellyseerr/icons/icon.svg"
},
"navidrome": {
"app_readme": "<h1>Navidrome</h1>\n<p><a href=\"https://www.navidrome.org/\">Navidrome</a> is a personal streaming service</p>\n<p>Additional configuration options can be defined via environment variables.\nSee more information on the <a href=\"https://www.navidrome.org/docs/usage/configuration-options\">Navidrome Documentation</a></p>",
"categories": [
"media"
],
"description": "Navidrome is a personal streaming service",
"healthy": true,
"healthy_error": null,
"home": "https://www.navidrome.org/",
"location": "/__w/charts/charts/community/navidrome",
"latest_version": "1.2.5",
"latest_app_version": "0.51.0",
"latest_human_version": "0.51.0_1.2.5",
"last_update": "2024-02-01 08:19:56",
"name": "navidrome",
"recommended": false,
"title": "Navidrome",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"music"
],
"screenshots": [
"https://media.sys.truenas.net/apps/navidrome/screenshots/screenshot1.png"
],
"sources": [
"https://hub.docker.com/r/deluan/navidrome",
"https://github.com/truenas/charts/tree/master/community/navidrome",
"https://github.com/navidrome/navidrome/"
],
"icon_url": "https://media.sys.truenas.net/apps/navidrome/icons/icon.png"
},
"distribution": {
"app_readme": "<h1>Distribution</h1>\n<p><a href=\"https://github.com/distribution/distribution\">Distribution</a> is a toolkit to pack, ship, store, and deliver container content</p>",
"categories": [
"productivity"
],
"description": "Distribution is a toolkit to pack, ship, store, and deliver container content",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/distribution/distribution",
"location": "/__w/charts/charts/community/distribution",
"latest_version": "1.2.4",
"latest_app_version": "2.8.3",
"latest_human_version": "2.8.3_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "distribution",
"recommended": false,
"title": "Distribution",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"registry",
"container"
],
"screenshots": [],
"sources": [
"https://hub.docker.com/_/registry",
"https://distribution.github.io/distribution/",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/distribution",
"https://github.com/distribution/distribution"
],
"icon_url": "https://media.sys.truenas.net/apps/distribution/icons/icon.svg"
},
"searxng": {
"app_readme": "<h1>SearXNG</h1>\n<p><a href=\"https://github.com/searxng/searxng\">SearXNG</a> is a privacy-respecting, hackable metasearch engine</p>",
"categories": [
"productivity"
],
"description": "SearXNG is a privacy-respecting, hackable metasearch engine",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/searxng/searxng",
"location": "/__w/charts/charts/community/searxng",
"latest_version": "1.2.18",
"latest_app_version": "2023.12.31",
"latest_human_version": "2023.12.31_1.2.18",
"last_update": "2024-02-01 08:19:56",
"name": "searxng",
"recommended": false,
"title": "SearXNG",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"search"
],
"screenshots": [],
"sources": [
"https://hub.docker.com/r/searxng/searxng",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/searxng",
"https://github.com/searxng/searxng"
],
"icon_url": "https://media.sys.truenas.net/apps/searxng/icons/icon.svg"
},
"prowlarr": {
"app_readme": "<h1>Prowlarr</h1>\n<p><a href=\"https://github.com/Prowlarr/Prowlarr\">Prowlarr</a> is a music collection manager for Usenet and BitTorrent users.</p>",
"categories": [
"media"
],
"description": "Prowlarr is an indexer manager/proxy to integrate with your various PVR apps.",
"healthy": true,
"healthy_error": null,
"home": "https://prowlarr.com/",
"location": "/__w/charts/charts/community/prowlarr",
"latest_version": "1.2.15",
"latest_app_version": "1.13.0.4217",
"latest_human_version": "1.13.0.4217_1.2.15",
"last_update": "2024-02-01 08:19:56",
"name": "prowlarr",
"recommended": false,
"title": "Prowlarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"indexer"
],
"screenshots": [],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/prowlarr",
"https://github.com/truenas/charts/tree/master/community/prowlarr",
"https://github.com/Prowlarr/Prowlarr"
],
"icon_url": "https://media.sys.truenas.net/apps/prowlarr/icons/icon.png"
},
"tautulli": {
"app_readme": "<h1>Tautulli</h1>\n<p><a href=\"https://tautulli.com/\">Tautulli</a> is a python based web application for monitoring, analytics and notifications for Plex Media Server.</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>Tautulli</code> directories.\nAfterward, the <code>Tautulli</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>",
"categories": [
"media"
],
"description": "Tautulli is a python based web application for monitoring, analytics and notifications for Plex Media Server.",
"healthy": true,
"healthy_error": null,
"home": "https://tautulli.com/",
"location": "/__w/charts/charts/community/tautulli",
"latest_version": "1.2.3",
"latest_app_version": "2.13.4",
"latest_human_version": "2.13.4_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "tautulli",
"recommended": false,
"title": "Tautulli",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"analytics",
"notifications"
],
"screenshots": [
"https://media.sys.truenas.net/apps/tautulli/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/tautulli/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/tautulli/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/tautulli/screenshots/screenshot4.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/tautulli",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/tautulli",
"https://github.com/Tautulli/Tautulli"
],
"icon_url": "https://media.sys.truenas.net/apps/tautulli/icons/icon.png"
},
"flame": {
"app_readme": "<h1>Flame</h1>\n<p><a href=\"https://github.com/pawelmalak/flame\">Flame</a> is a self-hosted start page for your server.</p>",
"categories": [
"productivity"
],
"description": "Flame is a self-hosted start page for your server.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/pawelmalak/flame",
"location": "/__w/charts/charts/community/flame",
"latest_version": "1.2.4",
"latest_app_version": "2.3.1",
"latest_human_version": "2.3.1_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "flame",
"recommended": false,
"title": "Flame",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"startpage"
],
"screenshots": [
"https://media.sys.truenas.net/apps/flame/screenshots/screenshot1.png"
],
"sources": [
"https://hub.docker.com/r/pawelmalak/flame",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/flame",
"https://github.com/pawelmalak/flame"
],
"icon_url": "https://media.sys.truenas.net/apps/flame/icons/icon.png"
},
"redis": {
"app_readme": "<h1>Redis</h1>\n<p><a href=\"https://redis.io/\">Redis</a>. The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.</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>Redis</code> directories.\nAfterward, the <code>Redis</code> container will run as a <strong>non</strong>-root user (<code>1001</code>) and root group.\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match <code>1001</code> user.</p>\n</blockquote>",
"categories": [
"database"
],
"description": "Redis. The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker.",
"healthy": true,
"healthy_error": null,
"home": "https://redis.io/",
"location": "/__w/charts/charts/community/redis",
"latest_version": "1.0.22",
"latest_app_version": "7.2.4",
"latest_human_version": "7.2.4_1.0.22",
"last_update": "2024-02-01 08:19:56",
"name": "redis",
"recommended": false,
"title": "Redis",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"cache"
],
"screenshots": [],
"sources": [
"https://hub.docker.com/r/bitnami/redis",
"https://github.com/bitnami/containers/tree/main/bitnami/redis",
"https://redis.io/"
],
"icon_url": "https://media.sys.truenas.net/apps/redis/icons/icon.png"
},
"palworld": {
"app_readme": "<h1>Palworld</h1>\n<p><a href=\"https://www.pocketpair.jp/palworld\">Palworld</a> is a multiplayer, open-world survival crafting game where you befriend and collect mysterious creatures called \"Pals\".</p>",
"categories": [
"games"
],
"description": "Palworld is a multiplayer, open-world survival crafting game where you befriend and collect mysterious creatures called \"Pals\".",
"healthy": true,
"healthy_error": null,
"home": "https://www.pocketpair.jp/palworld",
"location": "/__w/charts/charts/community/palworld",
"latest_version": "1.0.3",
"latest_app_version": "palworld",
"latest_human_version": "palworld_1.0.3",
"last_update": "2024-02-01 08:19:56",
"name": "palworld",
"recommended": false,
"title": "Palworld",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"palworld"
],
"screenshots": [],
"sources": [
"https://www.pocketpair.jp/palworld",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/palworld",
"https://github.com/ich777/docker-steamcmd-server/tree/palworld"
],
"icon_url": "https://media.sys.truenas.net/apps/palworld/icons/icon.webp"
},
"metube": {
"app_readme": "<h1>MeTube</h1>\n<p><a href=\"https://github.com/alexta69/metube\">MeTube</a> is a web GUI for youtube-dl (using the yt-dlp fork) with playlist support.</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>MeTube</code> directories.\nAfterward, the <code>MeTube</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>",
"categories": [
"media"
],
"description": "MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with playlist support.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/alexta69/metube",
"location": "/__w/charts/charts/community/metube",
"latest_version": "1.2.8",
"latest_app_version": "2024-01-26",
"latest_human_version": "2024-01-26_1.2.8",
"last_update": "2024-02-01 08:19:56",
"name": "metube",
"recommended": false,
"title": "MeTube",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"youtube-dl",
"yt-dlp"
],
"screenshots": [
"https://media.sys.truenas.net/apps/metube/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/metube",
"https://github.com/alexta69/metube"
],
"icon_url": "https://localhost/no-icon"
},
"filebrowser": {
"app_readme": "<h1>Filebrowser</h1>\n<p><a href=\"https://filebrowser.org\">Filebrowser</a> provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files.</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>Filebrowser</code> directories.\nAfterward, the <code>Filebrowser</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>\n<p>You can configure further the settings by using Environment Variables.\nSee <a href=\"https://filebrowser.org/cli/filebrowser\">Filebrowser Documentation</a> for more information.\nUse the format <code>FB_OPTION_NAME</code> where the option name is the name of the option you want to set.</p>\n<p>You can also edit the configuration file <code>/config/filebrowser.json</code>.</p>\n<p>Note that the following options are already set and will always take precedence\nover the environment variables and the configuration file:</p>\n<ul>\n<li><code>FB_ROOT</code>/<code>--root</code> is set to <code>/data</code> (Any additional volume mounted will be under this directory)</li>\n<li><code>FB_PORT</code>/<code>--port</code> is set to <code>30044</code> (Or the port you configured in the installation wizard)</li>\n<li><code>FB_ADDRESS</code>/<code>--address</code> is set to <code>0.0.0.0</code> (It will listen on all interfaces <strong>inside</strong> the container)</li>\n<li><code>FB_DATABASE</code>/<code>--database</code> is set to <code>/config/filebrowser.db</code></li>\n<li><code>FB_CONFIG</code>/<code>--config</code> is set to <code>/config/filebrowser.json</code></li>\n</ul>\n<p>Also when a certificate is selected</p>\n<ul>\n<li><code>FB_CERT</code>/<code>--cert</code> is set to <code>/config/certs/tls.crt</code></li>\n<li><code>FB_KEY</code>/<code>--key</code> is set to <code>/config/certs/tls.key</code></li>\n</ul>",
"categories": [
"storage"
],
"description": "File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files.",
"healthy": true,
"healthy_error": null,
"home": "https://filebrowser.org",
"location": "/__w/charts/charts/community/filebrowser",
"latest_version": "1.2.6",
"latest_app_version": "2.27.0",
"latest_human_version": "2.27.0_1.2.6",
"last_update": "2024-02-01 08:19:56",
"name": "filebrowser",
"recommended": false,
"title": "File Browser",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"files",
"browser"
],
"screenshots": [
"https://media.sys.truenas.net/apps/filebrowser/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/filebrowser/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/filebrowser/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/filebrowser/filebrowser",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/filebrowser",
"https://hub.docker.com/r/filebrowser/filebrowser"
],
"icon_url": "https://media.sys.truenas.net/apps/filebrowser/icons/icon.png"
},
"plex-auto-languages": {
"app_readme": "<h1>Plex Auto Languages</h1>\n<p><a href=\"https://github.com/RemiRigal/Plex-Auto-Languages\">Plex Auto Languages</a> offer automated language selection for Plex TV Shows</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>Plex Auto Languages</code> directories.\nAfterward, the <code>Plex Auto Languages</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>",
"categories": [
"media"
],
"description": "Plex Auto Languages offer automated language selection for Plex TV Shows",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/RemiRigal/Plex-Auto-Languages",
"location": "/__w/charts/charts/community/plex-auto-languages",
"latest_version": "1.2.4",
"latest_app_version": "1.2.3",
"latest_human_version": "1.2.3_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "plex-auto-languages",
"recommended": false,
"title": "Plex Auto Languages",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"plex",
"languages"
],
"screenshots": [],
"sources": [
"https://github.com/RemiRigal/Plex-Auto-Languages",
"https://github.com/truenas/charts/tree/master/community/plex-auto-languages",
"https://hub.docker.com/r/remirigal/plex-auto-languages"
],
"icon_url": "https://localhost/no-icon"
},
"actual-budget": {
"app_readme": "<h1>Actual Budget</h1>\n<p><a href=\"https://actualbudget.org/\">Actual Budget</a> is a super fast and privacy-focused app for managing your finances.</p>",
"categories": [
"productivity"
],
"description": "Actual Budget is a super fast and privacy-focused app for managing your finances.",
"healthy": true,
"healthy_error": null,
"home": "https://actualbudget.org/",
"location": "/__w/charts/charts/community/actual-budget",
"latest_version": "1.2.9",
"latest_app_version": "24.1.0",
"latest_human_version": "24.1.0_1.2.9",
"last_update": "2024-02-01 08:19:56",
"name": "actual-budget",
"recommended": false,
"title": "Actual Budget",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"finance",
"budget"
],
"screenshots": [
"https://media.sys.truenas.net/apps/actual-budget/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/actual-budget/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/actual-budget/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/actualbudget/actual-server",
"https://github.com/truenas/charts/tree/master/community/actual-budget",
"https://hub.docker.com/r/actualbudget/actual-server"
],
"icon_url": "https://media.sys.truenas.net/apps/actual-budget/icons/icon.png"
},
"whoogle": {
"app_readme": "<h1>Whoogle</h1>\n<p><a href=\"https://github.com/benbusby/whoogle-search\">Whoogle</a> is a self-hosted, ad-free, privacy-respecting metasearch engine</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>Whoogle</code> directories.\nAfterward, the <code>Whoogle</code> container will run as a <strong>non</strong>-root user (<code>927</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>\n<p>See <a href=\"https://github.com/benbusby/whoogle-search?tab=readme-ov-file#environment-variables\">Whoogle's Docs</a> for a list of available environment variables.\nNote that all configuration via WebUI will be reset if the container is restarted.\nOnly config changes made via environment variables will persist.</p>",
"categories": [
"productivity"
],
"description": "Whoogle is a self-hosted, ad-free, privacy-respecting metasearch engine",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/benbusby/whoogle-search",
"location": "/__w/charts/charts/community/whoogle",
"latest_version": "1.2.3",
"latest_app_version": "0.8.4",
"latest_human_version": "0.8.4_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "whoogle",
"recommended": false,
"title": "Whoogle",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"search",
"engine"
],
"screenshots": [
"https://media.sys.truenas.net/apps/whoogle/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/whoogle/screenshots/screenshot2.png"
],
"sources": [
"https://github.com/benbusby/whoogle-search",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/whoogle",
"https://hub.docker.com/r/benbusby/whoogle-search"
],
"icon_url": "https://media.sys.truenas.net/apps/whoogle/icons/icon.png"
},
"odoo": {
"app_readme": "<h1>Odoo</h1>\n<p><a href=\"https://odoo.com\">Odoo</a> is a suite of web based open source business apps.</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>postgres</code> directories.\nAfterwards <code>postgres</code> 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>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Odoo is a suite of web based open source business apps.",
"healthy": true,
"healthy_error": null,
"home": "https://www.odoo.com/",
"location": "/__w/charts/charts/community/odoo",
"latest_version": "2.0.7",
"latest_app_version": "16.0",
"latest_human_version": "16.0_2.0.7",
"last_update": "2024-02-01 08:19:56",
"name": "odoo",
"recommended": false,
"title": "Odoo",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"erp"
],
"screenshots": [
"https://media.sys.truenas.net/apps/odoo/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/odoo/screenshots/screenshot2.png"
],
"sources": [
"https://hub.docker.com/_/odoo",
"https://github.com/truenas/charts/tree/master/community/odoo",
"https://github.com/odoo/odoo"
],
"icon_url": "https://media.sys.truenas.net/apps/odoo/icons/icon.png"
},
"kapowarr": {
"app_readme": "<h1>Kapowarr</h1>\n<p><a href=\"https://casvt.github.io/Kapowarr/\">Kapowarr</a> is a software to build and manage a comic book library, fitting in the *arr suite of software.</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>Kapowarr</code> directories.\nAfterward, the <code>Kapowarr</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>",
"categories": [
"media"
],
"description": "Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.",
"healthy": true,
"healthy_error": null,
"home": "https://casvt.github.io/Kapowarr/",
"location": "/__w/charts/charts/community/kapowarr",
"latest_version": "2.0.3",
"latest_app_version": "1.0.0",
"latest_human_version": "1.0.0_2.0.3",
"last_update": "2024-02-01 08:19:56",
"name": "kapowarr",
"recommended": false,
"title": "Kapowarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"comic"
],
"screenshots": [
"https://media.sys.truenas.net/apps/kapowarr/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/kapowarr/screenshots/screenshot2.png"
],
"sources": [
"https://hub.docker.com/r/mrcas/kapowarr",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/kapowarr",
"https://github.com/Casvt/Kapowarr"
],
"icon_url": "https://media.sys.truenas.net/apps/kapowarr/icons/icon.svg"
},
"homarr": {
"app_readme": "<h1>Homarr</h1>\n<p><a href=\"https://github.com/ajnart/homarr\">Homarr</a> is a sleek, modern dashboard that puts all of your apps and services at your fingertips.</p>\n<h2>Upgrade to 2.0.0</h2>\n<p>Direct upgrade to 2.x.x is not possible, due to major upstream changes.\nThe changes require new storage configuration that cannot be assumed, nor configured\nduring the upgrade. Please re-install in order to configure this new storage.</p>",
"categories": [
"productivity"
],
"description": "Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips.",
"healthy": true,
"healthy_error": null,
"home": "https://homarr.dev/",
"location": "/__w/charts/charts/community/homarr",
"latest_version": "2.0.10",
"latest_app_version": "0.14.4",
"latest_human_version": "0.14.4_2.0.10",
"last_update": "2024-02-01 08:19:56",
"name": "homarr",
"recommended": false,
"title": "Homarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"dashboard"
],
"screenshots": [
"https://media.sys.truenas.net/apps/homarr/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/homarr/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/homarr/screenshots/screenshot3.png"
],
"sources": [
"https://homarr.dev/",
"https://github.com/truenas/charts/tree/master/community/homarr",
"https://github.com/ajnart/homarr"
],
"icon_url": "https://media.sys.truenas.net/apps/homarr/icons/icon.svg"
},
"autobrr": {
"app_readme": "<h1>Autobrr</h1>\n<p><a href=\"https://github.com/autobrr/autobrr\">Autobrr</a> is the modern download automation tool for torrents and usenet.</p>",
"categories": [
"media"
],
"description": "Autobrr is the modern download automation tool for torrents and usenet.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/autobrr/autobrr",
"location": "/__w/charts/charts/community/autobrr",
"latest_version": "1.2.6",
"latest_app_version": "1.36.0",
"latest_human_version": "1.36.0_1.2.6",
"last_update": "2024-02-01 08:19:56",
"name": "autobrr",
"recommended": false,
"title": "Autobrr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"torrent",
"usenet"
],
"screenshots": [
"https://github.com/autobrr/autobrr/raw/develop/.github/images/autobrr-front.png"
],
"sources": [
"https://autobrr.com/installation/docker",
"https://github.com/truenas/charts/tree/master/community/autobrr",
"https://github.com/autobrr/autobrr"
],
"icon_url": "https://media.sys.truenas.net/apps/autobrr/icons/icon.png"
},
"cloudflared": {
"app_readme": "<h1>Cloudflared</h1>\n<p><a href=\"https://github.com/cloudflare/cloudflared\">Cloudflared</a> is a client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.</p>",
"categories": [
"network"
],
"description": "Cloudflared is a client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/cloudflare/cloudflared",
"location": "/__w/charts/charts/community/cloudflared",
"latest_version": "1.2.7",
"latest_app_version": "2024.1.5",
"latest_human_version": "2024.1.5_1.2.7",
"last_update": "2024-02-01 08:19:56",
"name": "cloudflared",
"recommended": false,
"title": "Cloudflared",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"tunnel",
"cloudflare"
],
"screenshots": [],
"sources": [
"https://github.com/cloudflare/cloudflared",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/cloudflared",
"https://hub.docker.com/r/cloudflare/cloudflared"
],
"icon_url": "https://media.sys.truenas.net/apps/cloudflared/icons/icon.png"
},
"sftpgo": {
"app_readme": "<h1>SFTPGo</h1>\n<p><a href=\"https://github.com/drakkan/sftpgo\">SFTPGo</a> is a fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob</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>SFTPGo</code> directories.\nAfterward, the <code>SFTPGo</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>",
"categories": [
"storage"
],
"description": "SFTPGo is a fully featured and highly configurable SFTP server with optional HTTP/S, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/drakkan/sftpgo",
"location": "/__w/charts/charts/community/sftpgo",
"latest_version": "1.2.5",
"latest_app_version": "2.5.6",
"latest_human_version": "2.5.6_1.2.5",
"last_update": "2024-02-01 08:19:56",
"name": "sftpgo",
"recommended": false,
"title": "SFTPGo",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"sftp"
],
"screenshots": [],
"sources": [
"https://hub.docker.com/r/drakkan/sftpgo",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/sftpgo",
"https://github.com/drakkan/sftpgo"
],
"icon_url": "https://media.sys.truenas.net/apps/sftpgo/icons/icon.png"
},
"unifi-protect-backup": {
"app_readme": "<h1>Unifi Protect Backup</h1>\n<p><a href=\"https://github.com/ep1cman/unifi-protect-backup\">Unifi Protect Backup</a> is a python based tool for backing up UniFi Protect event clips as they occur.</p>",
"categories": [
"storage"
],
"description": "Unifi Protect Backup is a python based tool for backing up UniFi Protect event clips as they occur.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/ep1cman/unifi-protect-backup",
"location": "/__w/charts/charts/community/unifi-protect-backup",
"latest_version": "1.2.4",
"latest_app_version": "0.10.4",
"latest_human_version": "0.10.4_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "unifi-protect-backup",
"recommended": false,
"title": "Unifi Protect Backup",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"backup",
"unifi-protect"
],
"screenshots": [],
"sources": [
"https://github.com/ep1cman/unifi-protect-backup",
"https://github.com/truenas/charts/tree/master/community/unifi-protect-backup",
"https://github.com/ep1cman/unifi-protect-backup/pkgs/container/unifi-protect-backup/"
],
"icon_url": "https://media.sys.truenas.net/apps/unifi-protect-backup/icons/icon.png"
},
"dashy": {
"app_readme": "<h1>Dashy</h1>\n<p><a href=\"https://dashy.to/\">Dashy</a> is a self-hostable personal dashboard built for you.</p>",
"categories": [
"productivity"
],
"description": "Dashy is a self-hostable personal dashboard built for you.",
"healthy": true,
"healthy_error": null,
"home": "https://dashy.to/",
"location": "/__w/charts/charts/community/dashy",
"latest_version": "1.0.8",
"latest_app_version": "2.1.1",
"latest_human_version": "2.1.1_1.0.8",
"last_update": "2024-02-01 08:19:56",
"name": "dashy",
"recommended": false,
"title": "Dashy",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"dashboard"
],
"screenshots": [
"https://media.sys.truenas.net/apps/dashy/screenshots/screenshot1.gif",
"https://media.sys.truenas.net/apps/dashy/screenshots/screenshot2.gif"
],
"sources": [
"https://dashy.to/",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/dashy",
"https://github.com/lissy93/dashy"
],
"icon_url": "https://media.sys.truenas.net/apps/dashy/icons/icon.png"
},
"sabnzbd": {
"app_readme": "<h1>SABnzbd</h1>\n<p><a href=\"https://github.com/Sabnzbd/Sabnzbd\">SABnzbd</a> is an Open Source Binary Newsreader written in Python.</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>SABnzbd</code> directories.\nAfterward, the <code>SABnzbd</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>",
"categories": [
"media"
],
"description": "SABnzbd is an Open Source Binary Newsreader written in Python.",
"healthy": true,
"healthy_error": null,
"home": "https://sabnzbd.org/",
"location": "/__w/charts/charts/community/sabnzbd",
"latest_version": "1.2.5",
"latest_app_version": "4.2.1",
"latest_human_version": "4.2.1_1.2.5",
"last_update": "2024-02-01 08:19:56",
"name": "sabnzbd",
"recommended": false,
"title": "SABnzbd",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"usenet",
"newsreader"
],
"screenshots": [
"https://media.sys.truenas.net/apps/sabnzbd/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/sabnzbd/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/sabnzbd/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/sabnzbd",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/sabnzbd",
"https://github.com/Sabnzbd/Sabnzbd"
],
"icon_url": "https://media.sys.truenas.net/apps/sabnzbd/icons/icon.svg"
},
"nginx-proxy-manager": {
"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>",
"categories": [
"networking"
],
"description": "Expose your services easily and securely",
"healthy": true,
"healthy_error": null,
"home": "https://nginxproxymanager.com/",
"location": "/__w/charts/charts/community/nginx-proxy-manager",
"latest_version": "1.0.27",
"latest_app_version": "2.11.1",
"latest_human_version": "2.11.1_1.0.27",
"last_update": "2024-02-01 08:19:56",
"name": "nginx-proxy-manager",
"recommended": false,
"title": "Nginx Proxy Manager",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"reverse",
"proxy"
],
"screenshots": [
"https://media.sys.truenas.net/apps/nginx-proxy-manager/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/nginx-proxy-manager/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/nginx-proxy-manager/screenshots/screenshot3.png"
],
"sources": [
"https://nginxproxymanager.com/",
"https://github.com/truenas/charts/tree/master/community/nginx-proxy-manager",
"https://hub.docker.com/r/jc21/nginx-proxy-manager"
],
"icon_url": "https://media.sys.truenas.net/apps/nginx-proxy-manager/icons/icon.png"
},
"chia": {
"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>",
"categories": [
"financial"
],
"description": "Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure.",
"healthy": true,
"healthy_error": null,
"home": "https://www.chia.net/",
"location": "/__w/charts/charts/community/chia",
"latest_version": "1.0.31",
"latest_app_version": "2.1.4",
"latest_human_version": "2.1.4_1.0.31",
"last_update": "2024-02-01 08:19:56",
"name": "chia",
"recommended": false,
"title": "Chia",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"blockchain",
"hard-drive"
],
"screenshots": [],
"sources": [
"https://github.com/Chia-Network/chia-docker",
"https://github.com/truenas/charts/tree/master/community/chia",
"https://www.chia.net/"
],
"icon_url": "https://media.sys.truenas.net/apps/chia/icons/icon.svg"
},
"komga": {
"app_readme": "<h1>Komga</h1>\n<p><a href=\"https://github.com/gotson/komga\">Komga</a> is a free and open source comics/mangas server.</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>Komga</code> directories.\nAfterward, the <code>Komga</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>",
"categories": [
"media"
],
"description": "Komga is a free and open source comics/mangas server.",
"healthy": true,
"healthy_error": null,
"home": "https://komga.org",
"location": "/__w/charts/charts/community/komga",
"latest_version": "1.2.7",
"latest_app_version": "1.10.3",
"latest_human_version": "1.10.3_1.2.7",
"last_update": "2024-02-01 08:19:56",
"name": "komga",
"recommended": false,
"title": "Komga",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"comics",
"mangas"
],
"screenshots": [
"https://media.sys.truenas.net/apps/komga/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/gotson/komga",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/komga",
"https://hub.docker.com/r/gotson/komga"
],
"icon_url": "https://media.sys.truenas.net/apps/komga/icons/icon.svg"
},
"unifi-controller": {
"app_readme": "<h1>Unifi Controller</h1>\n<p><a href=\"https://github.com/goofball222/unifi\">Unifi Controller</a> is a network management controller for Unifi Equipment.</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>Unifi Controller</code> directories.\nAfterward, the <code>Unifi Controller</code> container will run as a <strong>non</strong>-root user (<code>999</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>",
"categories": [
"network"
],
"description": "Unifi Controller is a network management controller for Unifi Equipment.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/goofball222/unifi",
"location": "/__w/charts/charts/community/unifi-controller",
"latest_version": "1.3.5",
"latest_app_version": "8.0.28",
"latest_human_version": "8.0.28_1.3.5",
"last_update": "2024-02-01 08:19:56",
"name": "unifi-controller",
"recommended": false,
"title": "Unifi Controller",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"controller",
"unifi"
],
"screenshots": [],
"sources": [
"https://github.com/goofball222/unifi",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/unifi-controller",
"https://hub.docker.com/r/goofball222/unifi"
],
"icon_url": "https://media.sys.truenas.net/apps/unifi-controller/icons/icon.png"
},
"homer": {
"app_readme": "<h1>Homer</h1>\n<p><a href=\"https://github.com/bastienwirtz/homer\">Homer</a> is a dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.</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>Homer</code> directories.\nAfterward, the <code>Homer</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>",
"categories": [
"productivity"
],
"description": "Homer is a dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/bastienwirtz/homer",
"location": "/__w/charts/charts/community/homer",
"latest_version": "1.2.4",
"latest_app_version": "23.10.1",
"latest_human_version": "23.10.1_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "homer",
"recommended": false,
"title": "Homer",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"dashboard",
"homepage"
],
"screenshots": [
"https://media.sys.truenas.net/apps/homer/screenshots/screenshot1.png"
],
"sources": [
"https://hub.docker.com/r/b4bz/homer",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/homer",
"https://github.com/bastienwirtz/homer"
],
"icon_url": "https://media.sys.truenas.net/apps/homer/icons/icon.png"
},
"wordpress": {
"app_readme": "<h1>Wordpress</h1>\n<p><a href=\"https://wordpress.org/\">Wordpress</a> is a web content management system.</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>wordpress</code> directories.\nAfterward, the <code>wordpress</code> container will run as a <strong>non</strong>-root user (<code>33</code>).\nSame applies to the <code>mariadb</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>mariadb</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>wordpress</code> and <code>mariadb</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Wordpress is a web content management system",
"healthy": true,
"healthy_error": null,
"home": "https://wordpress.org",
"location": "/__w/charts/charts/community/wordpress",
"latest_version": "1.2.3",
"latest_app_version": "6.4.2",
"latest_human_version": "6.4.2_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "wordpress",
"recommended": false,
"title": "Wordpress",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"cms",
"blog"
],
"screenshots": [
"https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/wordpress/screenshots/screenshot4.png"
],
"sources": [
"https://hub.docker.com/_/wordpress",
"https://github.com/truenas/charts/tree/master/community/wordpress"
],
"icon_url": "https://media.sys.truenas.net/apps/wordpress/icons/icon.png"
},
"netbootxyz": {
"app_readme": "<h1>netboot.xyz</h1>\n<p><a href=\"https://netboot.xyz\">netboot.xyz</a> lets you PXE boot various operating system installers or utilities from a single tool over the network.</p>",
"categories": [
"network"
],
"description": "netboot.xyz lets you PXE boot various operating system installers or utilities from a single tool over the network.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/truenas/charts/tree/master/community/netbootxyz",
"location": "/__w/charts/charts/community/netbootxyz",
"latest_version": "1.0.1",
"latest_app_version": "2.0.76",
"latest_human_version": "2.0.76_1.0.1",
"last_update": "2024-02-01 08:19:56",
"name": "netbootxyz",
"recommended": false,
"title": "netbootxyz",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"tftp",
"pxe",
"netboot",
"netboot.xyz"
],
"screenshots": [
"https://media.sys.truenas.net/apps/netbootxyz/screenshots/screenshot1.jpg"
],
"sources": [
"https://github.com/truenas/charts/tree/master/community/netbootxyz",
"https://github.com/netbootxyz/docker-netbootxyz",
"https://netboot.xyz"
],
"icon_url": "https://media.sys.truenas.net/apps/netbootxyz/icons/icon.svg"
},
"n8n": {
"app_readme": "<h1>n8n</h1>\n<p><a href=\"https://n8n.io/\">n8n</a> is an extendable workflow automation tool.</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>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run 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>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "n8n is an extendable workflow automation tool.",
"healthy": true,
"healthy_error": null,
"home": "https://n8n.io/",
"location": "/__w/charts/charts/community/n8n",
"latest_version": "1.2.21",
"latest_app_version": "1.25.1",
"latest_human_version": "1.25.1_1.2.21",
"last_update": "2024-02-01 08:19:56",
"name": "n8n",
"recommended": false,
"title": "n8n",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"workflows",
"automation"
],
"screenshots": [
"https://media.sys.truenas.net/apps/n8n/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/n8n/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/n8n/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/n8n/screenshots/screenshot4.png"
],
"sources": [
"https://github.com/n8n-io/n8n",
"https://github.com/truenas/charts/tree/master/community/n8n",
"https://hub.docker.com/r/n8nio/n8n"
],
"icon_url": "https://media.sys.truenas.net/apps/n8n/icons/icon.png"
},
"minecraft": {
"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>",
"categories": [
"games"
],
"description": "Minecraft is a sandbox game",
"healthy": true,
"healthy_error": null,
"home": "https://www.minecraft.net/en-us",
"location": "/__w/charts/charts/community/minecraft",
"latest_version": "1.2.4",
"latest_app_version": "2024.2.0",
"latest_human_version": "2024.2.0_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "minecraft",
"recommended": false,
"title": "Minecraft",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"world",
"building"
],
"screenshots": [],
"sources": [
"https://www.minecraft.net/en-us",
"https://github.com/truenas/charts/tree/master/community/minecraft",
"https://github.com/itzg/docker-minecraft-server"
],
"icon_url": "https://media.sys.truenas.net/apps/minecraft/icons/icon.svg"
},
"pgadmin": {
"app_readme": "<h1>pgAdmin</h1>\n<p><a href=\"https://github.com/pgadmin-org/pgadmin4\">pgAdmin</a> is the most popular and feature rich Open Source administration and development platform for PostgreSQL</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>pgAdmin</code> directories.\nAfterward, the <code>pgAdmin</code> container will run as a <strong>non</strong>-root user (<code>5050</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>",
"categories": [
"productivity"
],
"description": "pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL",
"healthy": true,
"healthy_error": null,
"home": "https://www.pgadmin.org/",
"location": "/__w/charts/charts/community/pgadmin",
"latest_version": "1.2.4",
"latest_app_version": "8.2",
"latest_human_version": "8.2_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "pgadmin",
"recommended": false,
"title": "pgAdmin",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"database",
"management"
],
"screenshots": [
"https://media.sys.truenas.net/apps/pgadmin/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/pgadmin/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/pgadmin/screenshots/screenshot3.png"
],
"sources": [
"https://hub.docker.com/r/dpage/pgadmin4",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/pgadmin",
"https://www.pgadmin.org/"
],
"icon_url": "https://media.sys.truenas.net/apps/pgadmin/icons/icon.png"
},
"webdav": {
"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>666</code>).\n<code>Chown</code> will only apply if the parent directory does not match the configured user and group.</p>\n</blockquote>",
"categories": [
"file-sharing"
],
"description": "WebDAV is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.",
"healthy": true,
"healthy_error": null,
"home": "http://www.webdav.org/",
"location": "/__w/charts/charts/community/webdav",
"latest_version": "1.0.20",
"latest_app_version": "2.4.58",
"latest_human_version": "2.4.58_1.0.20",
"last_update": "2024-02-01 08:19:56",
"name": "webdav",
"recommended": false,
"title": "WebDAV",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"webdav",
"file-sharing"
],
"screenshots": [],
"sources": [
"http://www.webdav.org/",
"https://github.com/truenas/charts/tree/master/community/webdav"
],
"icon_url": "https://media.sys.truenas.net/apps/webdav/icons/icon.png"
},
"terraria": {
"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>",
"categories": [
"games"
],
"description": "Terraria is a land of adventure! A land of mystery! A land that's yours to shape, defend, and enjoy.",
"healthy": true,
"healthy_error": null,
"home": "https://terraria.org/",
"location": "/__w/charts/charts/community/terraria",
"latest_version": "1.0.21",
"latest_app_version": "1.4.4.9",
"latest_human_version": "1.4.4.9_1.0.21",
"last_update": "2024-02-01 08:19:56",
"name": "terraria",
"recommended": false,
"title": "Terraria",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"world",
"building",
"adventure"
],
"screenshots": [],
"sources": [
"https://terraria.org/",
"https://github.com/truenas/charts/tree/master/community/terraria",
"https://github.com/ryansheehan/terraria"
],
"icon_url": "https://media.sys.truenas.net/apps/terraria/icons/icon.png"
},
"ddns-updater": {
"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>",
"categories": [
"networking"
],
"description": "Lightweight universal DDNS Updater with web UI",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/qdm12/ddns-updater",
"location": "/__w/charts/charts/community/ddns-updater",
"latest_version": "1.0.26",
"latest_app_version": "v2.5.0",
"latest_human_version": "v2.5.0_1.0.26",
"last_update": "2024-02-01 08:19:56",
"name": "ddns-updater",
"recommended": false,
"title": "DDNS Updater",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"ddns"
],
"screenshots": [
"https://media.sys.truenas.net/apps/ddns-updater/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/qdm12/ddns-updater",
"https://github.com/truenas/charts/tree/master/community/ddns-updater",
"https://hub.docker.com/r/qmcgaw/ddns-updater"
],
"icon_url": "https://media.sys.truenas.net/apps/ddns-updater/icons/icon.svg"
},
"vaultwarden": {
"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>",
"categories": [
"security"
],
"description": "Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/dani-garcia/vaultwarden",
"location": "/__w/charts/charts/community/vaultwarden",
"latest_version": "1.1.10",
"latest_app_version": "1.30.2",
"latest_human_version": "1.30.2_1.1.10",
"last_update": "2024-02-01 08:19:56",
"name": "vaultwarden",
"recommended": false,
"title": "Vaultwarden",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"password",
"manager"
],
"screenshots": [
"https://media.sys.truenas.net/apps/vaultwarden/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/dani-garcia/vaultwarden",
"https://github.com/truenas/charts/tree/master/community/vaultwarden"
],
"icon_url": "https://media.sys.truenas.net/apps/vaultwarden/icons/icon.png"
},
"organizr": {
"app_readme": "<h1>Organizr</h1>\n<p><a href=\"https://docs.organizr.app/\">Organizr</a> is a HTPC/Homelab Services Organizer - Written in PHP</p>",
"categories": [
"media"
],
"description": "Organizr is a HTPC/Homelab Services Organizer - Written in PHP",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/causefx/Organizr",
"location": "/__w/charts/charts/community/organizr",
"latest_version": "1.0.1",
"latest_app_version": "latest",
"latest_human_version": "latest_1.0.1",
"last_update": "2024-02-01 08:19:56",
"name": "organizr",
"recommended": false,
"title": "Organizr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"dashboard",
"organizr"
],
"screenshots": [
"https://media.sys.truenas.net/apps/organizr/screenshots/screenshot1.webp",
"https://media.sys.truenas.net/apps/organizr/screenshots/screenshot2.webp"
],
"sources": [
"https://hub.docker.com/r/organizr/organizr",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/organizr",
"https://github.com/causefx/Organizr"
],
"icon_url": "https://media.sys.truenas.net/apps/organizr/icons/icon.png"
},
"bazarr": {
"app_readme": "<h1>Bazarr</h1>\n<p><a href=\"https://www.bazarr.media/\">Bazarr</a> is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements.</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>Bazarr</code> directories.\nAfterward, the <code>Bazarr</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>",
"categories": [
"media"
],
"description": "Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements.",
"healthy": true,
"healthy_error": null,
"home": "https://www.bazarr.media/",
"location": "/__w/charts/charts/community/bazarr",
"latest_version": "1.2.8",
"latest_app_version": "1.4.0",
"latest_human_version": "1.4.0_1.2.8",
"last_update": "2024-02-01 08:19:56",
"name": "bazarr",
"recommended": false,
"title": "Bazarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"subtitles"
],
"screenshots": [
"https://media.sys.truenas.net/apps/bazarr/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/bazarr/screenshots/screenshot2.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/bazarr",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/bazarr",
"https://github.com/morpheus65535/bazarr"
],
"icon_url": "https://media.sys.truenas.net/apps/bazarr/icons/icon.png"
},
"omada-controller": {
"app_readme": "<h1>Omada Controller</h1>\n<p><a href=\"https://github.com/mbentley/docker-omada-controller\">Omada Controller</a> is a network management controller for Omada (TP-Link) Equipment.</p>",
"categories": [
"network"
],
"description": "Omada Controller (TP-Link) is a network management controller for TP-Link Omada Equipment.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/mbentley/docker-omada-controller",
"location": "/__w/charts/charts/community/omada-controller",
"latest_version": "1.2.3",
"latest_app_version": "5.13",
"latest_human_version": "5.13_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "omada-controller",
"recommended": false,
"title": "Omada Controller",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"controller",
"omada"
],
"screenshots": [],
"sources": [
"https://github.com/mbentley/docker-omada-controller",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/omada-controller",
"https://hub.docker.com/r/mbentley/omada-controller"
],
"icon_url": "https://media.sys.truenas.net/apps/omada-controller/icons/icon.svg"
},
"lidarr": {
"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>",
"categories": [
"media"
],
"description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/Lidarr/Lidarr",
"location": "/__w/charts/charts/community/lidarr",
"latest_version": "1.2.13",
"latest_app_version": "2.1.4.3941",
"latest_human_version": "2.1.4.3941_1.2.13",
"last_update": "2024-02-01 08:19:56",
"name": "lidarr",
"recommended": false,
"title": "Lidarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"music"
],
"screenshots": [
"https://media.sys.truenas.net/apps/lidarr/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/lidarr/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/lidarr/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/lidarr",
"https://github.com/truenas/charts/tree/master/community/lidarr",
"https://github.com/Lidarr/Lidarr"
],
"icon_url": "https://media.sys.truenas.net/apps/lidarr/icons/icon.png"
},
"grafana": {
"app_readme": "<h1>Grafana</h1>\n<p><a href=\"https://grafana.com/\">Grafana</a> is the open source analytics &amp; monitoring solution for every database.</p>\n<p>Additional configuration can be made by adding additional environment variables\nHere is the available <a href=\"https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/\">configuration documentation</a></p>\n<p>Use the following syntax:\n<code>GF_[SECTION-NAME]_[KEY-NAME]</code></p>\n<p>Example:\n<code>GF_SMTP_ENABLED</code></p>",
"categories": [
"productivity"
],
"description": "Grafana is the open source analytics & monitoring solution for every database.",
"healthy": true,
"healthy_error": null,
"home": "https://grafana.com",
"location": "/__w/charts/charts/community/grafana",
"latest_version": "1.2.8",
"latest_app_version": "10.3.1",
"latest_human_version": "10.3.1_1.2.8",
"last_update": "2024-02-01 08:19:56",
"name": "grafana",
"recommended": false,
"title": "Grafana",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"analytics",
"monitoring",
"metrics",
"dashboards"
],
"screenshots": [
"https://media.sys.truenas.net/apps/grafana/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/grafana/screenshots/screenshot2.png"
],
"sources": [
"https://hub.docker.com/r/grafana/grafana",
"https://github.com/truenas/charts/tree/master/community/grafana",
"https://github.com/grafana"
],
"icon_url": "https://media.sys.truenas.net/apps/grafana/icons/icon.png"
},
"freshrss": {
"app_readme": "<h1>FreshRSS</h1>\n<p><a href=\"https://freshrss.org/\">FreshRSS</a> is a free, self-hostable news aggregator</p>",
"categories": [
"productivity"
],
"description": "FreshRSS is a free, self-hostable news aggregator",
"healthy": true,
"healthy_error": null,
"home": "https://freshrss.org/",
"location": "/__w/charts/charts/community/freshrss",
"latest_version": "1.1.9",
"latest_app_version": "1.23.1",
"latest_human_version": "1.23.1_1.1.9",
"last_update": "2024-02-01 08:19:56",
"name": "freshrss",
"recommended": false,
"title": "FreshRSS",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"rss",
"news"
],
"screenshots": [
"https://media.sys.truenas.net/apps/freshrss/screenshots/screenshot1.webp"
],
"sources": [
"https://github.com/FreshRSS/FreshRSS",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/freshrss",
"https://hub.docker.com/r/freshrss/freshrss"
],
"icon_url": "https://media.sys.truenas.net/apps/freshrss/icons/icon.png"
},
"immich": {
"app_readme": "<h1>Immich</h1>\n<p><a href=\"https://immich.app\">Immich</a> - Self-hosted backup solution for photos and videos on mobile device</p>",
"categories": [
"media"
],
"description": "Immich is a self-hosted photo and video backup solution directly from your mobile phone.",
"healthy": true,
"healthy_error": null,
"home": "https://immich.app",
"location": "/__w/charts/charts/community/immich",
"latest_version": "3.0.6",
"latest_app_version": "1.93.3",
"latest_human_version": "1.93.3_3.0.6",
"last_update": "2024-02-01 08:19:56",
"name": "immich",
"recommended": false,
"title": "Immich",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"photos",
"backup"
],
"screenshots": [],
"sources": [
"https://immich.app",
"https://github.com/truenas/charts/tree/master/community/immich",
"https://github.com/immich-app/immich"
],
"icon_url": "https://media.sys.truenas.net/apps/immich/icons/icon.svg"
},
"sonarr": {
"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>",
"categories": [
"media"
],
"description": "Sonarr is a PVR for Usenet and BitTorrent users.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/Sonarr/Sonarr",
"location": "/__w/charts/charts/community/sonarr",
"latest_version": "1.2.10",
"latest_app_version": "4.0.1.929",
"latest_human_version": "4.0.1.929_1.2.10",
"last_update": "2024-02-01 08:19:56",
"name": "sonarr",
"recommended": false,
"title": "Sonarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"series"
],
"screenshots": [
"https://media.sys.truenas.net/apps/sonarr/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/sonarr/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/sonarr/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/sonarr",
"https://github.com/truenas/charts/tree/master/community/sonarr",
"https://github.com/Sonarr/Sonarr"
],
"icon_url": "https://media.sys.truenas.net/apps/sonarr/icons/icon.png"
},
"gitea": {
"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>postgres</code> directories.\nAfterwards <code>postgres</code> 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>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>",
"categories": [
"productivity"
],
"description": "Gitea - Git with a cup of tea",
"healthy": true,
"healthy_error": null,
"home": "https://gitea.io/en-us",
"location": "/__w/charts/charts/community/gitea",
"latest_version": "1.1.12",
"latest_app_version": "1.21.4",
"latest_human_version": "1.21.4_1.1.12",
"last_update": "2024-02-01 08:19:56",
"name": "gitea",
"recommended": false,
"title": "Gitea",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"git"
],
"screenshots": [
"https://media.sys.truenas.net/apps/gitea/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/gitea/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/gitea/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/gitea/screenshots/screenshot4.png"
],
"sources": [
"https://gitea.io/en-us",
"https://github.com/truenas/charts/tree/master/community/gitea",
"https://docs.gitea.io/en-us/install-with-docker-rootless"
],
"icon_url": "https://media.sys.truenas.net/apps/gitea/icons/icon.svg"
},
"paperless-ngx": {
"app_readme": "<h1>Paperless-ngx</h1>\n<p><a href=\"https://docs.paperless-ngx.com\">Paperless-ngx</a> is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.</p>",
"categories": [
"productivity"
],
"description": "Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive so you can keep, well, less paper.",
"healthy": true,
"healthy_error": null,
"home": "https://docs.paperless-ngx.com",
"location": "/__w/charts/charts/community/paperless-ngx",
"latest_version": "1.2.22",
"latest_app_version": "2.4.3",
"latest_human_version": "2.4.3_1.2.22",
"last_update": "2024-02-01 08:19:56",
"name": "paperless-ngx",
"recommended": false,
"title": "Paperless-ngx",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"document",
"management"
],
"screenshots": [
"https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot4.png",
"https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot5.png",
"https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot6.png",
"https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot7.png",
"https://media.sys.truenas.net/apps/paperless-ngx/screenshots/screenshot8.png"
],
"sources": [
"https://hub.docker.com/r/paperlessngx/paperless-ngx",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/paperless-ngx",
"https://github.com/paperless-ngx/paperless-ngx"
],
"icon_url": "https://media.sys.truenas.net/apps/paperless-ngx/icons/icon.svg"
},
"drawio": {
"app_readme": "<h1>Draw.io</h1>\n<p><a href=\"https://www.drawio.com\">Draw.io</a> is a whiteboarding / diagramming software application.</p>",
"categories": [
"productivity"
],
"description": "Draw.io is a whiteboarding / diagramming software application.",
"healthy": true,
"healthy_error": null,
"home": "https://www.drawio.com",
"location": "/__w/charts/charts/community/drawio",
"latest_version": "1.2.13",
"latest_app_version": "23.0.2",
"latest_human_version": "23.0.2_1.2.13",
"last_update": "2024-02-01 08:19:56",
"name": "drawio",
"recommended": false,
"title": "Draw.IO",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"diagram",
"whiteboard"
],
"screenshots": [
"https://media.sys.truenas.net/apps/drawio/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/drawio/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/drawio/screenshots/screenshot3.png"
],
"sources": [
"https://hub.docker.com/r/jgraph/drawio",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/drawio",
"https://github.com/jgraph/drawio"
],
"icon_url": "https://media.sys.truenas.net/apps/drawio/icons/icon.png"
},
"briefkasten": {
"app_readme": "<h1>Briefkasten</h1>\n<p><a href=\"https://github.com/ndom91/briefkasten\">Briefkasten</a> is a self hosted bookmarking app</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>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run 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>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Briefkasten is a self hosted bookmarking app",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/ndom91/briefkasten",
"location": "/__w/charts/charts/community/briefkasten",
"latest_version": "1.2.7",
"latest_app_version": "latest",
"latest_human_version": "latest_1.2.7",
"last_update": "2024-02-01 08:19:56",
"name": "briefkasten",
"recommended": false,
"title": "Briefkasten",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"bookmark"
],
"screenshots": [
"https://media.sys.truenas.net/apps/briefkasten/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/briefkasten/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/briefkasten/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/briefkasten/screenshots/screenshot4.png"
],
"sources": [
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/briefkasten",
"https://github.com/ndom91/briefkasten",
"https://docs.briefkastenhq.com/"
],
"icon_url": "https://media.sys.truenas.net/apps/briefkasten/icons/icon.svg"
},
"fscrawler": {
"app_readme": "<h1>FSCrawler</h1>\n<p><a href=\"https://fscrawler.readthedocs.io/\">FSCrawler</a> is a crawler that helps to index binary documents such as PDF, Open Office, MS Office.</p>",
"categories": [
"productivity"
],
"description": "FSCrawler is a crawler that helps to index binary documents such as PDF, Open Office, MS Office.",
"healthy": true,
"healthy_error": null,
"home": "https://fscrawler.readthedocs.io/",
"location": "/__w/charts/charts/community/fscrawler",
"latest_version": "1.2.4",
"latest_app_version": "2.9",
"latest_human_version": "2.9_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "fscrawler",
"recommended": false,
"title": "FSCrawler",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"index",
"crawler"
],
"screenshots": [],
"sources": [
"https://github.com/dadoonet/fscrawler",
"https://github.com/truenas/charts/tree/master/community/fscrawler",
"https://hub.docker.com/r/dadoonet/fscrawler",
"https://fscrawler.readthedocs.io/"
],
"icon_url": "https://localhost/no-icon"
},
"qbittorrent": {
"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>",
"categories": [
"media"
],
"description": "The qBittorrent project aims to provide an open-source software alternative to \u00b5Torrent.",
"healthy": true,
"healthy_error": null,
"home": "https://www.qbittorrent.org/",
"location": "/__w/charts/charts/community/qbittorrent",
"latest_version": "1.2.9",
"latest_app_version": "4.6.3",
"latest_human_version": "4.6.3_1.2.9",
"last_update": "2024-02-01 08:19:56",
"name": "qbittorrent",
"recommended": false,
"title": "qBittorrent",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"torrent",
"download"
],
"screenshots": [
"https://media.sys.truenas.net/apps/qbittorrent/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/qbittorrent",
"https://github.com/truenas/charts/tree/master/community/qbittorrent",
"https://www.qbittorrent.org/"
],
"icon_url": "https://media.sys.truenas.net/apps/qbittorrent/icons/icon.png"
},
"mumble": {
"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>",
"categories": [
"productivity"
],
"description": "Mumble is a free, open source, low latency, high quality voice chat application.",
"healthy": true,
"healthy_error": null,
"home": "https://www.mumble.info/",
"location": "/__w/charts/charts/community/mumble",
"latest_version": "1.0.22",
"latest_app_version": "v1.4.230",
"latest_human_version": "v1.4.230_1.0.22",
"last_update": "2024-02-01 08:19:56",
"name": "mumble",
"recommended": false,
"title": "Mumble",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"voice"
],
"screenshots": [],
"sources": [
"https://github.com/mumble-voip/mumble-docker",
"https://github.com/truenas/charts/tree/master/community/mumble",
"https://www.mumble.info/"
],
"icon_url": "https://media.sys.truenas.net/apps/mumble/icons/icon.svg"
},
"frigate": {
"app_readme": "<h1>Frigate</h1>\n<p><a href=\"https://github.com/frigate/frigate\">Frigate</a> is an NVR With Realtime Object Detection for IP Cameras</p>\n<blockquote>\n<p>Note: <strong>m.2</strong> Coral TPU devices is not supported.</p>\n</blockquote>",
"categories": [
"security"
],
"description": "Frigate is an NVR With Realtime Object Detection for IP Cameras",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/blakeblackshear/frigate",
"location": "/__w/charts/charts/community/frigate",
"latest_version": "1.2.4",
"latest_app_version": "0.12.1",
"latest_human_version": "0.12.1_1.2.4",
"last_update": "2024-02-01 08:19:56",
"name": "frigate",
"recommended": false,
"title": "Frigate",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"camera",
"nvr"
],
"screenshots": [
"https://media.sys.truenas.net/apps/frigate/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/frigate/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/frigate/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/frigate",
"https://github.com/blakeblackshear/frigate"
],
"icon_url": "https://media.sys.truenas.net/apps/frigate/icons/icon.svg"
},
"vikunja": {
"app_readme": "<h1>Vikunja</h1>\n<p><a href=\"https://vikunja.io\">Vikunja</a> is an open-source, self-hostable to-do app.</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>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run 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>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Vikunja is an open-source, self-hostable to-do app.",
"healthy": true,
"healthy_error": null,
"home": "https://vikunja.io/",
"location": "/__w/charts/charts/community/vikunja",
"latest_version": "1.0.10",
"latest_app_version": "0.22.1",
"latest_human_version": "0.22.1_1.0.10",
"last_update": "2024-02-01 08:19:56",
"name": "vikunja",
"recommended": false,
"title": "Vikunja",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"todo"
],
"screenshots": [
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot1.webp",
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot2.webp",
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot3.webp",
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot4.webp",
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot5.webp",
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot6.webp",
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot7.webp",
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot8.webp",
"https://media.sys.truenas.net/apps/vikunja/screenshots/screenshot9.webp"
],
"sources": [
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/vikunja",
"https://vikunja.io/"
],
"icon_url": "https://media.sys.truenas.net/apps/vikunja/icons/icon.png"
},
"radarr": {
"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>",
"categories": [
"media"
],
"description": "Radarr is a movie collection manager for Usenet and BitTorrent users.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/Radarr/Radarr",
"location": "/__w/charts/charts/community/radarr",
"latest_version": "1.2.9",
"latest_app_version": "5.2.6.8376",
"latest_human_version": "5.2.6.8376_1.2.9",
"last_update": "2024-02-01 08:19:56",
"name": "radarr",
"recommended": false,
"title": "Radarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"movies"
],
"screenshots": [
"https://media.sys.truenas.net/apps/radarr/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/radarr/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/radarr/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/radarr/screenshots/screenshot4.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/radarr",
"https://github.com/truenas/charts/tree/master/community/radarr",
"https://github.com/Radarr/Radarr"
],
"icon_url": "https://media.sys.truenas.net/apps/radarr/icons/icon.png"
},
"rsyncd": {
"app_readme": "<h1>Rsyncd</h1>\n<p><a href=\"https://rsync.samba.org/\">Rsyncd</a> is an open source utility that provides fast incremental file transfer.</p>",
"categories": [
"storage"
],
"description": "Rsync is an open source utility that provides fast incremental file transfer.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/truenas/containers/tree/main/apps/rsyncd",
"location": "/__w/charts/charts/community/rsyncd",
"latest_version": "1.0.16",
"latest_app_version": "1.0.0",
"latest_human_version": "1.0.0_1.0.16",
"last_update": "2024-02-01 08:19:56",
"name": "rsyncd",
"recommended": false,
"title": "Rsync Daemon",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"sync",
"file transfer"
],
"screenshots": [],
"sources": [
"https://github.com/truenas/containers/tree/main/apps/rsyncd",
"https://github.com/truenas/charts/tree/master/community/rsyncd",
"https://hub.docker.com/r/ixsystems/rsyncd"
],
"icon_url": "https://media.sys.truenas.net/apps/rsyncd/icons/icon.png"
},
"jellyfin": {
"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>",
"categories": [
"media"
],
"description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.",
"healthy": true,
"healthy_error": null,
"home": "https://jellyfin.org/",
"location": "/__w/charts/charts/community/jellyfin",
"latest_version": "1.2.7",
"latest_app_version": "10.8.13.1",
"latest_human_version": "10.8.13.1_1.2.7",
"last_update": "2024-02-01 08:19:56",
"name": "jellyfin",
"recommended": false,
"title": "Jellyfin",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"entertainment",
"movies",
"series",
"tv",
"streaming"
],
"screenshots": [
"https://media.sys.truenas.net/apps/jellyfin/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/jellyfin/screenshots/screenshot2.png"
],
"sources": [
"https://hub.docker.com/r/jellyfin/jellyfin",
"https://github.com/truenas/charts/tree/master/community/jellyfin",
"https://jellyfin.org/"
],
"icon_url": "https://media.sys.truenas.net/apps/jellyfin/icons/icon.svg"
},
"readarr": {
"app_readme": "<h1>Readarr</h1>\n<p><a href=\"https://github.com/Readarr/Readarr\">Readarr</a> is an ebook and audiobook collection manager for Usenet and BitTorrent users.</p>",
"categories": [
"media"
],
"description": "Readarr is an ebook and audiobook collection manager for Usenet and BitTorrent users.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/Readarr/Readarr",
"location": "/__w/charts/charts/community/readarr",
"latest_version": "1.2.11",
"latest_app_version": "0.3.17.2409",
"latest_human_version": "0.3.17.2409_1.2.11",
"last_update": "2024-02-01 08:19:56",
"name": "readarr",
"recommended": false,
"title": "Readarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"ebook",
"audiobook"
],
"screenshots": [
"https://media.sys.truenas.net/apps/readarr/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/readarr/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/readarr/screenshots/screenshot3.png"
],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/readarr",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/readarr",
"https://github.com/Readarr/Readarr"
],
"icon_url": "https://media.sys.truenas.net/apps/readarr/icons/icon.png"
},
"homepage": {
"app_readme": "<h1>Homepage</h1>\n<p><a href=\"https://github.com/benphelps/homepage\">Homepage</a> is a modern, secure, highly customizable application dashboard.</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>Homepage</code> directories.\nAfterward, the <code>Homepage</code> container will run as a <strong>non</strong>-root user (<code>1000</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>",
"categories": [
"productivity"
],
"description": "Homepage is a modern, secure, highly customizable application dashboard.",
"healthy": true,
"healthy_error": null,
"home": "https://gethomepage.dev/",
"location": "/__w/charts/charts/community/homepage",
"latest_version": "1.2.6",
"latest_app_version": "0.8.7",
"latest_human_version": "0.8.7_1.2.6",
"last_update": "2024-02-01 08:19:56",
"name": "homepage",
"recommended": false,
"title": "Homepage",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"dashboard"
],
"screenshots": [
"https://media.sys.truenas.net/apps/homepage/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/homepage/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/homepage/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/homepage/screenshots/screenshot4.png",
"https://media.sys.truenas.net/apps/homepage/screenshots/screenshot5.png",
"https://media.sys.truenas.net/apps/homepage/screenshots/screenshot6.png"
],
"sources": [
"https://gethomepage.dev/",
"https://github.com/truenas/charts/tree/master/community/homepage",
"https://github.com/benphelps/homepage"
],
"icon_url": "https://media.sys.truenas.net/apps/homepage/icons/icon.png"
},
"mineos": {
"app_readme": "<h1>MineOS</h1>\n<p><a href=\"https://github.com/hexparrot/mineos-node\">MineOS</a> is a server front-end to ease managing Minecraft administrative tasks.</p>",
"categories": [
"games"
],
"description": "MineOS is a server front-end to ease managing Minecraft administrative tasks.",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/hexparrot/mineos-node",
"location": "/__w/charts/charts/community/mineos",
"latest_version": "1.0.20",
"latest_app_version": "latest",
"latest_human_version": "latest_1.0.20",
"last_update": "2024-02-01 08:19:56",
"name": "mineos",
"recommended": false,
"title": "MineOS",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"minecraft"
],
"screenshots": [
"https://media.sys.truenas.net/apps/mineos/screenshots/screenshot1.png"
],
"sources": [
"https://hub.docker.com/r/hexparrot/mineos/",
"https://github.com/truenas/charts/tree/master/community/mineos",
"https://github.com/hexparrot/mineos-node"
],
"icon_url": "https://media.sys.truenas.net/apps/mineos/icons/icon.png"
},
"tailscale": {
"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>",
"categories": [
"networking"
],
"description": "Secure remote access to shared resources",
"healthy": true,
"healthy_error": null,
"home": "https://tailscale.com/",
"location": "/__w/charts/charts/community/tailscale",
"latest_version": "1.0.31",
"latest_app_version": "1.56.1",
"latest_human_version": "1.56.1_1.0.31",
"last_update": "2024-02-01 08:19:56",
"name": "tailscale",
"recommended": false,
"title": "Tailscale",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"vpn"
],
"screenshots": [],
"sources": [
"https://tailscale.com/",
"https://github.com/truenas/charts/tree/master/community/tailscale",
"https://hub.docker.com/r/tailscale/tailscale"
],
"icon_url": "https://media.sys.truenas.net/apps/tailscale/icons/icon.png"
},
"transmission": {
"app_readme": "<h1>Transmission</h1>\n<p><a href=\"https://transmissionbt.com/\">Transmission</a> is designed for easy, powerful use.</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 Transmission directories.\nAfterward, the <code>Transmission</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).</p>\n</blockquote>\n<p>For additional configuration via environment variables, see <a href=\"https://github.com/onedr0p/containers/tree/main/apps/transmission\">Container's source env var list</a>.</p>",
"categories": [
"media"
],
"description": "Transmission is designed for easy, powerful use.",
"healthy": true,
"healthy_error": null,
"home": "https://transmissionbt.com/",
"location": "/__w/charts/charts/community/transmission",
"latest_version": "1.3.5",
"latest_app_version": "4.0.5",
"latest_human_version": "4.0.5_1.3.5",
"last_update": "2024-02-01 08:19:56",
"name": "transmission",
"recommended": false,
"title": "Transmission",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"torrent",
"download"
],
"screenshots": [],
"sources": [
"https://github.com/onedr0p/containers/tree/main/apps/transmission",
"https://github.com/truenas/charts/tree/master/community/transmission",
"https://transmissionbt.com/"
],
"icon_url": "https://media.sys.truenas.net/apps/transmission/icons/icon.png"
},
"firefly-iii": {
"app_readme": "<h1>Firefly III</h1>\n<p><a href=\"https://www.firefly-iii.org/\">Firefly III</a> is a personal finances manager</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>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run 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>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Firefly III is a personal finances manager",
"healthy": true,
"healthy_error": null,
"home": "https://www.firefly-iii.org/",
"location": "/__w/charts/charts/community/firefly-iii",
"latest_version": "1.1.13",
"latest_app_version": "6.1.7",
"latest_human_version": "6.1.7_1.1.13",
"last_update": "2024-02-01 08:19:56",
"name": "firefly-iii",
"recommended": false,
"title": "Firefly III",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"finance"
],
"screenshots": [
"https://media.sys.truenas.net/apps/firefly-iii/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/firefly-iii/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/firefly-iii/screenshots/screenshot3.png",
"https://media.sys.truenas.net/apps/firefly-iii/screenshots/screenshot4.png"
],
"sources": [
"https://hub.docker.com/r/fireflyiii/core/",
"https://github.com/truenas/charts/tree/master/community/firefly-iii",
"https://github.com/firefly-iii/firefly-iii"
],
"icon_url": "https://media.sys.truenas.net/apps/firefly-iii/icons/icon.png"
},
"listmonk": {
"app_readme": "<h1>Listmonk</h1>\n<p><a href=\"https://listmonk.app/\">Listmonk</a> is a self-hosted newsletter and mailing list manager.</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>listmonk</code> directories.\nAfterward, the <code>listmonk</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>listmonk</code> and <code>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Listmonk is a self-hosted newsletter and mailing list manager.",
"healthy": true,
"healthy_error": null,
"home": "https://listmonk.app/",
"location": "/__w/charts/charts/community/listmonk",
"latest_version": "1.2.7",
"latest_app_version": "v2.5.1",
"latest_human_version": "v2.5.1_1.2.7",
"last_update": "2024-02-01 08:19:56",
"name": "listmonk",
"recommended": false,
"title": "Listmonk",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"mailing-list",
"newsletter"
],
"screenshots": [
"https://media.sys.truenas.net/apps/listmonk/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/listmonk/screenshots/screenshot2.png",
"https://media.sys.truenas.net/apps/listmonk/screenshots/screenshot3.png"
],
"sources": [
"https://hub.docker.com/r/listmonk/listmonk",
"https://github.com/knadh/listmonk",
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/listmonk"
],
"icon_url": "https://media.sys.truenas.net/apps/listmonk/icons/icon.svg"
},
"tftpd-hpa": {
"app_readme": "<h1>TFTP</h1>\n<p><a href=\"https://manpages.debian.org/testing/tftpd-hpa/tftpd.8.en.html\">TFTP</a> is a server for the Trivial File Transfer Protocol.</p>\n<p>The app runs as <code>root</code> user and drops privileges to <code>tftp</code> (9069) user for the TFTP service.</p>\n<blockquote>\n<p>On every application start, a container will be launched with <strong>root</strong> privileges.\nThis will check the parent directory permissions and ownership.\nIf there is a mismatch it will apply the correct permissions to the TFTP directories.\nWhen \"Allow Create\" is checked, the above container will also check and <code>chmod</code> if needed\nto <code>757</code> the TFTP directories and to <code>555</code> when not checked.\nAfterward, the <code>TFTP</code> container will run as a <strong>root</strong> user, dropping privileges\nto <code>tftp</code> (9069) user for the TFTP service.\nNote: You need to have configured DHCP server for network boot to work.</p>\n</blockquote>",
"categories": [
"networking"
],
"description": "A lightweight tftp-server",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/truenas/containers/tree/main/apps/tftpd-hpa",
"location": "/__w/charts/charts/community/tftpd-hpa",
"latest_version": "1.0.18",
"latest_app_version": "1.0.0",
"latest_human_version": "1.0.0_1.0.18",
"last_update": "2024-02-01 08:19:56",
"name": "tftpd-hpa",
"recommended": false,
"title": "TFTP Server",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"tftp"
],
"screenshots": [],
"sources": [
"https://github.com/truenas/containers/tree/main/apps/tftpd-hpa",
"https://github.com/truenas/charts/tree/master/community/tftpd-hpa",
"https://hub.docker.com/r/ixsystems/tftpd-hpa"
],
"icon_url": "https://media.sys.truenas.net/apps/tftpd-hpa/icons/icon.png"
},
"deluge": {
"app_readme": "<h1>Deluge</h1>\n<p><a href=\"https://deluge-torrent.org/\">Deluge</a> is a lightweight, Free Software, cross-platform BitTorrent client.</p>",
"categories": [
"media"
],
"description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client.",
"healthy": true,
"healthy_error": null,
"home": "https://deluge-torrent.org",
"location": "/__w/charts/charts/community/deluge",
"latest_version": "1.2.6",
"latest_app_version": "2.1.1",
"latest_human_version": "2.1.1_1.2.6",
"last_update": "2024-02-01 08:19:56",
"name": "deluge",
"recommended": false,
"title": "Deluge",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"torrent",
"download"
],
"screenshots": [],
"sources": [
"https://hub.docker.com/r/linuxserver/deluge",
"https://github.com/truenas/charts/tree/master/community/deluge",
"https://deluge-torrent.org/"
],
"icon_url": "https://media.sys.truenas.net/apps/deluge/icons/icon.png"
},
"zerotier": {
"app_readme": "<h1>Zerotier</h1>\n<p><a href=\"https://www.zerotier.com\">Zerotier</a> Securely connect any device, anywhere.</p>",
"categories": [
"networking"
],
"description": "Securely connect any device, anywhere.",
"healthy": true,
"healthy_error": null,
"home": "https://www.zerotier.com",
"location": "/__w/charts/charts/community/zerotier",
"latest_version": "1.0.19",
"latest_app_version": "1.12.2",
"latest_human_version": "1.12.2_1.0.19",
"last_update": "2024-02-01 08:19:56",
"name": "zerotier",
"recommended": false,
"title": "Zerotier",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"vpn"
],
"screenshots": [],
"sources": [
"https://www.zerotier.com",
"https://github.com/truenas/charts/tree/master/community/zerotier",
"https://hub.docker.com/r/zerotier/zerotier"
],
"icon_url": "https://media.sys.truenas.net/apps/zerotier/icons/icon.png"
},
"recyclarr": {
"app_readme": "<h1>Recyclarr</h1>\n<p><a href=\"https://github.com/recyclarr/recyclarr\">Recyclarr</a> synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.</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>Recyclarr</code> directories.\nAfterward, the <code>Recyclarr</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>",
"categories": [
"media"
],
"description": "Recyclarr synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.",
"healthy": true,
"healthy_error": null,
"home": "https://recyclarr.dev",
"location": "/__w/charts/charts/community/recyclarr",
"latest_version": "1.2.3",
"latest_app_version": "6.0.2",
"latest_human_version": "6.0.2_1.2.3",
"last_update": "2024-02-01 08:19:56",
"name": "recyclarr",
"recommended": false,
"title": "Recyclarr",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"sync",
"sonarr",
"radarr"
],
"screenshots": [],
"sources": [
"https://recyclarr.dev",
"https://github.com/truenas/charts/tree/master/community/recyclarr",
"https://github.com/recyclarr/recyclarr/tree/recyclarr"
],
"icon_url": "https://media.sys.truenas.net/apps/recyclarr/icons/icon.png"
},
"mealie": {
"app_readme": "<h1>Mealie</h1>\n<p><a href=\"https://mealie.io\">Mealie</a> is a self-hosted recipe manager and meal planner</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>postgres</code> directories.\nAfterward, the <code>postgres</code> container will run 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>postgres</code> data directories.</p>\n</blockquote>",
"categories": [
"productivity"
],
"description": "Mealie is a self-hosted recipe manager and meal planner",
"healthy": true,
"healthy_error": null,
"home": "https://mealie.io",
"location": "/__w/charts/charts/community/mealie",
"latest_version": "1.0.9",
"latest_app_version": "1.1.0",
"latest_human_version": "1.1.0_1.0.9",
"last_update": "2024-02-01 08:19:56",
"name": "mealie",
"recommended": false,
"title": "Mealie",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"tags": [
"recipes",
"meal planner"
],
"screenshots": [
"https://media.sys.truenas.net/apps/mealie/screenshots/screenshot1.png"
],
"sources": [
"https://github.com/truenas/charts/tree/master/library/ix-dev/community/mealie",
"https://github.com/ndom91/briefkasten",
"https://nightly.mealie.io/"
],
"icon_url": "https://media.sys.truenas.net/apps/mealie/icons/icon.png"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chaosye/truenas-charts.git
git@gitee.com:chaosye/truenas-charts.git
chaosye
truenas-charts
truenas-charts
master

搜索帮助