· 5 years ago · Oct 17, 2020, 05:40 AM
1{
2 "version": "2",
3 "templates": [
4 {
5 "categories": [
6 "Other", "Qballjos"
7 ],
8 "description": "AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it’ll cover ALL your home devices, and you don’t need any client-side software for that. With the rise of Internet-Of-Things and connected devices, it becomes more and more important to be able to control your whole network.",
9 "env": [
10 {
11 "default": "1000",
12 "label": "PUID",
13 "name": "PUID"
14 },
15 {
16 "default": "100",
17 "label": "PGID",
18 "name": "PGID"
19 },
20 {
21 "label": "CONTEXT_PATH",
22 "name": "CONTEXT_PATH",
23 "set": "adguard home"
24 }
25 ],
26 "image": "adguard/adguardhome:latest",
27 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/adguard.png",
28 "name": "adguard",
29 "platform": "linux",
30 "ports": [
31 "53:53/tcp",
32 "53:53/udp",
33 "67:67/udp",
34 "68:68/tcp",
35 "68:68/udp",
36 "80:80/tcp",
37 "443:443/tcp",
38 "853:853/tcp",
39 "3000:3000/tcp"
40 ],
41 "restart_policy": "unless-stopped",
42 "title": "Adguard - Qballjos",
43 "type": 1,
44 "volumes": [
45 {
46 "bind": "/portainer/Files/AppData/Adguard/Workdir",
47 "container": "/opt/adguardhome/work"
48 },
49 {
50 "bind": "/portainer/Files/AppData/Adguard/Conf",
51 "container": "/opt/adguardhome/conf"
52 }
53 ]
54 },
55 {
56 "type": 1,
57 "title": "Airsonic - SelfhostedPro",
58 "name": "airsonic",
59 "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
60 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/airsonic-logo.png",
61 "image": "linuxserver/airsonic:latest",
62 "categories": [
63 "Music", "SelfhostedPro"
64 ],
65 "platform": "linux",
66 "restart_policy": "unless-stopped",
67 "ports": [
68 "4040:4040/tcp"
69 ],
70 "volumes": [
71 {
72 "container": "/music",
73 "bind": "/portainer/Music"
74 },
75 {
76 "container": "/playlists",
77 "bind": "/portainer/Files/AppData/Airsonic/Playlists"
78 },
79 {
80 "container": "/podcasts",
81 "bind": "/portainer/Podcasts"
82 },
83 {
84 "container": "/media",
85 "bind": "/portainer/Files/AppData/Airsonic/Media"
86 },
87 {
88 "container": "/config",
89 "bind": "/portainer/Files/AppData/Config/Airsonic/"
90 }
91 ],
92 "env": [
93 {
94 "name": "PUID",
95 "label": "PUID",
96 "default": "1000"
97 },
98 {
99 "name": "PGID",
100 "label": "PGID",
101 "default": "100"
102 },
103 {
104 "name": "CONTEXT_PATH",
105 "label": "CONTEXT_PATH",
106 "set": "airsonic"
107 },
108 {
109 "name": "JAVA_OPTS",
110 "label": "JAVA_OPTS",
111 "set": "-Xms256m -Xmx512m"
112 }
113 ]
114 },
115 {
116 "categories": [
117 "Music"
118 ],
119 "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
120 "env": [
121 {
122 "default": "1000",
123 "label": "PUID",
124 "name": "PUID"
125 },
126 {
127 "default": "100",
128 "label": "PGID",
129 "name": "PGID"
130 },
131 {
132 "label": "CONTEXT_PATH",
133 "name": "CONTEXT_PATH",
134 "set": "airsonic"
135 },
136 {
137 "label": "JAVA_OPTS",
138 "name": "JAVA_OPTS",
139 "set": "-Xms256m -Xmx512m"
140 }
141 ],
142 "image": "linuxserver/airsonic:latest",
143 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/airsonic-logo.png",
144 "name": "airsonic",
145 "platform": "linux",
146 "ports": [
147 "4040:4040/tcp"
148 ],
149 "restart_policy": "unless-stopped",
150 "title": "Airsonic - Qballjos",
151 "type": 1,
152 "volumes": [
153 {
154 "bind": "/portainer/Music",
155 "container": "/music"
156 },
157 {
158 "bind": "/portainer/Files/AppData/Airsonic/Playlists",
159 "container": "/playlists"
160 },
161 {
162 "bind": "/portainer/Podcasts",
163 "container": "/podcasts"
164 },
165 {
166 "bind": "/portainer/Files/AppData/Airsonic/Media",
167 "container": "/media"
168 },
169 {
170 "bind": "/portainer/Files/AppData/Config/Airsonic/",
171 "container": "/config"
172 }
173 ]
174 },
175 {
176 "type": 1,
177 "title": "Authelia - SelfhostedPro",
178 "name": "authelia",
179 "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
180 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/authelia.png",
181 "image": "authelia/authelia:latest",
182 "note": "Requires a configuration.yml file in order to work. Documentation is Available <a href='https://docs.authelia.com/deployment/deployment-ha'>here</a>.",
183 "categories": [
184 "Other",
185 "Tools",
186 "Authentication",
187 "SelfhostedPro"
188 ],
189 "platform": "linux",
190 "restart_policy": "unless-stopped",
191 "ports": [
192 "9091:9091/tcp"
193 ],
194 "volumes": [
195 {
196 "container": "/etc/authelia/",
197 "bind": "/portainer/Files/AppData/Config/Authelia"
198 }
199 ],
200 "env": [
201 {
202 "name": "TZ",
203 "label": "TZ"
204 }
205 ]
206 },
207 {
208 "categories": [
209 "Other",
210 "Tools",
211 "Authentication"
212 ],
213 "description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
214 "env": [
215 {
216 "label": "TZ",
217 "name": "TZ"
218 }
219 ],
220 "image": "authelia/authelia:latest",
221 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/authelia.png",
222 "name": "authelia",
223 "note": "Requires a configuration.yml file in order to work. Documentation is Available <a href='https://docs.authelia.com/deployment/deployment-ha'>here</a>.",
224 "platform": "linux",
225 "ports": [
226 "9091:9091/tcp"
227 ],
228 "restart_policy": "unless-stopped",
229 "title": "Authelia - Qballjos",
230 "type": 1,
231 "volumes": [
232 {
233 "bind": "/portainer/Files/AppData/Config/Authelia",
234 "container": "/etc/authelia/"
235 }
236 ]
237 },
238 {
239 "type": 1,
240 "title": "Bazarr - SelfhostedPro",
241 "name": "bazarr",
242 "description": "Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.",
243 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bazarr.png",
244 "image": "linuxserver/bazarr:latest",
245 "categories": [
246 "Video",
247 "Music",
248 "SelfhostedPro"
249 ],
250 "platform": "linux",
251 "restart_policy": "unless-stopped",
252 "ports": [
253 "6767:6767/tcp"
254 ],
255 "volumes": [
256 {
257 "container": "/config",
258 "bind": "/portainer/Files/AppData/Config/Bazarr"
259 },
260 {
261 "container": "/tv",
262 "bind": "/portainer/TV"
263 },
264 {
265 "container": "/movies",
266 "bind": "/portainer/Movies"
267 }
268 ],
269 "env": [
270 {
271 "name": "PUID",
272 "label": "PUID",
273 "default": "1000"
274 },
275 {
276 "name": "PGID",
277 "label": "PGID",
278 "default": "100"
279 },
280 {
281 "name": "TZ",
282 "label": "TZ"
283 }
284 ]
285 },
286 {
287 "categories": [
288 "Video",
289 "Music"
290 ],
291 "description": "Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.",
292 "env": [
293 {
294 "default": "1000",
295 "label": "PUID",
296 "name": "PUID"
297 },
298 {
299 "default": "100",
300 "label": "PGID",
301 "name": "PGID"
302 },
303 {
304 "label": "TZ",
305 "name": "TZ"
306 }
307 ],
308 "image": "linuxserver/bazarr:latest",
309 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bazarr.png",
310 "name": "Bazarr",
311 "platform": "linux",
312 "ports": [
313 "6767:6767/tcp"
314 ],
315 "restart_policy": "unless-stopped",
316 "title": "Bazarr - Qballjos",
317 "type": 1,
318 "volumes": [
319 {
320 "bind": "/portainer/Files/AppData/Config/Bazarr",
321 "container": "/config"
322 },
323 {
324 "bind": "/portainer/TV",
325 "container": "/tv"
326 },
327 {
328 "bind": "/portainer/Movies",
329 "container": "/movies"
330 }
331 ]
332 },
333 {
334 "type": 1,
335 "title": "Beets - SelfhostedPro",
336 "name": "beets",
337 "description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
338 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/beets-icon.png",
339 "image": "linuxserver/beets:latest",
340 "categories": [
341 "Music"
342 ],
343 "platform": "linux",
344 "restart_policy": "unless-stopped",
345 "ports": [
346 "8337:8337/tcp"
347 ],
348 "volumes": [
349 {
350 "container": "/config",
351 "bind": "/portainer/Files/AppData/Config/Beets"
352 },
353 {
354 "container": "/downloads",
355 "bind": "/portainer/Downloads"
356 },
357 {
358 "container": "/music",
359 "bind": "/portainer/Music"
360 }
361 ],
362 "env": [
363 {
364 "name": "PUID",
365 "label": "PUID",
366 "default": "1000"
367 },
368 {
369 "name": "PGID",
370 "label": "PGID",
371 "default": "100"
372 }
373 ]
374 },
375 {
376 "categories": [
377 "Music"
378 ],
379 "description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
380 "env": [
381 {
382 "default": "1000",
383 "label": "PUID",
384 "name": "PUID"
385 },
386 {
387 "default": "100",
388 "label": "PGID",
389 "name": "PGID"
390 }
391 ],
392 "image": "linuxserver/beets:latest",
393 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/beets-icon.png",
394 "name": "beets",
395 "platform": "linux",
396 "ports": [
397 "8337:8337/tcp"
398 ],
399 "restart_policy": "unless-stopped",
400 "title": "Beets - Qballjos",
401 "type": 1,
402 "volumes": [
403 {
404 "bind": "/portainer/Files/AppData/Config/Beets",
405 "container": "/config"
406 },
407 {
408 "bind": "/portainer/Downloads",
409 "container": "/downloads"
410 },
411 {
412 "bind": "/portainer/Music",
413 "container": "/music"
414 }
415 ]
416 },
417 {
418 "type": 1,
419 "title": "Bitwarden RS - SelfhostedPro",
420 "name": "bitwardenrs",
421 "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
422 "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
423 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bitwarden.png",
424 "image": "bitwardenrs/server:latest",
425 "categories": [
426 "Other",
427 "Tools",
428 "SelfhostedPro"
429 ],
430 "platform": "linux",
431 "restart_policy": "unless-stopped",
432 "ports": [
433 "80/tcp"
434 ],
435 "volumes": [
436 {
437 "container": "/config",
438 "bind": "/portainer/Files/AppData/Config/Bitwarden-rs"
439 }
440 ]
441 },
442 {
443 "categories": [
444 "Other",
445 "Tools"
446 ],
447 "description": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal..",
448 "image": "bitwardenrs/server:latest",
449 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bitwarden.png",
450 "name": "bitwardenrs",
451 "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
452 "platform": "linux",
453 "ports": [
454 ":80/tcp"
455 ],
456 "restart_policy": "unless-stopped",
457 "title": "Bitwarden RS - Qballjos",
458 "type": 1,
459 "volumes": [
460 {
461 "bind": "/portainer/Files/AppData/Config/Bitwarden-rs",
462 "container": "/config"
463 }
464 ]
465 },
466 {
467 "type": 1,
468 "title": "Booksonic - SelfhostedPro",
469 "name": "booksonic",
470 "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
471 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/booksonic.png",
472 "image": "linuxserver/booksonic:latest",
473 "categories": [
474 "Books",
475 "Other"
476 ],
477 "platform": "linux",
478 "restart_policy": "unless-stopped",
479 "ports": [
480 "4040:4040/tcp"
481 ],
482 "volumes": [
483 {
484 "container": "/books",
485 "bind": "/portainer/Books"
486 },
487 {
488 "container": "/podcast",
489 "bind": "/portainer/Files/Podcasts"
490 },
491 {
492 "container": "/config",
493 "bind": "/portainer/Files/AppData/Config/Booksonic"
494 }
495 ],
496 "env": [
497 {
498 "name": "PUID",
499 "label": "PUID",
500 "default": "1000"
501 },
502 {
503 "name": "PGID",
504 "label": "PGID",
505 "default": "100"
506 },
507 {
508 "name": "CONTEXT_PATH",
509 "label": "CONTEXT_PATH",
510 "default": "booksonic"
511 }
512 ]
513 },
514 {
515 "categories": [
516 "Books",
517 "Other"
518 ],
519 "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
520 "env": [
521 {
522 "default": "1000",
523 "label": "PUID",
524 "name": "PUID"
525 },
526 {
527 "default": "100",
528 "label": "PGID",
529 "name": "PGID"
530 },
531 {
532 "default": "booksonic",
533 "label": "CONTEXT_PATH",
534 "name": "CONTEXT_PATH"
535 }
536 ],
537 "image": "linuxserver/booksonic:latest",
538 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/booksonic.png",
539 "name": "booksonic",
540 "platform": "linux",
541 "ports": [
542 "4040:4040/tcp"
543 ],
544 "restart_policy": "unless-stopped",
545 "title": "Booksonic - Qballjos",
546 "type": 1,
547 "volumes": [
548 {
549 "bind": "/portainer/Books",
550 "container": "/books"
551 },
552 {
553 "bind": "/portainer/Files/Podcasts",
554 "container": "/podcast"
555 },
556 {
557 "bind": "/portainer/Files/AppData/Config/Booksonic",
558 "container": "/config"
559 }
560 ]
561 },
562 {
563 "type": 3,
564 "title": "Bookstack - SelfhostedPro",
565 "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.",
566 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bookstack2.png",
567 "categories": [
568 "Wiki",
569 "SelfhostedPro"
570 ],
571 "note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack",
572 "platform": "linux",
573 "repository": {
574 "url": "https://github.com/SelfhostedPro/selfhosted_templates",
575 "stackfile": "Template/Stack/bookstack.yml"
576 },
577 "env": [
578 {
579 "name": "PUID",
580 "label": "PUID",
581 "default": "1000"
582 },
583 {
584 "name": "PGID",
585 "label": "PGID",
586 "default": "100"
587 },
588 {
589 "name": "TZ",
590 "label": "TZ"
591 },
592 {
593 "name": "DATABASE_PASSWORD",
594 "label": "DATABASE_PASSWORD"
595 },
596 {
597 "name": "MYSQL_ROOT_PASSWORD",
598 "label": "MYSQL_ROOT_PASSWORD"
599 },
600 {
601 "name": "PORT",
602 "label": "PORT"
603 }
604 ]
605 },
606 {
607 "categories": [
608 "Wiki"
609 ],
610 "description": "Bookstack is a free and open source Wiki designed for creating beautiful documentation. Feautring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.",
611 "env": [
612 {
613 "default": "1000",
614 "label": "PUID",
615 "name": "PUID"
616 },
617 {
618 "default": "100",
619 "label": "PGID",
620 "name": "PGID"
621 },
622 {
623 "label": "TZ",
624 "name": "TZ"
625 },
626 {
627 "label": "DATABASE_PASSWORD",
628 "name": "DATABASE_PASSWORD"
629 },
630 {
631 "label": "MYSQL_ROOT_PASSWORD",
632 "name": "MYSQL_ROOT_PASSWORD"
633 },
634 {
635 "label": "PORT",
636 "name": "PORT"
637 }
638 ],
639 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bookstack2.png",
640 "note": "Default login is admin@admin.com with a password of password. The database created is called bookstackapp and the database user is called bookstack",
641 "platform": "linux",
642 "repository": {
643 "stackfile": "Template/Stack/bookstack.yml",
644 "url": "https://github.com/Qballjos/portainer_templates"
645 },
646 "title": "Bookstack - Qballjos",
647 "type": 3
648 },
649 {
650 "type": 1,
651 "title": "COPS - SelfhostedPro",
652 "name": "cops",
653 "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
654 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cops-icon.png",
655 "image": "linuxserver/cops:latest",
656 "categories": [
657 "Cloud",
658 "Books",
659 "SelfhostedPro"
660 ],
661 "platform": "linux",
662 "restart_policy": "unless-stopped",
663 "ports": [
664 "80/tcp"
665 ],
666 "volumes": [
667 {
668 "container": "/books",
669 "bind": "/portainer/Books"
670 },
671 {
672 "container": "/config",
673 "bind": "/portainer/Files/AppData/Config/Cops"
674 }
675 ],
676 "env": [
677 {
678 "name": "PUID",
679 "label": "PUID",
680 "default": "1000"
681 },
682 {
683 "name": "PGID",
684 "label": "PGID",
685 "default": "100"
686 }
687 ]
688 },
689 {
690 "categories": [
691 "Cloud",
692 "Books"
693 ],
694 "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
695 "env": [
696 {
697 "default": "1000",
698 "label": "PUID",
699 "name": "PUID"
700 },
701 {
702 "default": "100",
703 "label": "PGID",
704 "name": "PGID"
705 }
706 ],
707 "image": "linuxserver/cops:latest",
708 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/cops-icon.png",
709 "name": "cops",
710 "platform": "linux",
711 "ports": [
712 "80/tcp"
713 ],
714 "restart_policy": "unless-stopped",
715 "title": "COPS - Qballjos",
716 "type": 1,
717 "volumes": [
718 {
719 "bind": "/portainer/Books",
720 "container": "/books"
721 },
722 {
723 "bind": "/portainer/Files/AppData/Config/Cops",
724 "container": "/config"
725 }
726 ]
727 },
728 {
729 "type": 1,
730 "title": "Caddy - ebrithiljonas",
731 "description": "HTTP/2 web server with automatic HTTPS",
732 "categories": [
733 "webserver"
734 ],
735 "platform": "linux",
736 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/caddy.png",
737 "image": "abiosoft/caddy:latest",
738 "ports": [
739 "80/tcp",
740 "443/tcp",
741 "2015/tcp"
742 ],
743 "volumes": [
744 {
745 "container": "/root/.caddy"
746 }
747 ]
748 },
749 {
750 "type": 1,
751 "title": "Caddy - ebrithiljonas",
752 "description": "Webserver and Reverse Proxy",
753 "logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/caddy.jpg",
754 "restart_policy": "unless-stopped",
755 "image": "caddy:latest",
756 "ports": [
757 "80:80/tcp",
758 "443:443/tcp"
759 ],
760 "volumes": [
761 {
762 "container": "/data",
763 "bind": "${CONFIG_PATH}caddy/data"
764 },
765 {
766 "container": "/config",
767 "bind": "${CONFIG_PATH}caddy/config"
768 }
769 ],
770 "env": [
771 {
772 "name": "CONFIG_PATH",
773 "label": "Change the Path under 'Advanced Options' (end with /)",
774 "default": "This field is only for Info. Change the Path under Advanced Options",
775 "description": "Path where all the config files will be stored."
776 }
777 ]
778 },
779 {
780 "type": 1,
781 "title": "Calibre Web - SelfhostedPro",
782 "name": "calibre-web",
783 "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]",
784 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/calibre-web-icon.png",
785 "image": "linuxserver/calibre-web:latest",
786 "categories": [
787 "Cloud",
788 "Books",
789 "SelfhostedPro"
790 ],
791 "platform": "linux",
792 "restart_policy": "unless-stopped",
793 "ports": [
794 "8083:8083/tcp"
795 ],
796 "volumes": [
797 {
798 "container": "/books",
799 "bind": "/portainer/Books"
800 },
801 {
802 "container": "/config",
803 "bind": "/portainer/Files/AppData/Config/Calibre-web"
804 }
805 ],
806 "env": [
807 {
808 "name": "PUID",
809 "label": "PUID",
810 "default": "1000"
811 },
812 {
813 "name": "PGID",
814 "label": "PGID",
815 "default": "100"
816 }
817 ]
818 },
819 {
820 "categories": [
821 "Cloud",
822 "Books"
823 ],
824 "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]",
825 "env": [
826 {
827 "default": "1000",
828 "label": "PUID",
829 "name": "PUID"
830 },
831 {
832 "default": "100",
833 "label": "PGID",
834 "name": "PGID"
835 }
836 ],
837 "image": "linuxserver/calibre-web:latest",
838 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/calibre-web-icon.png",
839 "name": "calibre-web",
840 "platform": "linux",
841 "ports": [
842 "8083:8083/tcp"
843 ],
844 "restart_policy": "unless-stopped",
845 "title": "Calibre Web - Qballjos",
846 "type": 1,
847 "volumes": [
848 {
849 "bind": "/portainer/Books",
850 "container": "/books"
851 },
852 {
853 "bind": "/portainer/Files/AppData/Config/Calibre-web",
854 "container": "/config"
855 }
856 ]
857 },
858 {
859 "type": 1,
860 "title": "Camunda BPM 7.5.0 Tomcat",
861 "description": "Camunda BPM platform 7.5.0 running on Tomcat",
862 "categories": [
863 "camunda",
864 "camunda tomcat"
865 ],
866 "platform": "linux",
867 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
868 "image": "camunda/camunda-bpm-platform:tomcat-7.5.0",
869 "ports": [
870 "8080/tcp"
871 ],
872 "restart_policy": "on-failure"
873 },
874 {
875 "type": 1,
876 "title": "Camunda BPM 7.6.0 Tomcat",
877 "description": "Camunda BPM platform 7.6.0 running on Tomcat",
878 "categories": [
879 "camunda",
880 "camunda tomcat"
881 ],
882 "platform": "linux",
883 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
884 "image": "camunda/camunda-bpm-platform:tomcat-7.6.0",
885 "ports": [
886 "8080/tcp"
887 ],
888 "restart_policy": "on-failure"
889 },
890 {
891 "type": 1,
892 "title": "Camunda BPM 7.7.0 Tomcat",
893 "description": "Camunda BPM platform 7.7.0 running on Tomcat",
894 "categories": [
895 "camunda",
896 "camunda tomcat"
897 ],
898 "platform": "linux",
899 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
900 "image": "camunda/camunda-bpm-platform:tomcat-7.7.0",
901 "ports": [
902 "8080/tcp"
903 ],
904 "restart_policy": "on-failure"
905 },
906 {
907 "type": 1,
908 "title": "Camunda BPM 7.8.0 Tomcat",
909 "description": "Camunda BPM platform 7.8.0 running on Tomcat",
910 "categories": [
911 "camunda",
912 "camunda tomcat"
913 ],
914 "platform": "linux",
915 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
916 "image": "camunda/camunda-bpm-platform:tomcat-7.8.0",
917 "ports": [
918 "8080/tcp"
919 ],
920 "restart_policy": "on-failure"
921 },
922 {
923 "type": 1,
924 "title": "Camunda BPM LATEST Tomcat",
925 "description": "Camunda BPM platform latest official release running on Tomcat",
926 "categories": [
927 "camunda",
928 "camunda tomcat"
929 ],
930 "platform": "linux",
931 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
932 "image": "camunda/camunda-bpm-platform:tomcat-latest",
933 "ports": [
934 "8080/tcp"
935 ],
936 "restart_policy": "on-failure"
937 },
938 {
939 "type": 1,
940 "title": "Camunda BPM SNAPSHOT Tomcat",
941 "description": "Camunda BPM platform latest snapshot running on Tomcat",
942 "categories": [
943 "camunda",
944 "camunda tomcat"
945 ],
946 "platform": "linux",
947 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
948 "image": "camunda/camunda-bpm-platform:tomcat-SNAPSHOT",
949 "ports": [
950 "8080/tcp"
951 ],
952 "restart_policy": "on-failure"
953 },
954 {
955 "type": 1,
956 "title": "Cardigann - SelfhostedPro",
957 "name": "cardigann",
958 "description": "Cardigann, a server for adding extra indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato proxies. Behind the scenes Cardigann logs in and runs searches and then transforms the results into a compatible format.",
959 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/cardigann.png",
960 "image": "linuxserver/cardigann:latest",
961 "categories": [
962 "Downloaders",
963 "SelfhostedPro"
964 ],
965 "platform": "linux",
966 "restart_policy": "unless-stopped",
967 "ports": [
968 "5060:5060/tcp"
969 ],
970 "volumes": [
971 {
972 "container": "/config",
973 "bind": "/portainer/Files/AppData/Config/Cardigann"
974 }
975 ],
976 "env": [
977 {
978 "name": "PUID",
979 "label": "PUID",
980 "default": "1000"
981 },
982 {
983 "name": "PGID",
984 "label": "PGID",
985 "default": "100"
986 }
987 ]
988 },
989 {
990 "type": 1,
991 "title": "CentOS 7.3 - Camunda",
992 "description": "Camunda CI CentOS base image",
993 "categories": [
994 "OS"
995 ],
996 "platform": "linux",
997 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
998 "image": "camunda-ci-base-centos:latest",
999 "ports": [
1000 "22/tcp"
1001 ],
1002 "registry": "anonymousproxy:8081",
1003 "command": "/usr/local/bin/start-container.sh",
1004 "restart_policy": "on-failure"
1005 },
1006 {
1007 "type": 1,
1008 "title": "Chevereto - SelfhostedPro",
1009 "name": "Chevereto",
1010 "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
1011 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Chevereto.png",
1012 "image": "nmtan/chevereto:latest",
1013 "categories": [
1014 "Other",
1015 "Tools",
1016 "Photo"
1017 ],
1018 "platform": "linux",
1019 "restart_policy": "unless-stopped",
1020 "ports": [
1021 "80/tcp"
1022 ],
1023 "volumes": [
1024 {
1025 "container": "/var/www/html/images"
1026 }
1027 ],
1028 "env": [
1029 {
1030 "name": "PUID",
1031 "label": "PUID",
1032 "default": "1000"
1033 },
1034 {
1035 "name": "PGID",
1036 "label": "PGID",
1037 "default": "100"
1038 },
1039 {
1040 "name": "CHEVERETO_DB_HOST",
1041 "label": "CHEVERETO_DB_HOST",
1042 "set": ""
1043 },
1044 {
1045 "name": "CHEVERETO_DB_USERNAME",
1046 "label": "CHEVERETO_DB_USERNAME",
1047 "set": ""
1048 },
1049 {
1050 "name": "CHEVERETO_DB_PASSWORD",
1051 "label": "CHEVERETO_DB_PASSWORD",
1052 "set": ""
1053 },
1054 {
1055 "name": "CHEVERETO_DB_NAME",
1056 "label": "CHEVERETO_DB_NAME",
1057 "set": ""
1058 },
1059 {
1060 "name": "CHEVERETO_DB_PREFIX",
1061 "label": "CHEVERETO_DB_PREFIX",
1062 "set": ""
1063 }
1064 ]
1065 },
1066 {
1067 "categories": [
1068 "Other",
1069 "Tools",
1070 "Photo"
1071 ],
1072 "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
1073 "env": [
1074 {
1075 "default": "1000",
1076 "label": "PUID",
1077 "name": "PUID"
1078 },
1079 {
1080 "default": "100",
1081 "label": "PGID",
1082 "name": "PGID"
1083 },
1084 {
1085 "label": "CHEVERETO_DB_HOST",
1086 "name": "CHEVERETO_DB_HOST",
1087 "set": ""
1088 },
1089 {
1090 "label": "CHEVERETO_DB_USERNAME",
1091 "name": "CHEVERETO_DB_USERNAME",
1092 "set": ""
1093 },
1094 {
1095 "label": "CHEVERETO_DB_PASSWORD",
1096 "name": "CHEVERETO_DB_PASSWORD",
1097 "set": ""
1098 },
1099 {
1100 "label": "CHEVERETO_DB_NAME",
1101 "name": "CHEVERETO_DB_NAME",
1102 "set": ""
1103 },
1104 {
1105 "label": "CHEVERETO_DB_PREFIX",
1106 "name": "CHEVERETO_DB_PREFIX",
1107 "set": ""
1108 }
1109 ],
1110 "image": "nmtan/chevereto:latest",
1111 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/Chevereto.png",
1112 "name": "Chevereto",
1113 "platform": "linux",
1114 "ports": [
1115 "80/tcp"
1116 ],
1117 "restart_policy": "unless-stopped",
1118 "title": "Chevereto - Qballjos",
1119 "type": 1,
1120 "volumes": [
1121 {
1122 "container": "/var/www/html/images"
1123 }
1124 ]
1125 },
1126 {
1127 "type": 1,
1128 "title": "Chevereto - thesugarat",
1129 "description": "Chevereto is a powerful and fast image hosting script that allows you to create your very own full featured image hosting website in just minutes. Please note that this offers only the free Chevereto version..",
1130 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/Chevereto.png",
1131 "image": "nmtan/chevereto:latest",
1132 "category": [
1133 "Other",
1134 "Tools",
1135 "Photo"
1136 ],
1137 "platform": "linux",
1138 "ports": [
1139 "80/tcp"
1140 ],
1141 "volumes": [
1142 {
1143 "container": "/var/www/html/images"
1144 }
1145 ],
1146 "env": [
1147 {
1148 "name": "PUID",
1149 "label": "PUID",
1150 "set": "1000"
1151 },
1152 {
1153 "name": "PGID",
1154 "label": "PGID",
1155 "set": "1000"
1156 },
1157 {
1158 "name": "CHEVERETO_DB_HOST",
1159 "label": "CHEVERETO_DB_HOST",
1160 "set": ""
1161 },
1162 {
1163 "name": "CHEVERETO_DB_USERNAME",
1164 "label": "CHEVERETO_DB_USERNAME",
1165 "set": ""
1166 },
1167 {
1168 "name": "CHEVERETO_DB_PASSWORD",
1169 "label": "CHEVERETO_DB_PASSWORD",
1170 "set": ""
1171 },
1172 {
1173 "name": "CHEVERETO_DB_NAME",
1174 "label": "CHEVERETO_DB_NAME",
1175 "set": ""
1176 },
1177 {
1178 "name": "CHEVERETO_DB_PREFIX",
1179 "label": "CHEVERETO_DB_PREFIX",
1180 "set": ""
1181 },
1182 {
1183 "name": "TZ",
1184 "label": "TZ",
1185 "set": "America/Chicago"
1186 }
1187 ]
1188 },
1189 {
1190 "type": 1,
1191 "title": "Chowdown - SelfhostedPro",
1192 "name": "Chowdown",
1193 "description": "Save recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
1194 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/chowdown.png",
1195 "image": "gregyankovoy/chowdown:latest",
1196 "categories": [
1197 "Other",
1198 "Tools"
1199 ],
1200 "platform": "linux",
1201 "restart_policy": "unless-stopped",
1202 "ports": [
1203 "4000:4000/tcp"
1204 ],
1205 "volumes": [
1206 {
1207 "container": "/config",
1208 "bind": "/portainer/Files/AppData/Config/Chowdown"
1209 }
1210 ]
1211 },
1212 {
1213 "categories": [
1214 "Other",
1215 "Tools"
1216 ],
1217 "description": "ave recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
1218 "image": "gregyankovoy/chowdown:latest",
1219 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/chowdown.png",
1220 "name": "Chowdown",
1221 "platform": "linux",
1222 "ports": [
1223 "4000:4000/tcp"
1224 ],
1225 "restart_policy": "unless-stopped",
1226 "title": "Chowdown - Qballjos",
1227 "type": 1,
1228 "volumes": [
1229 {
1230 "bind": "/portainer/Files/AppData/Config/Chowdown",
1231 "container": "/config"
1232 }
1233 ]
1234 },
1235 {
1236 "type": 1,
1237 "title": "CockroachDB",
1238 "description": "An open-source, survivable, strongly consistent, scale-out SQL database",
1239 "categories": [
1240 "database"
1241 ],
1242 "platform": "linux",
1243 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
1244 "image": "cockroachdb/cockroach:latest",
1245 "ports": [
1246 "26257/tcp",
1247 "8080/tcp"
1248 ],
1249 "volumes": [
1250 {
1251 "container": "/cockroach/cockroach-data"
1252 }
1253 ],
1254 "command": "start --insecure"
1255 },
1256 {
1257 "type": 2,
1258 "title": "CockroachDB (stack) - Portainer",
1259 "description": "CockroachDB cluster",
1260 "note": "Deploys an insecure CockroachDB cluster, please refer to <a href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\">CockroachDB documentation</a> for production deployments.",
1261 "categories": [
1262 "database"
1263 ],
1264 "platform": "linux",
1265 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cockroachdb.png",
1266 "repository": {
1267 "url": "https://github.com/portainer/templates",
1268 "stackfile": "stacks/cockroachdb/docker-stack.yml"
1269 }
1270 },
1271 {
1272 "type": 4,
1273 "title": "CockroachDB (cluster) - Portainer",
1274 "description": "CockroachDB cluster",
1275 "note": "Deploys an insecure CockroachDB cluster, please refer to <a href=\"https://www.cockroachlabs.com/docs/stable/orchestrate-cockroachdb-with-docker-swarm.html\" target=\"_blank\">CockroachDB documentation</a> for production deployments.",
1276 "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/cockroachdb/edge/docker-stack.yml"
1277 },
1278 {
1279 "type": 1,
1280 "title": "Code Server - SelfhostedPro",
1281 "name": "code-server",
1282 "description": "Code-server is VS Code running on a remote server, accessible through the browser.",
1283 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png",
1284 "image": "linuxserver/code-server:latest",
1285 "categories": [
1286 "Other",
1287 "Tools"
1288 ],
1289 "platform": "linux",
1290 "restart_policy": "unless-stopped",
1291 "ports": [
1292 "8443:8443/tcp"
1293 ],
1294 "env": [
1295 {
1296 "name": "PUID",
1297 "label": "PUID",
1298 "default": "1000"
1299 },
1300 {
1301 "name": "GUID",
1302 "label": "PUID",
1303 "default": "1000"
1304 },
1305 {
1306 "name": "TZ",
1307 "label": "TZ"
1308 },
1309 {
1310 "name": "PASSWORD",
1311 "label": "PASSWORD"
1312 },
1313 {
1314 "name": "SUDO_PASSWORD",
1315 "label": "SUDO_PASSWORD"
1316 },
1317 {
1318 "name": "PROXY_DOMAIN",
1319 "label": "PROXY_DOMAIN",
1320 "default": "example.my.domain"
1321 }
1322 ],
1323 "volumes": [
1324 {
1325 "container": "/config",
1326 "bind": "/portainer/Files/AppData/Config/Code-Server"
1327 }
1328 ]
1329 },
1330 {
1331 "categories": [
1332 "Other",
1333 "Tools"
1334 ],
1335 "description": "Code-server is VS Code running on a remote server, accessible through the browser.",
1336 "env": [
1337 {
1338 "default": "1000",
1339 "label": "PUID",
1340 "name": "PUID"
1341 },
1342 {
1343 "default": "1000",
1344 "label": "PUID",
1345 "name": "GUID"
1346 },
1347 {
1348 "label": "TZ",
1349 "name": "TZ"
1350 },
1351 {
1352 "label": "PASSWORD",
1353 "name": "PASSWORD"
1354 },
1355 {
1356 "label": "SUDO_PASSWORD",
1357 "name": "SUDO_PASSWORD"
1358 },
1359 {
1360 "default": "example.my.domain",
1361 "label": "PROXY_DOMAIN",
1362 "name": "PROXY_DOMAIN"
1363 }
1364 ],
1365 "image": "linuxserver/code-server:latest",
1366 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/code-server.png",
1367 "name": "code-server",
1368 "platform": "linux",
1369 "ports": [
1370 "8443:8443/tcp"
1371 ],
1372 "restart_policy": "unless-stopped",
1373 "title": "Code Server - Qballjos",
1374 "type": 1,
1375 "volumes": [
1376 {
1377 "bind": "/portainer/Files/AppData/Config/Code-Server",
1378 "container": "/config"
1379 }
1380 ]
1381 },
1382 {
1383 "type": 1,
1384 "title": "Codiad - SelfhostedPro",
1385 "name": "codiad",
1386 "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
1387 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/codiad-icon.png",
1388 "image": "linuxserver/codiad:latest",
1389 "categories": [
1390 "Productivity"
1391 ],
1392 "platform": "linux",
1393 "restart_policy": "unless-stopped",
1394 "ports": [
1395 "80/tcp"
1396 ],
1397 "volumes": [
1398 {
1399 "container": "/config",
1400 "bind": "/portainer/Files/AppData/Config/Codiad"
1401 }
1402 ],
1403 "env": [
1404 {
1405 "name": "PUID",
1406 "label": "PUID",
1407 "default": "1000"
1408 },
1409 {
1410 "name": "PGID",
1411 "label": "PGID",
1412 "default": "100"
1413 }
1414 ]
1415 },
1416 {
1417 "categories": [
1418 "Productivity"
1419 ],
1420 "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
1421 "env": [
1422 {
1423 "default": "1000",
1424 "label": "PUID",
1425 "name": "PUID"
1426 },
1427 {
1428 "default": "100",
1429 "label": "PGID",
1430 "name": "PGID"
1431 }
1432 ],
1433 "image": "linuxserver/codiad:latest",
1434 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/codiad-icon.png",
1435 "name": "codiad",
1436 "platform": "linux",
1437 "ports": [
1438 "80/tcp"
1439 ],
1440 "restart_policy": "unless-stopped",
1441 "title": "Codiad - Qballjos",
1442 "type": 1,
1443 "volumes": [
1444 {
1445 "bind": "/portainer/Files/AppData/Config/Codiad",
1446 "container": "/config"
1447 }
1448 ]
1449 },
1450 {
1451 "type": 1,
1452 "title": "CommandBox",
1453 "description": "ColdFusion (CFML) CLI",
1454 "categories": [
1455 "development"
1456 ],
1457 "platform": "linux",
1458 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-commandbox.png",
1459 "image": "ortussolutions/commandbox:latest",
1460 "env": [
1461 {
1462 "name": "CFENGINE",
1463 "set": "lucee@4.5"
1464 }
1465 ],
1466 "ports": [
1467 "8080/tcp",
1468 "8443/tcp"
1469 ]
1470 },
1471 {
1472 "type": 1,
1473 "title": "ContentBox",
1474 "description": "Open-source modular CMS",
1475 "categories": [
1476 "CMS"
1477 ],
1478 "platform": "linux",
1479 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ortussolutions-contentbox.png",
1480 "image": "ortussolutions/contentbox:latest",
1481 "env": [
1482 {
1483 "name": "express",
1484 "set": "true"
1485 },
1486 {
1487 "name": "install",
1488 "set": "true"
1489 },
1490 {
1491 "name": "CFENGINE",
1492 "set": "lucee@4.5"
1493 }
1494 ],
1495 "ports": [
1496 "8080/tcp",
1497 "8443/tcp"
1498 ],
1499 "volumes": [
1500 {
1501 "container": "/data/contentbox/db"
1502 },
1503 {
1504 "container": "/app/includes/shared/media"
1505 }
1506 ]
1507 },
1508 {
1509 "type": 1,
1510 "title": "CouchPotato - SelfhostedPro",
1511 "name": "couchpotato",
1512 "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
1513 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/couchpotato-icon.png",
1514 "image": "linuxserver/couchpotato:latest",
1515 "categories": [
1516 "Downloaders",
1517 "Video"
1518 ],
1519 "platform": "linux",
1520 "restart_policy": "unless-stopped",
1521 "ports": [
1522 "5050:5050/tcp"
1523 ],
1524 "volumes": [
1525 {
1526 "container": "/config",
1527 "bind": "/portainer/Files/AppData/Config/Couchpotato"
1528 },
1529 {
1530 "container": "/downloads",
1531 "bind": "/portainer/Downloads"
1532 },
1533 {
1534 "container": "/movies",
1535 "bind": "/portainer/Movies"
1536 }
1537 ],
1538 "env": [
1539 {
1540 "name": "PUID",
1541 "label": "PUID",
1542 "default": "1000"
1543 },
1544 {
1545 "name": "PGID",
1546 "label": "PGID",
1547 "default": "100"
1548 }
1549 ]
1550 },
1551 {
1552 "categories": [
1553 "Downloaders",
1554 "Video"
1555 ],
1556 "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
1557 "env": [
1558 {
1559 "default": "1000",
1560 "label": "PUID",
1561 "name": "PUID"
1562 },
1563 {
1564 "default": "100",
1565 "label": "PGID",
1566 "name": "PGID"
1567 }
1568 ],
1569 "image": "linuxserver/couchpotato:latest",
1570 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/couchpotato-icon.png",
1571 "name": "couchpotato",
1572 "platform": "linux",
1573 "ports": [
1574 "5050:5050/tcp"
1575 ],
1576 "restart_policy": "unless-stopped",
1577 "title": "CouchPotato - Qballjos",
1578 "type": 1,
1579 "volumes": [
1580 {
1581 "bind": "/portainer/Files/AppData/Config/Couchpotato",
1582 "container": "/config"
1583 },
1584 {
1585 "bind": "/portainer/Downloads",
1586 "container": "/downloads"
1587 },
1588 {
1589 "bind": "/portainer/Movies",
1590 "container": "/movies"
1591 }
1592 ]
1593 },
1594 {
1595 "type": 1,
1596 "title": "CrateDB",
1597 "description": "An open-source distributed SQL database",
1598 "categories": [
1599 "database"
1600 ],
1601 "platform": "linux",
1602 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/cratedb.png",
1603 "image": "crate:latest",
1604 "ports": [
1605 "4200/tcp",
1606 "4300/tcp"
1607 ],
1608 "volumes": [
1609 {
1610 "container": "/data"
1611 }
1612 ]
1613 },
1614 {
1615 "type": 1,
1616 "title": "DB2 v10.1",
1617 "description": "IBM DB2 v10.1 LUW",
1618 "categories": [
1619 "database"
1620 ],
1621 "platform": "linux",
1622 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
1623 "image": "camunda-ci-db2:10.1",
1624 "ports": [
1625 "50000/tcp",
1626 "22/tcp"
1627 ],
1628 "privileged": true,
1629 "registry": "anonymousproxy:8081",
1630 "command": "/usr/local/bin/start-container.sh",
1631 "restart_policy": "on-failure"
1632 },
1633 {
1634 "type": 1,
1635 "title": "DB2 v10.5",
1636 "description": "IBM DB2 v10.5 LUW",
1637 "categories": [
1638 "database"
1639 ],
1640 "platform": "linux",
1641 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
1642 "image": "camunda-ci-db2:10.5",
1643 "ports": [
1644 "50000/tcp",
1645 "22/tcp"
1646 ],
1647 "privileged": true,
1648 "registry": "anonymousproxy:8081",
1649 "command": "/usr/local/bin/start-container.sh",
1650 "restart_policy": "on-failure"
1651 },
1652 {
1653 "type": 1,
1654 "title": "DB2 v11.1",
1655 "description": "IBM DB2 v11.1 LUW",
1656 "categories": [
1657 "database"
1658 ],
1659 "platform": "linux",
1660 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
1661 "image": "camunda-ci-db2:11.1",
1662 "ports": [
1663 "50000/tcp",
1664 "22/tcp"
1665 ],
1666 "privileged": true,
1667 "registry": "anonymousproxy:8081",
1668 "command": "/usr/local/bin/start-container.sh",
1669 "restart_policy": "on-failure"
1670 },
1671 {
1672 "type": 1,
1673 "title": "DB2 v9.7",
1674 "description": "IBM DB2 v9.7 LUW",
1675 "categories": [
1676 "database"
1677 ],
1678 "platform": "linux",
1679 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
1680 "image": "camunda-ci-db2:9.7",
1681 "ports": [
1682 "50000/tcp",
1683 "22/tcp"
1684 ],
1685 "privileged": true,
1686 "registry": "anonymousproxy:8081",
1687 "command": "/usr/local/bin/start-container.sh",
1688 "restart_policy": "on-failure"
1689 },
1690 {
1691 "type": 1,
1692 "title": "Daapd - linuxserver",
1693 "name": "daapd",
1694 "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
1695 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
1696 "image": "linuxserver/daapd:latest",
1697 "categories": [
1698 "Music"
1699 ],
1700 "platform": "linux",
1701 "restart_policy": "unless-stopped",
1702 "volumes": [
1703 {
1704 "container": "/config",
1705 "bind": "/portainer/Files/AppData/Config/Daapd"
1706 },
1707 {
1708 "container": "/music",
1709 "bind": "/portainer/Music"
1710 }
1711 ],
1712 "env": [
1713 {
1714 "name": "PUID",
1715 "label": "PUID",
1716 "default": "1000"
1717 },
1718 {
1719 "name": "PGID",
1720 "label": "PGID",
1721 "default": "100"
1722 }
1723 ]
1724 },
1725 {
1726 "categories": [
1727 "Music"
1728 ],
1729 "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
1730 "env": [
1731 {
1732 "default": "1000",
1733 "label": "PUID",
1734 "name": "PUID"
1735 },
1736 {
1737 "default": "100",
1738 "label": "PGID",
1739 "name": "PGID"
1740 }
1741 ],
1742 "image": "linuxserver/daapd:latest",
1743 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
1744 "name": "daapd",
1745 "platform": "linux",
1746 "restart_policy": "unless-stopped",
1747 "title": "Daapd - linuxserver",
1748 "type": 1,
1749 "volumes": [
1750 {
1751 "bind": "/portainer/Files/AppData/Config/Daapd",
1752 "container": "/config"
1753 },
1754 {
1755 "bind": "/portainer/Music",
1756 "container": "/music"
1757 }
1758 ]
1759 },
1760 {
1761 "type": 1,
1762 "title": "DashMachine - SelfhostedPro",
1763 "name": "dashmachine",
1764 "description": "Another application bookmark dashboard, with fun features.",
1765 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dashmachine_logo.png",
1766 "image": "rmountjoy/dashmachine:latest",
1767 "categories": [
1768 "Other",
1769 "Tools"
1770 ],
1771 "platform": "linux",
1772 "restart_policy": "unless-stopped",
1773 "ports": [
1774 "5000:5000/tcp"
1775 ],
1776 "volumes": [
1777 {
1778 "container": "/dashmachine/dashmachine/user_data",
1779 "bind": "/portainer/Files/AppData/Config/Dashmachine"
1780 }
1781 ]
1782 },
1783 {
1784 "categories": [
1785 "Other",
1786 "Tools"
1787 ],
1788 "description": "Another application bookmark dashboard, with fun features.",
1789 "image": "rmountjoy/dashmachine:latest",
1790 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/dashmachine_logo.png",
1791 "name": "dashmachine",
1792 "platform": "linux",
1793 "ports": [
1794 "5000:5000/tcp"
1795 ],
1796 "restart_policy": "unless-stopped",
1797 "title": "DashMachine",
1798 "type": 1,
1799 "volumes": [
1800 {
1801 "bind": "/portainer/Files/AppData/Config/Dashmachine",
1802 "container": "/dashmachine/dashmachine/user_data"
1803 }
1804 ]
1805 },
1806 {
1807 "type": 1,
1808 "title": "Datadog agent",
1809 "description": "Collect events and metrics",
1810 "categories": [
1811 "Monitoring"
1812 ],
1813 "platform": "linux",
1814 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
1815 "image": "datadog/agent:latest",
1816 "env": [
1817 {
1818 "name": "DD_API_KEY",
1819 "label": "Datadog API key"
1820 }
1821 ],
1822 "volumes": [
1823 {
1824 "container": "/var/run/docker.sock",
1825 "bind": "/var/run/docker.sock",
1826 "readonly": true
1827 },
1828 {
1829 "container": "/host/sys/fs/cgroup",
1830 "bind": "/sys/fs/cgroup",
1831 "readonly": true
1832 },
1833 {
1834 "container": "/host/proc",
1835 "bind": "/proc",
1836 "readonly": true
1837 }
1838 ]
1839 },
1840 {
1841 "title": "Datadog agent (stack)",
1842 "type": 2,
1843 "categories": [
1844 "Monitoring"
1845 ],
1846 "description": "Collect events and metrics",
1847 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/datadog_agent.png",
1848 "platform": "linux",
1849 "repository": {
1850 "url": "https://github.com/portainer/templates",
1851 "stackfile": "stacks/datadog-agent/docker-stack.yml"
1852 },
1853 "env": [
1854 {
1855 "name": "API_KEY",
1856 "label": "Datadog API key"
1857 }
1858 ]
1859 },
1860 {
1861 "type": 1,
1862 "title": "Davos - SelfhostedPro",
1863 "name": "davos",
1864 "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
1865 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/davos.png",
1866 "image": "linuxserver/davos:latest",
1867 "categories": [
1868 "FTP",
1869 "Other",
1870 "Tools"
1871 ],
1872 "platform": "linux",
1873 "restart_policy": "unless-stopped",
1874 "ports": [
1875 "8080/tcp"
1876 ],
1877 "volumes": [
1878 {
1879 "container": "/config",
1880 "bind": "/portainer/Files/AppData/Config/Davos"
1881 },
1882 {
1883 "container": "/downloads",
1884 "bind": "/portainer/Downloads"
1885 }
1886 ],
1887 "env": [
1888 {
1889 "name": "PUID",
1890 "label": "PUID",
1891 "default": "1000"
1892 },
1893 {
1894 "name": "PGID",
1895 "label": "PGID",
1896 "default": "100"
1897 }
1898 ]
1899 },
1900 {
1901 "categories": [
1902 "FTP",
1903 "Other",
1904 "Tools"
1905 ],
1906 "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
1907 "env": [
1908 {
1909 "default": "1000",
1910 "label": "PUID",
1911 "name": "PUID"
1912 },
1913 {
1914 "default": "100",
1915 "label": "PGID",
1916 "name": "PGID"
1917 }
1918 ],
1919 "image": "linuxserver/davos:latest",
1920 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/davos.png",
1921 "name": "davos",
1922 "platform": "linux",
1923 "ports": [
1924 "8080/tcp"
1925 ],
1926 "restart_policy": "unless-stopped",
1927 "title": "Davos - Qballjos",
1928 "type": 1,
1929 "volumes": [
1930 {
1931 "bind": "/portainer/Files/AppData/Config/Davos",
1932 "container": "/config"
1933 },
1934 {
1935 "bind": "/portainer/Downloads",
1936 "container": "/downloads"
1937 }
1938 ]
1939 },
1940 {
1941 "type": 1,
1942 "title": "DeeMix - SelfhostedPro",
1943 "name": "deemix",
1944 "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
1945 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png",
1946 "image": "registry.gitlab.com/bockiii/deemix-docker",
1947 "categories": [
1948 "Other",
1949 "Music"
1950 ],
1951 "platform": "linux",
1952 "restart_policy": "unless-stopped",
1953 "ports": [
1954 "9666:9666/tcp"
1955 ],
1956 "volumes": [
1957 {
1958 "container": "/config",
1959 "bind": "/portainer/Files/AppData/Config/DeeMix"
1960 },
1961 {
1962 "container": "/downloads",
1963 "bind": "/portainer/Downloads"
1964 }
1965 ],
1966 "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to <a href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'>this page</a> for userToken details."
1967 },
1968 {
1969 "categories": [
1970 "Other",
1971 "Music"
1972 ],
1973 "description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
1974 "image": "registry.gitlab.com/bockiii/deemix-docker",
1975 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/deemix.png",
1976 "name": "deemix",
1977 "note": "Deemix may take a few minutes to install. Be sure to check the logs for details. Refer to <a href='https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken'>this page</a> for userToken details.",
1978 "platform": "linux",
1979 "ports": [
1980 "9666:9666/tcp"
1981 ],
1982 "restart_policy": "unless-stopped",
1983 "title": "DeeMix - Qballjos",
1984 "type": 1,
1985 "volumes": [
1986 {
1987 "bind": "/portainer/Files/AppData/Config/DeeMix",
1988 "container": "/config"
1989 },
1990 {
1991 "bind": "/portainer/Downloads",
1992 "container": "/downloads"
1993 }
1994 ]
1995 },
1996 {
1997 "type": 1,
1998 "title": "Deluge - SelfhostedPro",
1999 "namme": "deluge",
2000 "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
2001 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deluge-icon.png",
2002 "image": "linuxserver/deluge:latest",
2003 "categories": [
2004 "Downloaders"
2005 ],
2006 "platform": "linux",
2007 "restart_policy": "unless-stopped",
2008 "volumes": [
2009 {
2010 "container": "/config",
2011 "bind": "/portainer/Files/AppData/Config/Deluge"
2012 },
2013 {
2014 "container": "/downloads",
2015 "bind": "/portainer/Downloads"
2016 }
2017 ],
2018 "env": [
2019 {
2020 "name": "PUID",
2021 "label": "PUID",
2022 "default": "1000"
2023 },
2024 {
2025 "name": "PGID",
2026 "label": "PGID",
2027 "default": "100"
2028 },
2029 {
2030 "name": "UMASK_SET",
2031 "label": "UMASK_SET",
2032 "set": "000"
2033 }
2034 ]
2035 },
2036 {
2037 "categories": [
2038 "Downloaders"
2039 ],
2040 "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
2041 "env": [
2042 {
2043 "default": "1000",
2044 "label": "PUID",
2045 "name": "PUID"
2046 },
2047 {
2048 "default": "100",
2049 "label": "PGID",
2050 "name": "PGID"
2051 },
2052 {
2053 "label": "UMASK_SET",
2054 "name": "UMASK_SET",
2055 "set": "000"
2056 }
2057 ],
2058 "image": "linuxserver/deluge:latest",
2059 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/deluge-icon.png",
2060 "namme": "deluge",
2061 "platform": "linux",
2062 "restart_policy": "unless-stopped",
2063 "title": "Deluge - Qballjos",
2064 "type": 1,
2065 "volumes": [
2066 {
2067 "bind": "/portainer/Files/AppData/Config/Deluge",
2068 "container": "/config"
2069 },
2070 {
2071 "bind": "/portainer/Downloads",
2072 "container": "/downloads"
2073 }
2074 ]
2075 },
2076 {
2077 "type": 1,
2078 "title": "Domoticz",
2079 "name": "domoticz",
2080 "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
2081 "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
2082 "image": "linuxserver/domoticz:latest",
2083 "categories": [
2084 "HomeAutomation",
2085 "Management"
2086 ],
2087 "platform": "linux",
2088 "restart_policy": "unless-stopped",
2089 "ports": [
2090 "1443:1443/tcp",
2091 "6144:6144/tcp",
2092 "8080:8080/tcp"
2093 ],
2094 "volumes": [
2095 {
2096 "container": "/config",
2097 "bind": "/portainer/Files/AppData/Config/Domoticz"
2098 }
2099 ],
2100 "env": [
2101 {
2102 "name": "PUID",
2103 "label": "PUID",
2104 "default": "1000"
2105 },
2106 {
2107 "name": "PGID",
2108 "label": "PGID",
2109 "default": "100"
2110 }
2111 ]
2112 },
2113 {
2114 "categories": [
2115 "HomeAutomation",
2116 "Management"
2117 ],
2118 "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
2119 "env": [
2120 {
2121 "default": "1000",
2122 "label": "PUID",
2123 "name": "PUID"
2124 },
2125 {
2126 "default": "100",
2127 "label": "PGID",
2128 "name": "PGID"
2129 }
2130 ],
2131 "image": "linuxserver/domoticz:latest",
2132 "logo": "https://github.com/domoticz/domoticz/raw/master/www/images/logo.png",
2133 "name": "domoticz",
2134 "platform": "linux",
2135 "ports": [
2136 "1443:1443/tcp",
2137 "6144:6144/tcp",
2138 "8080:8080/tcp"
2139 ],
2140 "restart_policy": "unless-stopped",
2141 "title": "Domoticz",
2142 "type": 1,
2143 "volumes": [
2144 {
2145 "bind": "/portainer/Files/AppData/Config/Domoticz",
2146 "container": "/config"
2147 }
2148 ]
2149 },
2150 {
2151 "type": 3,
2152 "title": "Download Server - ebrithiljonas",
2153 "description": "Includes Sonarr, Radarr, Lidarr, NZBHydra2, Ombi and Nzbget",
2154 "note": "Deploys Sonarr, Radarr, Lidarr and NZBHydra2 connected to Nzbget and Ombi.",
2155 "categories": [
2156 "Ebrithil"
2157 ],
2158 "platform": "linux",
2159 "logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/download_server.png",
2160 "repository": {
2161 "url": "https://github.com/ebrithiljonas/PortainerTemplates",
2162 "stackfile": "stacks/download_server.yaml"
2163 },
2164 "env": [
2165 {
2166 "name": "USER_ID",
2167 "label": "User ID",
2168 "default": "1000",
2169 "description": "Defines the User who will run the Program ."
2170 },
2171 {
2172 "name": "GROUP_ID",
2173 "label": "Group ID",
2174 "default": "1000",
2175 "description": "Defines the Group who will run the Program."
2176 },
2177 {
2178 "name": "CONFIG_PATH",
2179 "label": "Path of the Configuration (end with /)",
2180 "default": "/home/docker/config/",
2181 "description": "Path where all the config files will be stored, in a separate folder for each Program."
2182 },
2183 {
2184 "name": "MEDIA_PATH",
2185 "label": "Path for the media files (end with /)",
2186 "default": "/media/nas/",
2187 "description": "Path where the downloaded media files will be stored."
2188 },
2189 {
2190 "name": "DOWNLOAD_PATH",
2191 "label": "Path for the temporary download files (end with /)",
2192 "default": "/media/data/nzbget/",
2193 "description": "Path where all the files will be downloaded to from nzbget."
2194 }
2195 ]
2196 },
2197 {
2198 "type": 1,
2199 "title": "Dozzle - SelfhostedPro",
2200 "name": "dozzle",
2201 "description": "Dozzle is a simple, lightweight application that provides you with a web based interface to monitor your Docker container logs live. It doesn’t store log information, it is for live monitoring of your container logs only.",
2202 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/dozzle.png",
2203 "image": "amir20/dozzle:latest",
2204 "categories": [
2205 "Other",
2206 "Tools",
2207 "Maintenance"
2208 ],
2209 "platform": "linux",
2210 "restart_policy": "unless-stopped",
2211 "ports": [
2212 "8080:8080/tcp"
2213 ],
2214 "volumes": [
2215 {
2216 "container": "/var/run/docker.sock",
2217 "bind": "/var/run/docker.sock"
2218 }
2219 ]
2220 },
2221 {
2222 "type": 1,
2223 "title": "Drupal",
2224 "description": "Open-source content management framework",
2225 "categories": [
2226 "CMS"
2227 ],
2228 "platform": "linux",
2229 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/drupal.png",
2230 "image": "drupal:latest",
2231 "ports": [
2232 "80/tcp"
2233 ],
2234 "volumes": [
2235 {
2236 "container": "/var/www/html"
2237 }
2238 ]
2239 },
2240 {
2241 "type": 1,
2242 "title": "Duck DNS - SelfhostedPro",
2243 "name": "duckdns",
2244 "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n",
2245 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duckdns.png",
2246 "image": "linuxserver/duckdns:latest",
2247 "categories": [
2248 "DNS",
2249 "Tools"
2250 ],
2251 "platform": "linux",
2252 "restart_policy": "unless-stopped",
2253 "env": [
2254 {
2255 "name": "SUBDOMAINS",
2256 "label": "SUBDOMAINS",
2257 "set": ""
2258 },
2259 {
2260 "name": "TOKEN",
2261 "label": "TOKEN",
2262 "set": ""
2263 },
2264 {
2265 "name": "PUID",
2266 "label": "PUID",
2267 "default": "1000"
2268 },
2269 {
2270 "name": "PGID",
2271 "label": "PGID",
2272 "default": "100"
2273 }
2274 ]
2275 },
2276 {
2277 "categories": [
2278 "DNS",
2279 "Tools"
2280 ],
2281 "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence.\r\n\r\nFirst, go to duckdns site, register your subdomain and retrieve your token\r\nThen run the docker create command above with your subdomain(s) and token\r\nIt will update your IP with the DuckDNS service every 5 minutes\r\n\r\n",
2282 "env": [
2283 {
2284 "label": "SUBDOMAINS",
2285 "name": "SUBDOMAINS",
2286 "set": ""
2287 },
2288 {
2289 "label": "TOKEN",
2290 "name": "TOKEN",
2291 "set": ""
2292 },
2293 {
2294 "default": "1000",
2295 "label": "PUID",
2296 "name": "PUID"
2297 },
2298 {
2299 "default": "100",
2300 "label": "PGID",
2301 "name": "PGID"
2302 }
2303 ],
2304 "image": "linuxserver/duckdns:latest",
2305 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/duckdns.png",
2306 "name": "duckdns",
2307 "platform": "linux",
2308 "restart_policy": "unless-stopped",
2309 "title": "Duck DNS - Qballjos",
2310 "type": 1
2311 },
2312 {
2313 "type": 1,
2314 "title": "Duplicati",
2315 "name": "duplicati",
2316 "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.",
2317 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/duplicati-icon.png",
2318 "image": "linuxserver/duplicati:latest",
2319 "categories": [
2320 "Backup",
2321 "Cloud",
2322 "Other",
2323 "Productivity",
2324 "Tools"
2325 ],
2326 "platform": "linux",
2327 "restart_policy": "unless-stopped",
2328 "ports": [
2329 "8200:8200/tcp"
2330 ],
2331 "volumes": [
2332 {
2333 "container": "/config",
2334 "bind": "/portainer/Files/AppData/Config/Duplicati"
2335 },
2336 {
2337 "container": "/tmp"
2338 },
2339 {
2340 "container": "/backups"
2341 },
2342 {
2343 "container": "/source"
2344 }
2345 ],
2346 "env": [
2347 {
2348 "name": "PUID",
2349 "label": "PUID",
2350 "default": "1000"
2351 },
2352 {
2353 "name": "PGID",
2354 "label": "PGID",
2355 "default": "100"
2356 }
2357 ]
2358 },
2359 {
2360 "categories": [
2361 "Backup",
2362 "Cloud",
2363 "Other",
2364 "Productivity",
2365 "Tools"
2366 ],
2367 "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.",
2368 "env": [
2369 {
2370 "default": "1000",
2371 "label": "PUID",
2372 "name": "PUID"
2373 },
2374 {
2375 "default": "100",
2376 "label": "PGID",
2377 "name": "PGID"
2378 }
2379 ],
2380 "image": "linuxserver/duplicati:latest",
2381 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/duplicati-icon.png",
2382 "name": "duplicati",
2383 "platform": "linux",
2384 "ports": [
2385 "8200:8200/tcp"
2386 ],
2387 "restart_policy": "unless-stopped",
2388 "title": "Duplicati - Qballjos",
2389 "type": 1,
2390 "volumes": [
2391 {
2392 "bind": "/portainer/Files/AppData/Config/Duplicati",
2393 "container": "/config"
2394 },
2395 {
2396 "container": "/tmp"
2397 },
2398 {
2399 "container": "/backups"
2400 },
2401 {
2402 "container": "/source"
2403 }
2404 ]
2405 },
2406 {
2407 "type": 1,
2408 "title": "Elasticsearch",
2409 "description": "Open-source search and analytics engine",
2410 "categories": [
2411 "database"
2412 ],
2413 "platform": "linux",
2414 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/elasticsearch.png",
2415 "image": "elasticsearch:latest",
2416 "ports": [
2417 "9200/tcp",
2418 "9300/tcp"
2419 ],
2420 "volumes": [
2421 {
2422 "container": "/usr/share/elasticsearch/data"
2423 }
2424 ]
2425 },
2426 {
2427 "type": 1,
2428 "title": "Emby - SelfhostedPro",
2429 "name": "emby",
2430 "description": "Emby organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
2431 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/emby.png",
2432 "image": "linuxserver/emby:latest",
2433 "categories": [
2434 "Video",
2435 "Music",
2436 "Photos"
2437 ],
2438 "platform": "linux",
2439 "restart_policy": "unless-stopped",
2440 "ports": [
2441 "8096:8096/tcp",
2442 "8920:8920/tcp"
2443 ],
2444 "volumes": [
2445 {
2446 "container": "/config",
2447 "bind": "/portainer/Files/AppData/Config/Emby"
2448 },
2449 {
2450 "container": "/data/tvshows",
2451 "bind": "/portainer/TV"
2452 },
2453 {
2454 "container": "/data/movies",
2455 "bind": "/portainer/Movies"
2456 }
2457 ],
2458 "env": [
2459 {
2460 "name": "PUID",
2461 "label": "PUID",
2462 "default": "1000"
2463 },
2464 {
2465 "name": "PGID",
2466 "label": "PGID",
2467 "default": "100"
2468 },
2469 {
2470 "name": "TZ",
2471 "label": "TZ"
2472 }
2473 ]
2474 },
2475 {
2476 "categories": [
2477 "Video",
2478 "Music",
2479 "Photos"
2480 ],
2481 "description": "Emby organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server.",
2482 "env": [
2483 {
2484 "default": "1000",
2485 "label": "PUID",
2486 "name": "PUID"
2487 },
2488 {
2489 "default": "100",
2490 "label": "PGID",
2491 "name": "PGID"
2492 },
2493 {
2494 "label": "TZ",
2495 "name": "TZ"
2496 }
2497 ],
2498 "image": "linuxserver/emby:latest",
2499 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/emby.png",
2500 "name": "Emby",
2501 "platform": "linux",
2502 "ports": [
2503 "8096:8096/tcp",
2504 "8920:8920/tcp"
2505 ],
2506 "restart_policy": "unless-stopped",
2507 "title": "Emby - Qballjos",
2508 "type": 1,
2509 "volumes": [
2510 {
2511 "bind": "/portainer/Files/AppData/Config/Emby",
2512 "container": "/config"
2513 },
2514 {
2515 "bind": "/portainer/TV",
2516 "container": "/data/tvshows"
2517 },
2518 {
2519 "bind": "/portainer/Movies",
2520 "container": "/data/movies"
2521 }
2522 ]
2523 },
2524 {
2525 "type": 1,
2526 "title": "EmbyStat - SelfhostedPro",
2527 "name": "embystat",
2528 "description": "Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.",
2529 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/embystat.png",
2530 "image": "linuxserver/embystat:latest",
2531 "categories": [
2532 "Other",
2533 "Tools"
2534 ],
2535 "platform": "linux",
2536 "restart_policy": "unless-stopped",
2537 "ports": [
2538 "6555:6555/tcp"
2539 ],
2540 "volumes": [
2541 {
2542 "container": "/config",
2543 "bind": "/portainer/Files/AppData/Config/EmbyStat"
2544 }
2545 ],
2546 "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services."
2547 },
2548 {
2549 "categories": [
2550 "Other",
2551 "Tools"
2552 ],
2553 "description": "Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. Just install this on your server and let him calculate all kinds of fun stuff.",
2554 "image": "linuxserver/embystat:latest",
2555 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/embystat.png",
2556 "name": "EmbyStat",
2557 "note": "Access the ui at your-ip:6555. Follow the setup wizard on initial install. Then configure the required services.",
2558 "platform": "linux",
2559 "ports": [
2560 "6555:6555/tcp"
2561 ],
2562 "restart_policy": "unless-stopped",
2563 "title": "EmbyStat - Qballjos",
2564 "type": 1,
2565 "volumes": [
2566 {
2567 "bind": "/portainer/Files/AppData/Config/EmbyStat",
2568 "container": "/config"
2569 }
2570 ]
2571 },
2572 {
2573 "type": 1,
2574 "title": "File browser",
2575 "description": "A web file manager",
2576 "note": "Default credentials: admin/admin",
2577 "categories": [
2578 "filesystem",
2579 "storage"
2580 ],
2581 "platform": "linux",
2582 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/filebrowser.png",
2583 "image": "filebrowser/filebrowser:latest",
2584 "ports": [
2585 "80/tcp"
2586 ],
2587 "volumes": [
2588 {
2589 "container": "/data"
2590 },
2591 {
2592 "container": "/srv"
2593 }
2594 ],
2595 "command": "--port 80 --database /data/database.db --root /srv"
2596 },
2597 {
2598 "description": "A Docker container for running FileBot, a media file organizer. It supports UI and a watch folder.",
2599 "image": "rednoah/filebot:latest",
2600 "logo": "https://a.thumbs.redditmedia.com/BULbmpuLUgGz229Kf_7lYJQvRJjwIdvkJ8lWcXmQSY0.jpg",
2601 "name": "FileBot",
2602 "network": "bridge",
2603 "platform": "linux",
2604 "ports": [
2605 "5452/tcp"
2606 ],
2607 "title": "FileBot",
2608 "type": "container",
2609 "volumes": [
2610 "/downloads",
2611 "/media"
2612 ]
2613 },
2614 {
2615 "type": 1,
2616 "title": "FileBrowser - SelfhostedPro",
2617 "name": "filebrowser",
2618 "description": "Web File Browser which can be used as a middleware or standalone app.",
2619 "note": "The default user and password is admin/admin.",
2620 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/filebrowser.png",
2621 "image": "80x86/filebrowser:latest",
2622 "categories": [
2623 "Other",
2624 "Tools"
2625 ],
2626 "platform": "linux",
2627 "restart_policy": "unless-stopped",
2628 "ports": [
2629 "8082:8082/tcp"
2630 ],
2631 "volumes": [
2632 {
2633 "container": "/config",
2634 "bind": "/portainer/Files/AppData/Config/FileBrowser"
2635 },
2636 {
2637 "container": "/myfiles",
2638 "bind": "/portainer/Files/AppData/Config"
2639 }
2640 ]
2641 },
2642 {
2643 "categories": [
2644 "Other",
2645 "Tools"
2646 ],
2647 "description": "Web File Browser which can be used as a middleware or standalone app.",
2648 "image": "80x86/filebrowser:latest",
2649 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/filebrowser.png",
2650 "name": "filebrowser",
2651 "note": "The default user and password is admin/admin.",
2652 "platform": "linux",
2653 "ports": [
2654 "8082:8082/tcp"
2655 ],
2656 "restart_policy": "unless-stopped",
2657 "title": "FileBrowser - Qballjos",
2658 "type": 1,
2659 "volumes": [
2660 {
2661 "bind": "/portainer/Files/AppData/Config/FileBrowser",
2662 "container": "/config"
2663 },
2664 {
2665 "bind": "/portainer/Files/AppData/Config",
2666 "container": "/myfiles"
2667 }
2668 ]
2669 },
2670 {
2671 "type": 1,
2672 "title": "FreshRSS - SelfhostedPro",
2673 "name": "freshrss",
2674 "description": "A free, self-hostable rss aggregator…",
2675 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/freshrss-icon.png",
2676 "image": "linuxserver/freshrss:latest",
2677 "categories": [
2678 "Other"
2679 ],
2680 "platform": "linux",
2681 "restart_policy": "unless-stopped",
2682 "ports": [
2683 "80/tcp"
2684 ],
2685 "volumes": [
2686 {
2687 "container": "/config",
2688 "bind": "/portainer/Files/AppData/Config/freshrss"
2689 }
2690 ],
2691 "env": [
2692 {
2693 "name": "PUID",
2694 "label": "PUID",
2695 "default": "1000"
2696 },
2697 {
2698 "name": "PGID",
2699 "label": "PGID",
2700 "default": "100"
2701 }
2702 ]
2703 },
2704 {
2705 "categories": [
2706 "Other"
2707 ],
2708 "description": "A free, self-hostable rss aggregator…",
2709 "env": [
2710 {
2711 "default": "1000",
2712 "label": "PUID",
2713 "name": "PUID"
2714 },
2715 {
2716 "default": "100",
2717 "label": "PGID",
2718 "name": "PGID"
2719 }
2720 ],
2721 "image": "linuxserver/freshrss:latest",
2722 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/freshrss-icon.png",
2723 "name": "freshrss",
2724 "platform": "linux",
2725 "ports": [
2726 "80/tcp"
2727 ],
2728 "restart_policy": "unless-stopped",
2729 "title": "FreshRSS - Qballjos",
2730 "type": 1,
2731 "volumes": [
2732 {
2733 "bind": "/portainer/Files/AppData/Config/freshrss",
2734 "container": "/config"
2735 }
2736 ]
2737 },
2738 {
2739 "type": 1,
2740 "title": "GOPHISH - SelfhostedPro",
2741 "name": "gophish",
2742 "description": "NOTE: Once you deploy your GoPhish instance, please navigate to the logs section in Portainer and acquire your 'admin' credentials for login. Gophish is an open-source phishing toolkit designed for businesses and penetration testers. It provides the ability to quickly and easily setup and execute phishing engagements and security awareness training.",
2743 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gophish.png",
2744 "image": "gophish/gophish:latest",
2745 "categories": [
2746 "Other",
2747 "Tools"
2748 ],
2749 "platform": "linux",
2750 "restart_policy": "unless-stopped",
2751 "ports": [
2752 "3333:3333/tcp"
2753 ],
2754 "env": [
2755 {
2756 "name": "PUID",
2757 "label": "PUID",
2758 "default": "1000"
2759 },
2760 {
2761 "name": "PGID",
2762 "label": "PGID",
2763 "default": "100"
2764 }
2765 ]
2766 },
2767 {
2768 "type": 1,
2769 "title": "Gazee - SelfhostedPro",
2770 "name": "gazee",
2771 "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
2772 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/gazee-logo.png",
2773 "image": "linuxserver/gazee:latest",
2774 "categories": [
2775 "Web",
2776 "Books",
2777 "Tools"
2778 ],
2779 "platform": "linux",
2780 "restart_policy": "unless-stopped",
2781 "volumes": [
2782 {
2783 "container": "/config",
2784 "bind": "/portainer/Files/AppData/Config/Gazee"
2785 },
2786 {
2787 "container": "/comics",
2788 "bind": "/portainer/Comics"
2789 },
2790 {
2791 "container": "/mylar",
2792 "bind": "/portainer/Files/AppData/Gazee"
2793 }
2794 ],
2795 "env": [
2796 {
2797 "name": "PUID",
2798 "label": "PUID",
2799 "default": "1000"
2800 },
2801 {
2802 "name": "PGID",
2803 "label": "PGID",
2804 "default": "100"
2805 }
2806 ]
2807 },
2808 {
2809 "categories": [
2810 "Web",
2811 "Books",
2812 "Tools"
2813 ],
2814 "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
2815 "env": [
2816 {
2817 "default": "1000",
2818 "label": "PUID",
2819 "name": "PUID"
2820 },
2821 {
2822 "default": "100",
2823 "label": "PGID",
2824 "name": "PGID"
2825 }
2826 ],
2827 "image": "linuxserver/gazee:latest",
2828 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/gazee-logo.png",
2829 "name": "gazee",
2830 "platform": "linux",
2831 "restart_policy": "unless-stopped",
2832 "title": "Gazee",
2833 "type": 1,
2834 "volumes": [
2835 {
2836 "bind": "/portainer/Files/AppData/Config/Gazee",
2837 "container": "/config"
2838 },
2839 {
2840 "bind": "/portainer/Comics",
2841 "container": "/comics"
2842 },
2843 {
2844 "bind": "/portainer/Files/AppData/Gazee",
2845 "container": "/mylar"
2846 }
2847 ]
2848 },
2849 {
2850 "type": 1,
2851 "title": "Ghost",
2852 "description": "Free and open-source blogging platform",
2853 "categories": [
2854 "blog"
2855 ],
2856 "note": "Access the blog management interface under <code>/ghost/</code>.",
2857 "platform": "linux",
2858 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png",
2859 "image": "ghost:latest",
2860 "ports": [
2861 "2368/tcp"
2862 ],
2863 "volumes": [
2864 {
2865 "container": "/var/lib/ghost/content"
2866 }
2867 ]
2868 },
2869 {
2870 "type": 1,
2871 "title": "Gitlab CE",
2872 "description": "Open-source end-to-end software development platform",
2873 "note": "Default username is <b>root</b>. Check the <a href=\"https://docs.gitlab.com/omnibus/docker/README.html#after-starting-a-container\" target=\"_blank\">Gitlab documentation</a> to get started.",
2874 "categories": [
2875 "development",
2876 "project-management"
2877 ],
2878 "platform": "linux",
2879 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/gitlab_ce.png",
2880 "image": "gitlab/gitlab-ce:latest",
2881 "ports": [
2882 "80/tcp",
2883 "443/tcp",
2884 "22/tcp"
2885 ],
2886 "volumes": [
2887 {
2888 "container": "/etc/gitlab"
2889 },
2890 {
2891 "container": "/var/log/gitlab"
2892 },
2893 {
2894 "container": "/var/opt/gitlab"
2895 }
2896 ]
2897 },
2898 {
2899 "type": 1,
2900 "title": "Grocy - SelfhostedPro",
2901 "name": "grocy",
2902 "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.",
2903 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/grocy_logo.png",
2904 "image": "linuxserver/grocy:latest",
2905 "categories": [
2906 "Other",
2907 "Tools",
2908 "Finance"
2909 ],
2910 "platform": "linux",
2911 "restart_policy": "unless-stopped",
2912 "ports": [
2913 "80/tcp"
2914 ],
2915 "volumes": [
2916 {
2917 "container": "/config",
2918 "bind": "/portainer/Files/AppData/Config/Grocy"
2919 }
2920 ],
2921 "env": [
2922 {
2923 "name": "PUID",
2924 "label": "PUID",
2925 "default": "1000"
2926 },
2927 {
2928 "name": "PGID",
2929 "label": "PGID",
2930 "default": "100"
2931 },
2932 {
2933 "name": "TZ",
2934 "label": "Timezone"
2935 }
2936 ]
2937 },
2938 {
2939 "categories": [
2940 "Other",
2941 "Tools",
2942 "Finance"
2943 ],
2944 "description": "Grocy is an ERP system for your kitchen! Cut down on food waste, and manage your chores with this brilliant utulity.",
2945 "env": [
2946 {
2947 "default": "1000",
2948 "label": "PUID",
2949 "name": "PUID"
2950 },
2951 {
2952 "default": "100",
2953 "label": "PGID",
2954 "name": "PGID"
2955 },
2956 {
2957 "label": "Timezone",
2958 "name": "TZ"
2959 }
2960 ],
2961 "image": "linuxserver/grocy:latest",
2962 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/grocy_logo.png",
2963 "name": "grocy",
2964 "platform": "linux",
2965 "ports": [
2966 "80/tcp"
2967 ],
2968 "restart_policy": "unless-stopped",
2969 "title": "Grocy - Qballjos",
2970 "type": 1,
2971 "volumes": [
2972 {
2973 "bind": "/portainer/Files/AppData/Config/Grocy",
2974 "container": "/config"
2975 }
2976 ]
2977 },
2978 {
2979 "type": 1,
2980 "title": "Guacamole - SelfhostedPro",
2981 "name": "guacamole",
2982 "description": "A clientless remote desktop gateway.",
2983 "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
2984 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/guacamole.png",
2985 "image": "oznu/guacamole:latest",
2986 "categories": [
2987 "Other",
2988 "Tools"
2989 ],
2990 "platform": "linux",
2991 "restart_policy": "unless-stopped",
2992 "ports": [
2993 "8080:8080/tcp"
2994 ],
2995 "volumes": [
2996 {
2997 "container": "/config",
2998 "bind": "/portainer/Files/AppData/Config/Guacamole"
2999 }
3000 ]
3001 },
3002 {
3003 "categories": [
3004 "Other",
3005 "Tools"
3006 ],
3007 "description": "A clientless remote desktop gateway.",
3008 "image": "oznu/guacamole:latest",
3009 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/guacamole.png",
3010 "name": "guacamole",
3011 "note": "The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole.",
3012 "platform": "linux",
3013 "ports": [
3014 "8080:8080/tcp"
3015 ],
3016 "restart_policy": "unless-stopped",
3017 "title": "Guacamole - Qballjos",
3018 "type": 1,
3019 "volumes": [
3020 {
3021 "bind": "/portainer/Files/AppData/Config/Guacamole",
3022 "container": "/config"
3023 }
3024 ]
3025 },
3026 {
3027 "type": 1,
3028 "title": "HTPC Manager - SelfhostedPro",
3029 "name": "htpcmanager",
3030 "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.",
3031 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/htpcmanager-icon.png",
3032 "image": "linuxserver/htpcmanager:latest",
3033 "categories": [
3034 "Video",
3035 "Music",
3036 "Other"
3037 ],
3038 "platform": "linux",
3039 "restart_policy": "unless-stopped",
3040 "ports": [
3041 "8085:8085/tcp"
3042 ],
3043 "volumes": [
3044 {
3045 "container": "/config",
3046 "bind": "/portainer/Files/AppData/Config/HTPCmanager"
3047 }
3048 ],
3049 "env": [
3050 {
3051 "name": "PUID",
3052 "label": "PUID",
3053 "default": "1000"
3054 },
3055 {
3056 "name": "PGID",
3057 "label": "PGID",
3058 "default": "100"
3059 }
3060 ]
3061 },
3062 {
3063 "categories": [
3064 "Video",
3065 "Music",
3066 "Other"
3067 ],
3068 "description": "HTPC Manaager, a front end for many htpc related applications. Hellowlol version.",
3069 "env": [
3070 {
3071 "default": "1000",
3072 "label": "PUID",
3073 "name": "PUID"
3074 },
3075 {
3076 "default": "100",
3077 "label": "PGID",
3078 "name": "PGID"
3079 }
3080 ],
3081 "image": "linuxserver/htpcmanager:latest",
3082 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/htpcmanager-icon.png",
3083 "name": "htpcmanager",
3084 "platform": "linux",
3085 "ports": [
3086 "8085:8085/tcp"
3087 ],
3088 "restart_policy": "unless-stopped",
3089 "title": "HTPC Manager - Qballjos",
3090 "type": 1,
3091 "volumes": [
3092 {
3093 "bind": "/portainer/Files/AppData/Config/HTPCmanager",
3094 "container": "/config"
3095 }
3096 ]
3097 },
3098 {
3099 "type": 1,
3100 "title": "Headphones - SelfhostedPro",
3101 "name": "headphones",
3102 "description": null,
3103 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/headphones-icon.png",
3104 "image": "linuxserver/headphones:latest",
3105 "categories": [
3106 "Music"
3107 ],
3108 "platform": "linux",
3109 "restart_policy": "unless-stopped",
3110 "ports": [
3111 "8181:8181/tcp"
3112 ],
3113 "volumes": [
3114 {
3115 "container": "/config",
3116 "bind": "/portainer/Files/AppData/Config/Headphones"
3117 },
3118 {
3119 "container": "/Downloads",
3120 "bind": "/portainer/Downloads"
3121 },
3122 {
3123 "container": "/music",
3124 "bind": "/portainer/Music"
3125 }
3126 ],
3127 "env": [
3128 {
3129 "name": "PUID",
3130 "label": "PUID",
3131 "default": "1000"
3132 },
3133 {
3134 "name": "PGID",
3135 "label": "PGID",
3136 "default": "100"
3137 }
3138 ]
3139 },
3140 {
3141 "categories": [
3142 "Music"
3143 ],
3144 "description": null,
3145 "env": [
3146 {
3147 "default": "1000",
3148 "label": "PUID",
3149 "name": "PUID"
3150 },
3151 {
3152 "default": "100",
3153 "label": "PGID",
3154 "name": "PGID"
3155 }
3156 ],
3157 "image": "linuxserver/headphones:latest",
3158 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/headphones-icon.png",
3159 "name": "headphones",
3160 "platform": "linux",
3161 "ports": [
3162 "8181:8181/tcp"
3163 ],
3164 "restart_policy": "unless-stopped",
3165 "title": "Headphones - Qballjos",
3166 "type": 1,
3167 "volumes": [
3168 {
3169 "bind": "/portainer/Files/AppData/Config/Headphones",
3170 "container": "/config"
3171 },
3172 {
3173 "bind": "/portainer/Downloads",
3174 "container": "/Downloads"
3175 },
3176 {
3177 "bind": "/portainer/Music",
3178 "container": "/music"
3179 }
3180 ]
3181 },
3182 {
3183 "type": 1,
3184 "title": "Heimdall - SelfhostedPro",
3185 "name": "heimdall",
3186 "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
3187 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/heimdall-icon.png",
3188 "image": "linuxserver/heimdall:latest",
3189 "categories": [
3190 "Tools",
3191 "Web",
3192 "Other"
3193 ],
3194 "platform": "linux",
3195 "restart_policy": "unless-stopped",
3196 "ports": [
3197 "80/tcp",
3198 "443/tcp"
3199 ],
3200 "volumes": [
3201 {
3202 "container": "/config",
3203 "bind": "/portainer/Files/AppData/Config/Heimdall"
3204 }
3205 ],
3206 "env": [
3207 {
3208 "name": "PUID",
3209 "label": "PUID",
3210 "default": "1000"
3211 },
3212 {
3213 "name": "PGID",
3214 "label": "PGID",
3215 "default": "100"
3216 }
3217 ]
3218 },
3219 {
3220 "categories": [
3221 "Tools",
3222 "Web",
3223 "Other"
3224 ],
3225 "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
3226 "env": [
3227 {
3228 "default": "1000",
3229 "label": "PUID",
3230 "name": "PUID"
3231 },
3232 {
3233 "default": "100",
3234 "label": "PGID",
3235 "name": "PGID"
3236 }
3237 ],
3238 "image": "linuxserver/heimdall:latest",
3239 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/heimdall-icon.png",
3240 "name": "heimdall",
3241 "platform": "linux",
3242 "ports": [
3243 "80/tcp",
3244 "443/tcp"
3245 ],
3246 "restart_policy": "unless-stopped",
3247 "title": "Heimdall - Qballjos",
3248 "type": 1,
3249 "volumes": [
3250 {
3251 "bind": "/portainer/Files/AppData/Config/Heimdall",
3252 "container": "/config"
3253 }
3254 ]
3255 },
3256 {
3257 "type": 1,
3258 "title": "Homer - SelfhostedPro",
3259 "name": "homer",
3260 "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
3261 "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
3262 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/homer.png",
3263 "image": "b4bz/homer:latest",
3264 "categories": [
3265 "Other",
3266 "Tools"
3267 ],
3268 "platform": "linux",
3269 "restart_policy": "unless-stopped",
3270 "ports": [
3271 "8902:8080/tcp"
3272 ],
3273 "volumes": [
3274 {
3275 "container": "/www/assets",
3276 "bind": "/portainer/Files/AppData/Config/Homer/assets"
3277 },
3278 {
3279 "container": "/www/config.yml",
3280 "bind": "/portainer/Files/AppData/Config/Homer"
3281 }
3282 ]
3283 },
3284 {
3285 "categories": [
3286 "Other",
3287 "Tools"
3288 ],
3289 "description": "A dead simple static HOMepage for your servER to keep your s ervices on hand, from a simple yaml configuration file.",
3290 "image": "b4bz/homer:latest",
3291 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/homer.png",
3292 "name": "homer",
3293 "note": "This container requires a yml file within the config volume. See the documentation here https://github.com/bastienwirtz/homer",
3294 "platform": "linux",
3295 "ports": [
3296 "8902:8080/tcp"
3297 ],
3298 "restart_policy": "unless-stopped",
3299 "title": "Homer - Qballjos",
3300 "type": 1,
3301 "volumes": [
3302 {
3303 "bind": "/portainer/Files/AppData/Config/Homer/assets",
3304 "container": "/www/assets"
3305 },
3306 {
3307 "bind": "/portainer/Files/AppData/Config/Homer",
3308 "container": "/www/config.yml"
3309 }
3310 ]
3311 },
3312 {
3313 "type": 1,
3314 "title": "Httpd",
3315 "description": "Open-source HTTP server",
3316 "categories": [
3317 "webserver"
3318 ],
3319 "platform": "linux",
3320 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/httpd.png",
3321 "image": "httpd:latest",
3322 "ports": [
3323 "80/tcp"
3324 ],
3325 "volumes": [
3326 {
3327 "container": "/usr/local/apache2/htdocs/"
3328 }
3329 ]
3330 },
3331 {
3332 "type": 1,
3333 "title": "Huginn - SelfhostedPro",
3334 "name": "huginn",
3335 "description": "Create agents that monitor and act on your behalf.",
3336 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/huginn.png",
3337 "image": "huginn/huginn:latest",
3338 "categories": [
3339 "Other",
3340 "Tools"
3341 ],
3342 "platform": "linux",
3343 "restart_policy": "unless-stopped",
3344 "ports": [
3345 "3000:3000/tcp"
3346 ],
3347 "volumes": [
3348 {
3349 "container": "/var/lib/mysql",
3350 "bind": "/portainer/Files/AppData/Config/huginn"
3351 }
3352 ]
3353 },
3354 {
3355 "categories": [
3356 "Other",
3357 "Tools"
3358 ],
3359 "description": "Create agents that monitor and act on your behalf.",
3360 "image": "huginn/huginn:latest",
3361 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/huginn.png",
3362 "name": "huginn",
3363 "platform": "linux",
3364 "ports": [
3365 "3000:3000/tcp"
3366 ],
3367 "restart_policy": "unless-stopped",
3368 "title": "Huginn - Qballjos",
3369 "type": 1,
3370 "volumes": [
3371 {
3372 "bind": "/portainer/Files/AppData/Config/huginn",
3373 "container": "/var/lib/mysql"
3374 }
3375 ]
3376 },
3377 {
3378 "type": 3,
3379 "title": "Invoice Ninja - SelfhostedPro",
3380 "name": "invoice_ninja",
3381 "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.",
3382 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/invoice_ninja.png",
3383 "categories": [
3384 "Cloud",
3385 "Productivity",
3386 "Tools",
3387 "Other",
3388 "Web"
3389 ],
3390 "note": "The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation <a href='https://github.com/invoiceninja/dockerfiles'>here</a>. ",
3391 "platform": "linux",
3392 "repository": {
3393 "url": "https://github.com/SelfhostedPro/selfhosted_templates",
3394 "stackfile": "Template/Stack/invoice-ninja.yml"
3395 },
3396 "env": [
3397 {
3398 "name": "URL",
3399 "label": "URL",
3400 "default": "invoice.my.domain"
3401 },
3402 {
3403 "name": "APP_KEY",
3404 "label": "APP_KEY"
3405 },
3406 {
3407 "name": "TZ",
3408 "label": "TZ"
3409 },
3410 {
3411 "name": "DATABASE_PASSWORD",
3412 "label": "DATABASE_PASSWORD"
3413 },
3414 {
3415 "name": "MYSQL_ROOT_PASSWORD",
3416 "label": "MYSQL_ROOT_PASSWORD"
3417 },
3418 {
3419 "name": "PORT",
3420 "label": "PORT"
3421 }
3422 ]
3423 },
3424 {
3425 "categories": [
3426 "Cloud",
3427 "Productivity",
3428 "Tools",
3429 "Other",
3430 "Web"
3431 ],
3432 "description": "Invoices, Expenses and Tasks built with Laravel and Flutter.",
3433 "env": [
3434 {
3435 "default": "invoice.my.domain",
3436 "label": "URL",
3437 "name": "URL"
3438 },
3439 {
3440 "label": "APP_KEY",
3441 "name": "APP_KEY"
3442 },
3443 {
3444 "label": "TZ",
3445 "name": "TZ"
3446 },
3447 {
3448 "label": "DATABASE_PASSWORD",
3449 "name": "DATABASE_PASSWORD"
3450 },
3451 {
3452 "label": "MYSQL_ROOT_PASSWORD",
3453 "name": "MYSQL_ROOT_PASSWORD"
3454 },
3455 {
3456 "label": "PORT",
3457 "name": "PORT"
3458 }
3459 ],
3460 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/invoice_ninja.png",
3461 "name": "invoice_ninja",
3462 "note": "The database user is invoice_ninja and the database is ninja_db. Please generate an app key following the documentation <a href='https://github.com/invoiceninja/dockerfiles'>here</a>. ",
3463 "platform": "linux",
3464 "repository": {
3465 "stackfile": "Template/Stack/invoice-ninja.yml",
3466 "url": "https://github.com/Qballjos/portainer_templates"
3467 },
3468 "title": "Invoice Ninja - Qballjos",
3469 "type": 3
3470 },
3471 {
3472 "type": 2,
3473 "title": "IronFunctions",
3474 "description": "Open-source serverless computing platform",
3475 "note": "Deploys the IronFunctions API and UI.",
3476 "categories": [
3477 "serverless"
3478 ],
3479 "platform": "linux",
3480 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
3481 "repository": {
3482 "url": "https://github.com/portainer/templates",
3483 "stackfile": "stacks/ironfunctions/docker-stack.yml"
3484 }
3485 },
3486 {
3487 "type": 1,
3488 "title": "IronFunctions API",
3489 "description": "Open-source serverless computing platform",
3490 "categories": [
3491 "serverless"
3492 ],
3493 "platform": "linux",
3494 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
3495 "image": "iron/functions:latest",
3496 "ports": [
3497 "8080/tcp"
3498 ],
3499 "volumes": [
3500 {
3501 "container": "/app/data"
3502 }
3503 ],
3504 "privileged": true
3505 },
3506 {
3507 "type": 1,
3508 "title": "IronFunctions UI",
3509 "description": "Open-source user interface for IronFunctions",
3510 "categories": [
3511 "serverless"
3512 ],
3513 "platform": "linux",
3514 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ironfunctions.png",
3515 "image": "iron/functions-ui:latest",
3516 "ports": [
3517 "4000/tcp"
3518 ],
3519 "volumes": [
3520 {
3521 "container": "/app/data"
3522 }
3523 ],
3524 "env": [
3525 {
3526 "name": "API_URL",
3527 "label": "API URL"
3528 }
3529 ],
3530 "privileged": true
3531 },
3532 {
3533 "type": 1,
3534 "title": "Jackett - SelfhostedPro",
3535 "name": "jackett",
3536 "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[",
3537 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jacket-icon.png",
3538 "image": "linuxserver/jackett:latest",
3539 "categories": [
3540 "Downloaders",
3541 "Tools"
3542 ],
3543 "platform": "linux",
3544 "restart_policy": "unless-stopped",
3545 "ports": [
3546 "9117:9117/tcp"
3547 ],
3548 "volumes": [
3549 {
3550 "container": "/config",
3551 "bind": "/portainer/Files/AppData/Config/Jackett"
3552 },
3553 {
3554 "container": "/downloads",
3555 "bind": "/portainer/Downloads"
3556 }
3557 ],
3558 "env": [
3559 {
3560 "name": "PUID",
3561 "label": "PUID",
3562 "default": "1000"
3563 },
3564 {
3565 "name": "PGID",
3566 "label": "PGID",
3567 "default": "100"
3568 }
3569 ]
3570 },
3571 {
3572 "categories": [
3573 "Downloaders",
3574 "Tools"
3575 ],
3576 "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[",
3577 "env": [
3578 {
3579 "default": "1000",
3580 "label": "PUID",
3581 "name": "PUID"
3582 },
3583 {
3584 "default": "100",
3585 "label": "PGID",
3586 "name": "PGID"
3587 }
3588 ],
3589 "image": "linuxserver/jackett:latest",
3590 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jacket-icon.png",
3591 "name": "jackett",
3592 "platform": "linux",
3593 "ports": [
3594 "9117:9117/tcp"
3595 ],
3596 "restart_policy": "unless-stopped",
3597 "title": "Jackett - Qballjos",
3598 "type": 1,
3599 "volumes": [
3600 {
3601 "bind": "/portainer/Files/AppData/Config/Jackett",
3602 "container": "/config"
3603 },
3604 {
3605 "bind": "/portainer/Downloads",
3606 "container": "/downloads"
3607 }
3608 ]
3609 },
3610 {
3611 "type": 1,
3612 "title": "Jellyfin - SelfhostedPro",
3613 "name": "jellyfin",
3614 "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
3615 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/jellyfin.png",
3616 "image": "linuxserver/jellyfin:latest",
3617 "categories": [
3618 "Video",
3619 "Music",
3620 "Photos"
3621 ],
3622 "platform": "linux",
3623 "restart_policy": "unless-stopped",
3624 "ports": [
3625 "8096:8096/tcp",
3626 "8920:8920/tcp"
3627 ],
3628 "volumes": [
3629 {
3630 "container": "/config",
3631 "bind": "/portainer/Files/AppData/Config/Jelllyfin"
3632 },
3633 {
3634 "container": "/data/tvshows",
3635 "bind": "/portainer/TV"
3636 },
3637 {
3638 "container": "/data/movies",
3639 "bind": "/portainer/Movies"
3640 }
3641 ],
3642 "env": [
3643 {
3644 "name": "PUID",
3645 "label": "PUID",
3646 "default": "1000"
3647 },
3648 {
3649 "name": "PGID",
3650 "label": "PGID",
3651 "default": "100"
3652 },
3653 {
3654 "name": "TZ",
3655 "label": "TZ"
3656 }
3657 ]
3658 },
3659 {
3660 "categories": [
3661 "Video",
3662 "Music",
3663 "Photos"
3664 ],
3665 "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.",
3666 "env": [
3667 {
3668 "default": "1000",
3669 "label": "PUID",
3670 "name": "PUID"
3671 },
3672 {
3673 "default": "100",
3674 "label": "PGID",
3675 "name": "PGID"
3676 },
3677 {
3678 "label": "TZ",
3679 "name": "TZ"
3680 }
3681 ],
3682 "image": "linuxserver/jellyfin:latest",
3683 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jellyfin.png",
3684 "name": "jellyfin",
3685 "platform": "linux",
3686 "ports": [
3687 "8096:8096/tcp",
3688 "8920:8920/tcp"
3689 ],
3690 "restart_policy": "unless-stopped",
3691 "title": "Jellyfin - Qballjos",
3692 "type": 1,
3693 "volumes": [
3694 {
3695 "bind": "/portainer/Files/AppData/Config/Jelllyfin",
3696 "container": "/config"
3697 },
3698 {
3699 "bind": "/portainer/TV",
3700 "container": "/data/tvshows"
3701 },
3702 {
3703 "bind": "/portainer/Movies",
3704 "container": "/data/movies"
3705 }
3706 ]
3707 },
3708 {
3709 "type": 1,
3710 "title": "Jenkins",
3711 "description": "Open-source continuous integration tool",
3712 "categories": [
3713 "continuous-integration"
3714 ],
3715 "platform": "linux",
3716 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/jenkins.png",
3717 "image": "jenkins/jenkins:lts",
3718 "ports": [
3719 "8080/tcp",
3720 "50000/tcp"
3721 ],
3722 "env": [
3723 {
3724 "name": "JENKINS_OPTS",
3725 "label": "Jenkins options"
3726 }
3727 ],
3728 "volumes": [
3729 {
3730 "container": "/var/jenkins_home"
3731 }
3732 ]
3733 },
3734 {
3735 "type": 1,
3736 "title": "Joomla",
3737 "description": "Another free and open-source CMS",
3738 "categories": [
3739 "CMS"
3740 ],
3741 "platform": "linux",
3742 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png",
3743 "image": "joomla:latest",
3744 "env": [
3745 {
3746 "name": "JOOMLA_DB_HOST",
3747 "label": "MySQL database host",
3748 "type": "container"
3749 },
3750 {
3751 "name": "JOOMLA_DB_PASSWORD",
3752 "label": "Database password"
3753 }
3754 ],
3755 "ports": [
3756 "80/tcp"
3757 ],
3758 "volumes": [
3759 {
3760 "container": "/var/www/html"
3761 }
3762 ]
3763 },
3764 {
3765 "type": 1,
3766 "title": "Kodi Headless - SelfhostedPro",
3767 "name": "kodi-headless",
3768 "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
3769 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/kodi-icon.png",
3770 "image": "linuxserver/kodi-headless:latest",
3771 "categories": [
3772 "Video"
3773 ],
3774 "platform": "linux",
3775 "restart_policy": "unless-stopped",
3776 "ports": [
3777 "8080/tcp",
3778 "9777/udp"
3779 ],
3780 "volumes": [
3781 {
3782 "container": "/config",
3783 "bind": "/portainer/Files/AppData/Config/Kodi"
3784 }
3785 ],
3786 "env": [
3787 {
3788 "name": "PUID",
3789 "label": "PUID",
3790 "default": "1000"
3791 },
3792 {
3793 "name": "PGID",
3794 "label": "PGID",
3795 "default": "100"
3796 }
3797 ]
3798 },
3799 {
3800 "categories": [
3801 "Video"
3802 ],
3803 "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
3804 "env": [
3805 {
3806 "default": "1000",
3807 "label": "PUID",
3808 "name": "PUID"
3809 },
3810 {
3811 "default": "100",
3812 "label": "PGID",
3813 "name": "PGID"
3814 }
3815 ],
3816 "image": "linuxserver/kodi-headless:latest",
3817 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/kodi-icon.png",
3818 "name": "kodi-headless",
3819 "platform": "linux",
3820 "ports": [
3821 "8080/tcp",
3822 "9777/udp"
3823 ],
3824 "restart_policy": "unless-stopped",
3825 "title": "Kodi Headless - Qballjos",
3826 "type": 1,
3827 "volumes": [
3828 {
3829 "bind": "/portainer/Files/AppData/Config/Kodi",
3830 "container": "/config"
3831 }
3832 ]
3833 },
3834 {
3835 "type": 1,
3836 "title": "LazyLibrarian - SelfhostedPro",
3837 "name": "lazylibrarian",
3838 "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
3839 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lazylibrarian-icon.png",
3840 "image": "linuxserver/lazylibrarian:latest",
3841 "categories": [
3842 "Books"
3843 ],
3844 "platform": "linux",
3845 "restart_policy": "unless-stopped",
3846 "ports": [
3847 "5299:5299/tcp"
3848 ],
3849 "volumes": [
3850 {
3851 "container": "/config"
3852 },
3853 {
3854 "container": "/downloads"
3855 },
3856 {
3857 "container": "/books"
3858 }
3859 ],
3860 "env": [
3861 {
3862 "name": "PUID",
3863 "label": "PUID",
3864 "default": "1000"
3865 },
3866 {
3867 "name": "PGID",
3868 "label": "PGID",
3869 "default": "100"
3870 }
3871 ]
3872 },
3873 {
3874 "categories": [
3875 "Books"
3876 ],
3877 "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
3878 "env": [
3879 {
3880 "default": "1000",
3881 "label": "PUID",
3882 "name": "PUID"
3883 },
3884 {
3885 "default": "100",
3886 "label": "PGID",
3887 "name": "PGID"
3888 }
3889 ],
3890 "image": "linuxserver/lazylibrarian:latest",
3891 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lazylibrarian-icon.png",
3892 "name": "lazylibrarian",
3893 "platform": "linux",
3894 "ports": [
3895 "5299:5299/tcp"
3896 ],
3897 "restart_policy": "unless-stopped",
3898 "title": "LazyLibrarian - Qballjos",
3899 "type": 1,
3900 "volumes": [
3901 {
3902 "container": "/config"
3903 },
3904 {
3905 "container": "/downloads"
3906 },
3907 {
3908 "container": "/books"
3909 }
3910 ]
3911 },
3912 {
3913 "type": 1,
3914 "title": "Let's Encrypt - SelfhostedPro",
3915 "name": "letsencrypt",
3916 "description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>",
3917 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/letsencrypt.png",
3918 "image": "linuxserver/letsencrypt:latest",
3919 "categories": [
3920 "Tools",
3921 "Web"
3922 ],
3923 "platform": "linux",
3924 "restart_policy": "unless-stopped",
3925 "ports": [
3926 "80/tcp",
3927 "443/tcp"
3928 ],
3929 "volumes": [
3930 {
3931 "container": "/config",
3932 "bind": "/portainer/Files/AppData/Config/LetsEncrypt"
3933 }
3934 ],
3935 "env": [
3936 {
3937 "name": "EMAIL",
3938 "label": "EMAIL",
3939 "set": "-Xms256m -Xmx512m"
3940 },
3941 {
3942 "name": "URL",
3943 "label": "URL",
3944 "set": "-Xms256m -Xmx512m"
3945 },
3946 {
3947 "name": "SUBDOMAINS",
3948 "label": "SUBDOMAINS",
3949 "set": "www,"
3950 },
3951 {
3952 "name": "ONLY_SUBDOMAINS",
3953 "label": "ONLY_SUBDOMAINS",
3954 "set": "false"
3955 },
3956 {
3957 "name": "DHLEVEL",
3958 "label": "DHLEVEL",
3959 "set": "2048"
3960 },
3961 {
3962 "name": "PUID",
3963 "label": "PUID",
3964 "default": "1000"
3965 },
3966 {
3967 "name": "PGID",
3968 "label": "PGID",
3969 "default": "100"
3970 },
3971 {
3972 "name": "VALIDATION",
3973 "label": "VALIDATION",
3974 "set": "http"
3975 },
3976 {
3977 "name": "DNSPLUGIN",
3978 "label": "DNSPLUGIN",
3979 "set": "http"
3980 }
3981 ]
3982 },
3983 {
3984 "categories": [
3985 "Tools",
3986 "Web"
3987 ],
3988 "description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>",
3989 "env": [
3990 {
3991 "label": "EMAIL",
3992 "name": "EMAIL",
3993 "set": "-Xms256m -Xmx512m"
3994 },
3995 {
3996 "label": "URL",
3997 "name": "URL",
3998 "set": "-Xms256m -Xmx512m"
3999 },
4000 {
4001 "label": "SUBDOMAINS",
4002 "name": "SUBDOMAINS",
4003 "set": "www,"
4004 },
4005 {
4006 "label": "ONLY_SUBDOMAINS",
4007 "name": "ONLY_SUBDOMAINS",
4008 "set": "false"
4009 },
4010 {
4011 "label": "DHLEVEL",
4012 "name": "DHLEVEL",
4013 "set": "2048"
4014 },
4015 {
4016 "default": "1000",
4017 "label": "PUID",
4018 "name": "PUID"
4019 },
4020 {
4021 "default": "100",
4022 "label": "PGID",
4023 "name": "PGID"
4024 },
4025 {
4026 "label": "VALIDATION",
4027 "name": "VALIDATION",
4028 "set": "http"
4029 },
4030 {
4031 "label": "DNSPLUGIN",
4032 "name": "DNSPLUGIN",
4033 "set": "http"
4034 }
4035 ],
4036 "image": "linuxserver/swag:latest",
4037 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/letsencrypt.png",
4038 "name": "letsencrypt / SWAG",
4039 "platform": "linux",
4040 "ports": [
4041 "80/tcp",
4042 "443/tcp"
4043 ],
4044 "restart_policy": "unless-stopped",
4045 "title": "Let's Encrypt / SWAG - Qballjos",
4046 "type": 1,
4047 "volumes": [
4048 {
4049 "bind": "/portainer/Files/AppData/Config/LetsEncrypt",
4050 "container": "/config"
4051 }
4052 ]
4053 },
4054 {
4055 "type": 1,
4056 "title": "LibreSpeed - SelfhostedPro",
4057 "name": "librespeed",
4058 "description": "A Free and Open Source Speedtest for HTML5 and more.",
4059 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/speedtest.png",
4060 "image": "linuxserver/librespeed:latest",
4061 "categories": [
4062 "Other",
4063 "Tools"
4064 ],
4065 "platform": "linux",
4066 "restart_policy": "unless-stopped",
4067 "ports": [
4068 "80/tcp"
4069 ],
4070 "volumes": [
4071 {
4072 "container": "/config",
4073 "bind": "/portainer/Files/AppData/Config/LibreSpeed"
4074 }
4075 ]
4076 },
4077 {
4078 "categories": [
4079 "Other",
4080 "Tools"
4081 ],
4082 "description": "A Free and Open Source Speedtest for HTML5 and more.",
4083 "image": "linuxserver/librespeed:latest",
4084 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/speedtest.png",
4085 "name": "librespeed",
4086 "platform": "linux",
4087 "ports": [
4088 "80/tcp"
4089 ],
4090 "restart_policy": "unless-stopped",
4091 "title": "LibreSpeed - Qballjos",
4092 "type": 1,
4093 "volumes": [
4094 {
4095 "bind": "/portainer/Files/AppData/Config/LibreSpeed",
4096 "container": "/config"
4097 }
4098 ]
4099 },
4100 {
4101 "type": 1,
4102 "title": "Lychee - SelfhostedPro",
4103 "name": "lychee",
4104 "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
4105 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lychee-icon.png",
4106 "image": "linuxserver/lychee:latest",
4107 "categories": [
4108 "Cloud",
4109 "Web",
4110 "Management",
4111 "Photos"
4112 ],
4113 "platform": "linux",
4114 "restart_policy": "unless-stopped",
4115 "ports": [
4116 "80/tcp"
4117 ],
4118 "volumes": [
4119 {
4120 "container": "/config",
4121 "bind": "/portainer/Files/AppData/Config/Lychee"
4122 },
4123 {
4124 "container": "/pictures",
4125 "bind": "/portainer/Pictures"
4126 }
4127 ],
4128 "env": [
4129 {
4130 "name": "PUID",
4131 "label": "PUID",
4132 "default": "1000"
4133 },
4134 {
4135 "name": "PGID",
4136 "label": "PGID",
4137 "default": "100"
4138 }
4139 ]
4140 },
4141 {
4142 "categories": [
4143 "Cloud",
4144 "Web",
4145 "Management",
4146 "Photos"
4147 ],
4148 "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
4149 "env": [
4150 {
4151 "default": "1000",
4152 "label": "PUID",
4153 "name": "PUID"
4154 },
4155 {
4156 "default": "100",
4157 "label": "PGID",
4158 "name": "PGID"
4159 }
4160 ],
4161 "image": "linuxserver/lychee:latest",
4162 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lychee-icon.png",
4163 "name": "lychee",
4164 "platform": "linux",
4165 "ports": [
4166 "80/tcp"
4167 ],
4168 "restart_policy": "unless-stopped",
4169 "title": "Lychee - Qballjos",
4170 "type": 1,
4171 "volumes": [
4172 {
4173 "bind": "/portainer/Files/AppData/Config/Lychee",
4174 "container": "/config"
4175 },
4176 {
4177 "bind": "/portainer/Pictures",
4178 "container": "/pictures"
4179 }
4180 ]
4181 },
4182 {
4183 "type": 1,
4184 "title": "Magento 2",
4185 "description": "Open-source e-commerce platform",
4186 "categories": [
4187 "CMS"
4188 ],
4189 "platform": "linux",
4190 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/magento.png",
4191 "image": "alankent/gsd:latest",
4192 "ports": [
4193 "80/tcp",
4194 "3000/tcp",
4195 "3001/tcp"
4196 ],
4197 "volumes": [
4198 {
4199 "container": "/var/www/html/"
4200 }
4201 ]
4202 },
4203 {
4204 "type": 1,
4205 "title": "MariaDB",
4206 "description": "Performance beyond MySQL",
4207 "categories": [
4208 "database"
4209 ],
4210 "platform": "linux",
4211 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
4212 "image": "mariadb:latest",
4213 "env": [
4214 {
4215 "name": "MYSQL_ROOT_PASSWORD",
4216 "label": "Root password"
4217 }
4218 ],
4219 "ports": [
4220 "3306/tcp"
4221 ],
4222 "volumes": [
4223 {
4224 "container": "/var/lib/mysql"
4225 }
4226 ]
4227 },
4228 {
4229 "categories": [
4230 "database"
4231 ],
4232 "description": "Performance beyond MySQL",
4233 "env": [
4234 {
4235 "label": "MYSQL_ROOT_PASSWORD",
4236 "name": "MYSQL_ROOT_PASSWORD"
4237 }
4238 ],
4239 "image": "mariadb:latest",
4240 "logo": "https://cloudinovasi.id/assets/img/logos/mariadb.png",
4241 "name": "mariadb",
4242 "network": "host",
4243 "platform": "linux",
4244 "ports": [
4245 "3306/tcp"
4246 ],
4247 "restart": "always",
4248 "title": "MariaDB",
4249 "type": "container",
4250 "volumes": [
4251 "/var/lib/mysql"
4252 ]
4253 },
4254 {
4255 "type": 1,
4256 "title": "MariaDB - SelfhostedPro",
4257 "name": "mariadb",
4258 "description": "An Enhanced drop in replacement for Mysql",
4259 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mariadb-icon.png",
4260 "image": "linuxserver/mariadb:latest",
4261 "categories": [
4262 "Other",
4263 "Tools"
4264 ],
4265 "platform": "linux",
4266 "restart_policy": "unless-stopped",
4267 "ports": [
4268 "3306:3306/tcp"
4269 ],
4270 "volumes": [
4271 {
4272 "container": "/config",
4273 "bind": "/portainer/Files/AppData/Config/Mariadb"
4274 }
4275 ],
4276 "env": [
4277 {
4278 "name": "PUID",
4279 "label": "PUID",
4280 "default": "1000"
4281 },
4282 {
4283 "name": "PGID",
4284 "label": "PGID",
4285 "default": "100"
4286 },
4287 {
4288 "name": "MYSQL_ROOT_PASSWORD",
4289 "label": "MYSQL_ROOT_PASSWORD",
4290 "set": ""
4291 }
4292 ]
4293 },
4294 {
4295 "categories": [
4296 "Other",
4297 "Tools"
4298 ],
4299 "description": "An Enhanced drop in replacement for Mysql",
4300 "env": [
4301 {
4302 "default": "1000",
4303 "label": "PUID",
4304 "name": "PUID"
4305 },
4306 {
4307 "default": "100",
4308 "label": "PGID",
4309 "name": "PGID"
4310 },
4311 {
4312 "label": "MYSQL_ROOT_PASSWORD",
4313 "name": "MYSQL_ROOT_PASSWORD",
4314 "set": ""
4315 }
4316 ],
4317 "image": "linuxserver/mariadb:latest",
4318 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mariadb-icon.png",
4319 "name": "mariadb",
4320 "platform": "linux",
4321 "ports": [
4322 "3306:3306/tcp"
4323 ],
4324 "restart_policy": "unless-stopped",
4325 "title": "MariaDB - Qballjos",
4326 "type": 1,
4327 "volumes": [
4328 {
4329 "bind": "/portainer/Files/AppData/Config/Mariadb",
4330 "container": "/config"
4331 }
4332 ]
4333 },
4334 {
4335 "type": 1,
4336 "title": "MariaDB Galera v10.1 - camunda",
4337 "description": "MariaDB Galera Cluster v10.1",
4338 "categories": [
4339 "database"
4340 ],
4341 "platform": "linux",
4342 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
4343 "image": "camunda-ci-mariadb:galera",
4344 "ports": [
4345 "3306/tcp",
4346 "22/tcp"
4347 ],
4348 "registry": "anonymousproxy:8081",
4349 "command": "/usr/local/bin/start-container.sh",
4350 "restart_policy": "on-failure"
4351 },
4352 {
4353 "type": 1,
4354 "title": "MariaDB v10.0 - camunda",
4355 "description": "MariaDB v10.0",
4356 "categories": [
4357 "database"
4358 ],
4359 "platform": "linux",
4360 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mariadb.png",
4361 "image": "camunda-ci-mariadb:10.0",
4362 "ports": [
4363 "3306/tcp",
4364 "22/tcp"
4365 ],
4366 "env": [
4367 {
4368 "name": "TRANSACTION_ISOLATION_LEVEL",
4369 "label": "READ-COMMITTED"
4370 }
4371 ],
4372 "registry": "anonymousproxy:8081",
4373 "command": "/usr/local/bin/start-container.sh",
4374 "restart_policy": "on-failure"
4375 },
4376 {
4377 "type": 1,
4378 "title": "Mautic",
4379 "description": "Open-source marketing automation platform",
4380 "categories": [
4381 "marketing"
4382 ],
4383 "platform": "linux",
4384 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mautic.png",
4385 "image": "mautic/mautic:latest",
4386 "env": [
4387 {
4388 "name": "MAUTIC_DB_HOST",
4389 "label": "MySQL database host",
4390 "type": "container"
4391 },
4392 {
4393 "name": "MAUTIC_DB_PASSWORD",
4394 "label": "Database password"
4395 }
4396 ],
4397 "ports": [
4398 "80/tcp"
4399 ],
4400 "volumes": [
4401 {
4402 "container": "/var/www/html"
4403 }
4404 ]
4405 },
4406 {
4407 "type": 1,
4408 "title": "McMyAdmin 2 - SelfhostedPro",
4409 "name": "mcmyadmin2",
4410 "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.",
4411 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png",
4412 "image": "linuxserver/mcmyadmin2:latest",
4413 "categories": [
4414 "Other"
4415 ],
4416 "platform": "linux",
4417 "restart_policy": "unless-stopped",
4418 "ports": [
4419 "8080:8080/tcp",
4420 "25565:25565/tcp"
4421 ],
4422 "volumes": [
4423 {
4424 "container": "/minecraft"
4425 }
4426 ],
4427 "env": [
4428 {
4429 "name": "PUID",
4430 "label": "PUID",
4431 "default": "1000"
4432 },
4433 {
4434 "name": "PGID",
4435 "label": "PGID",
4436 "default": "100"
4437 }
4438 ]
4439 },
4440 {
4441 "categories": [
4442 "Other"
4443 ],
4444 "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.",
4445 "env": [
4446 {
4447 "default": "1000",
4448 "label": "PUID",
4449 "name": "PUID"
4450 },
4451 {
4452 "default": "100",
4453 "label": "PGID",
4454 "name": "PGID"
4455 }
4456 ],
4457 "image": "linuxserver/mcmyadmin2:latest",
4458 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mcmyadmin-icon.png",
4459 "name": "mcmyadmin2",
4460 "platform": "linux",
4461 "ports": [
4462 "8080:8080/tcp",
4463 "25565:25565/tcp"
4464 ],
4465 "restart_policy": "unless-stopped",
4466 "title": "McMyAdmin 2 - Qballjos",
4467 "type": 1,
4468 "volumes": [
4469 {
4470 "container": "/minecraft"
4471 }
4472 ]
4473 },
4474 {
4475 "type": 1,
4476 "title": "Medusa - SelfhostedPro",
4477 "name": "medusa",
4478 "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
4479 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png",
4480 "image": "linuxserver/medusa:latest",
4481 "categories": [
4482 "Downloaders",
4483 "Video"
4484 ],
4485 "platform": "linux",
4486 "restart_policy": "unless-stopped",
4487 "ports": [
4488 "8081:8081/tcp"
4489 ],
4490 "volumes": [
4491 {
4492 "container": "/config",
4493 "bind": "/portainer/Files/AppData/Config/Medusa"
4494 },
4495 {
4496 "container": "/tv",
4497 "bind": "/portainer/TV"
4498 },
4499 {
4500 "container": "/downloads",
4501 "bind": "/portainer/Downloads"
4502 }
4503 ],
4504 "env": [
4505 {
4506 "name": "PUID",
4507 "label": "PUID",
4508 "default": "1000"
4509 },
4510 {
4511 "name": "PGID",
4512 "label": "PGID",
4513 "default": "100"
4514 }
4515 ]
4516 },
4517 {
4518 "categories": [
4519 "Downloaders",
4520 "Video"
4521 ],
4522 "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
4523 "env": [
4524 {
4525 "default": "1000",
4526 "label": "PUID",
4527 "name": "PUID"
4528 },
4529 {
4530 "default": "100",
4531 "label": "PGID",
4532 "name": "PGID"
4533 }
4534 ],
4535 "image": "linuxserver/medusa:latest",
4536 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/medusa-icon.png",
4537 "name": "medusa",
4538 "platform": "linux",
4539 "ports": [
4540 "8081:8081/tcp"
4541 ],
4542 "restart_policy": "unless-stopped",
4543 "title": "Medusa - Qballjos",
4544 "type": 1,
4545 "volumes": [
4546 {
4547 "bind": "/portainer/Files/AppData/Config/Medusa",
4548 "container": "/config"
4549 },
4550 {
4551 "bind": "/portainer/TV",
4552 "container": "/tv"
4553 },
4554 {
4555 "bind": "/portainer/Downloads",
4556 "container": "/downloads"
4557 }
4558 ]
4559 },
4560 {
4561 "type": 2,
4562 "title": "Microsoft OMS Agent",
4563 "description": "Microsoft Operations Management Suite Linux agent.",
4564 "categories": [
4565 "OPS"
4566 ],
4567 "platform": "linux",
4568 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
4569 "repository": {
4570 "url": "https://github.com/portainer/templates",
4571 "stackfile": "stacks/microsoft-oms/docker-stack.yml"
4572 },
4573 "env": [
4574 {
4575 "name": "AZURE_WORKSPACE_ID",
4576 "label": "Workspace ID",
4577 "description": "Azure Workspace ID"
4578 },
4579 {
4580 "name": "AZURE_PRIMARY_KEY",
4581 "label": "Primary key",
4582 "description": "Azure primary key"
4583 }
4584 ]
4585 },
4586 {
4587 "type": 1,
4588 "title": "Minetest - linuxserver",
4589 "name": "minetest",
4590 "description": "Server version of minetest, a free, open source alternative to minecraft.",
4591 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
4592 "image": "linuxserver/minetest:latest",
4593 "categories": [
4594 "Other"
4595 ],
4596 "platform": "linux",
4597 "restart_policy": "unless-stopped",
4598 "ports": [
4599 "30000:30000/udp"
4600 ],
4601 "volumes": [
4602 {
4603 "container": "/config/.minetest"
4604 }
4605 ],
4606 "env": [
4607 {
4608 "name": "PUID",
4609 "label": "PUID",
4610 "default": "1000"
4611 },
4612 {
4613 "name": "PGID",
4614 "label": "PGID",
4615 "default": "100"
4616 }
4617 ]
4618 },
4619 {
4620 "categories": [
4621 "Other"
4622 ],
4623 "description": "Server version of minetest, a free, open source alternative to minecraft.",
4624 "env": [
4625 {
4626 "default": "1000",
4627 "label": "PUID",
4628 "name": "PUID"
4629 },
4630 {
4631 "default": "100",
4632 "label": "PGID",
4633 "name": "PGID"
4634 }
4635 ],
4636 "image": "linuxserver/minetest:latest",
4637 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
4638 "name": "minetest",
4639 "platform": "linux",
4640 "ports": [
4641 "30000:30000/udp"
4642 ],
4643 "restart_policy": "unless-stopped",
4644 "title": "Minetest - linuxserver",
4645 "type": 1,
4646 "volumes": [
4647 {
4648 "container": "/config/.minetest"
4649 }
4650 ]
4651 },
4652 {
4653 "type": 1,
4654 "title": "Minio",
4655 "description": "A distributed object storage server built for cloud applications and devops",
4656 "categories": [
4657 "storage"
4658 ],
4659 "platform": "linux",
4660 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/minio.png",
4661 "image": "minio/minio:latest",
4662 "ports": [
4663 "9000/tcp"
4664 ],
4665 "env": [
4666 {
4667 "name": "MINIO_ACCESS_KEY",
4668 "label": "Minio access key"
4669 },
4670 {
4671 "name": "MINIO_SECRET_KEY",
4672 "label": "Minio secret key"
4673 }
4674 ],
4675 "volumes": [
4676 {
4677 "container": "/data"
4678 },
4679 {
4680 "container": "/root/.minio"
4681 }
4682 ],
4683 "command": "server /data"
4684 },
4685 {
4686 "type": 1,
4687 "title": "Minisatip - SelfhostedPro",
4688 "name": "minisatip",
4689 "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
4690 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/minisatip-icon.png",
4691 "image": "linuxserver/minisatip:latest",
4692 "categories": [
4693 "Video",
4694 "Other",
4695 "Tools"
4696 ],
4697 "platform": "linux",
4698 "restart_policy": "unless-stopped",
4699 "ports": [
4700 "8875:8875/tcp",
4701 "554:554/tcp",
4702 "1900:1900/udp"
4703 ],
4704 "env": [
4705 {
4706 "name": "PUID",
4707 "label": "PUID",
4708 "default": "1000"
4709 },
4710 {
4711 "name": "PGID",
4712 "label": "PGID",
4713 "default": "100"
4714 }
4715 ]
4716 },
4717 {
4718 "categories": [
4719 "Video",
4720 "Other",
4721 "Tools"
4722 ],
4723 "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
4724 "env": [
4725 {
4726 "default": "1000",
4727 "label": "PUID",
4728 "name": "PUID"
4729 },
4730 {
4731 "default": "100",
4732 "label": "PGID",
4733 "name": "PGID"
4734 }
4735 ],
4736 "image": "linuxserver/minisatip:latest",
4737 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/minisatip-icon.png",
4738 "name": "minisatip",
4739 "platform": "linux",
4740 "ports": [
4741 "8875:8875/tcp",
4742 "554:554/tcp",
4743 "1900:1900/udp"
4744 ],
4745 "restart_policy": "unless-stopped",
4746 "title": "Minisatip - Qballjos",
4747 "type": 1
4748 },
4749 {
4750 "type": 1,
4751 "title": "Mongo",
4752 "description": "Open-source document-oriented database",
4753 "categories": [
4754 "database"
4755 ],
4756 "platform": "linux",
4757 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mongo.png",
4758 "image": "mongo:latest",
4759 "ports": [
4760 "27017/tcp"
4761 ],
4762 "volumes": [
4763 {
4764 "container": "/data/db"
4765 }
4766 ]
4767 },
4768 {
4769 "type": 1,
4770 "title": "Mstream - SelfhostedPro",
4771 "name": "mstream",
4772 "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..",
4773 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mstream.png",
4774 "image": "linuxserver/mstream:latest",
4775 "categories": [
4776 "Other",
4777 "Music"
4778 ],
4779 "platform": "linux",
4780 "restart_policy": "unless-stopped",
4781 "ports": [
4782 "3000:3000/tcp"
4783 ],
4784 "volumes": [
4785 {
4786 "container": "/config",
4787 "bind": "/portainer/Files/AppData/Config/Mstream"
4788 },
4789 {
4790 "container": "/music",
4791 "bind": "/portainer/Downloads"
4792 }
4793 ]
4794 },
4795 {
4796 "categories": [
4797 "Other",
4798 "Music"
4799 ],
4800 "description": "Mstream is a personal music streaming server. You can use mStream to stream your music from your home computer to any device, anywhere. There are mobile apps available for both Android and iPhone..",
4801 "image": "linuxserver/mstream:latest",
4802 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mstream.png",
4803 "name": "mstream",
4804 "platform": "linux",
4805 "ports": [
4806 "3000:3000/tcp"
4807 ],
4808 "restart_policy": "unless-stopped",
4809 "title": "Mstream - Qballjos",
4810 "type": 1,
4811 "volumes": [
4812 {
4813 "bind": "/portainer/Files/AppData/Config/Mstream",
4814 "container": "/config"
4815 },
4816 {
4817 "bind": "/portainer/Downloads",
4818 "container": "/music"
4819 }
4820 ]
4821 },
4822 {
4823 "type": 1,
4824 "title": "Murmur - SelfhostedPro",
4825 "name": "murmur",
4826 "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
4827 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png",
4828 "image": "goofball222/murmur:latest",
4829 "categories": [
4830 "Other",
4831 "Voice",
4832 "Chat"
4833 ],
4834 "platform": "linux",
4835 "restart_policy": "unless-stopped",
4836 "ports": [
4837 "64738:64738/tcp",
4838 "64738:64738/udp"
4839 ],
4840 "volumes": [
4841 {
4842 "container": "/etc/localtime",
4843 "bind": "/etc/localtime:ro"
4844 },
4845 {
4846 "container": "/opt/murmur/config",
4847 "bind": "/portainer/Files/Config/Murmur"
4848 },
4849 {
4850 "container": "/opt/murmur/data",
4851 "bind": "/portainer/Files/Murmur/data"
4852 },
4853 {
4854 "container": "/opt/murmur/log",
4855 "bind": "/portainer/Files/Murmur/log"
4856 }
4857 ],
4858 "env": [
4859 {
4860 "name": "PUID",
4861 "label": "PUID",
4862 "default": "1000"
4863 },
4864 {
4865 "name": "PGID",
4866 "label": "PGID",
4867 "default": "100"
4868 },
4869 {
4870 "name": "TZ",
4871 "label": "TZ"
4872 }
4873 ]
4874 },
4875 {
4876 "categories": [
4877 "Other",
4878 "Voice",
4879 "Chat"
4880 ],
4881 "description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
4882 "env": [
4883 {
4884 "default": "1000",
4885 "label": "PUID",
4886 "name": "PUID"
4887 },
4888 {
4889 "default": "100",
4890 "label": "PGID",
4891 "name": "PGID"
4892 },
4893 {
4894 "label": "TZ",
4895 "name": "TZ"
4896 }
4897 ],
4898 "image": "goofball222/murmur:latest",
4899 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/Mumble-logo.png",
4900 "name": "murmur",
4901 "platform": "linux",
4902 "ports": [
4903 "64738:64738/tcp",
4904 "64738:64738/udp"
4905 ],
4906 "restart_policy": "unless-stopped",
4907 "title": "Murmur",
4908 "type": 1,
4909 "volumes": [
4910 {
4911 "bind": "/etc/localtime:ro",
4912 "container": "/etc/localtime"
4913 },
4914 {
4915 "bind": "/portainer/Files/Config/Murmur",
4916 "container": "/opt/murmur/config"
4917 },
4918 {
4919 "bind": "/portainer/Files/Murmur/data",
4920 "container": "/opt/murmur/data"
4921 },
4922 {
4923 "bind": "/portainer/Files/Murmur/log",
4924 "container": "/opt/murmur/log"
4925 }
4926 ]
4927 },
4928 {
4929 "type": 1,
4930 "title": "MusicBrainz - SelfhostedPro",
4931 "name": "musicbrainz",
4932 "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
4933 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/musicbrainz-icon.png",
4934 "image": "linuxserver/musicbrainz:latest",
4935 "categories": [
4936 "Music",
4937 "Other",
4938 "Tools"
4939 ],
4940 "platform": "linux",
4941 "restart_policy": "unless-stopped",
4942 "ports": [
4943 "5000:5000/tcp"
4944 ],
4945 "volumes": [
4946 {
4947 "container": "/config",
4948 "bind": "/portainer/Files/AppData/Config/MusicBrainz"
4949 },
4950 {
4951 "container": "/data",
4952 "bind": "/portainer/Files/AppData/MusicBrainz"
4953 }
4954 ],
4955 "env": [
4956 {
4957 "name": "BRAINZCODE",
4958 "label": "BRAINZCODE",
4959 "set": ""
4960 },
4961 {
4962 "name": "PUID",
4963 "label": "PUID",
4964 "default": "1000"
4965 },
4966 {
4967 "name": "PGID",
4968 "label": "PGID",
4969 "default": "100"
4970 }
4971 ]
4972 },
4973 {
4974 "categories": [
4975 "Music",
4976 "Other",
4977 "Tools"
4978 ],
4979 "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
4980 "env": [
4981 {
4982 "label": "BRAINZCODE",
4983 "name": "BRAINZCODE",
4984 "set": ""
4985 },
4986 {
4987 "default": "1000",
4988 "label": "PUID",
4989 "name": "PUID"
4990 },
4991 {
4992 "default": "100",
4993 "label": "PGID",
4994 "name": "PGID"
4995 }
4996 ],
4997 "image": "linuxserver/musicbrainz:latest",
4998 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/musicbrainz-icon.png",
4999 "name": "musicbrainz",
5000 "platform": "linux",
5001 "ports": [
5002 "5000:5000/tcp"
5003 ],
5004 "restart_policy": "unless-stopped",
5005 "title": "MusicBrainz",
5006 "type": 1,
5007 "volumes": [
5008 {
5009 "bind": "/portainer/Files/AppData/Config/MusicBrainz",
5010 "container": "/config"
5011 },
5012 {
5013 "bind": "/portainer/Files/AppData/MusicBrainz",
5014 "container": "/data"
5015 }
5016 ]
5017 },
5018 {
5019 "type": 1,
5020 "title": "Muximux - SelfhostedPro",
5021 "name": "muximux",
5022 "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
5023 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/muximux-icon.png",
5024 "image": "linuxserver/muximux:latest",
5025 "categories": [
5026 "Web",
5027 "Proxy",
5028 "Other",
5029 "Tools"
5030 ],
5031 "platform": "linux",
5032 "restart_policy": "unless-stopped",
5033 "ports": [
5034 "80/tcp"
5035 ],
5036 "volumes": [
5037 {
5038 "container": "/config",
5039 "bind": "/portainer/Files/AppData/Config/Muximux"
5040 }
5041 ],
5042 "env": [
5043 {
5044 "name": "PUID",
5045 "label": "PUID",
5046 "default": "1000"
5047 },
5048 {
5049 "name": "PGID",
5050 "label": "PGID",
5051 "default": "100"
5052 }
5053 ]
5054 },
5055 {
5056 "categories": [
5057 "Web",
5058 "Proxy",
5059 "Other",
5060 "Tools"
5061 ],
5062 "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
5063 "env": [
5064 {
5065 "default": "1000",
5066 "label": "PUID",
5067 "name": "PUID"
5068 },
5069 {
5070 "default": "100",
5071 "label": "PGID",
5072 "name": "PGID"
5073 }
5074 ],
5075 "image": "linuxserver/muximux:latest",
5076 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/muximux-icon.png",
5077 "name": "muximux",
5078 "platform": "linux",
5079 "ports": [
5080 "80/tcp"
5081 ],
5082 "restart_policy": "unless-stopped",
5083 "title": "Muximux",
5084 "type": 1,
5085 "volumes": [
5086 {
5087 "bind": "/portainer/Files/AppData/Config/Muximux",
5088 "container": "/config"
5089 }
5090 ]
5091 },
5092 {
5093 "type": 1,
5094 "title": "MySQL",
5095 "description": "The most popular open-source database",
5096 "categories": [
5097 "database"
5098 ],
5099 "platform": "linux",
5100 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
5101 "image": "mysql:latest",
5102 "env": [
5103 {
5104 "name": "MYSQL_ROOT_PASSWORD",
5105 "label": "Root password"
5106 }
5107 ],
5108 "ports": [
5109 "3306/tcp"
5110 ],
5111 "volumes": [
5112 {
5113 "container": "/var/lib/mysql"
5114 }
5115 ]
5116 },
5117 {
5118 "type": 1,
5119 "title": "MySQL v5.5",
5120 "description": "MySQL v5.5",
5121 "categories": [
5122 "database"
5123 ],
5124 "platform": "linux",
5125 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
5126 "image": "camunda-ci-mysql:5.5",
5127 "ports": [
5128 "3306/tcp",
5129 "22/tcp"
5130 ],
5131 "env": [
5132 {
5133 "name": "TRANSACTION_ISOLATION_LEVEL",
5134 "label": "READ-COMMITTED"
5135 }
5136 ],
5137 "registry": "anonymousproxy:8081",
5138 "command": "/usr/local/bin/start-container.sh",
5139 "restart_policy": "on-failure"
5140 },
5141 {
5142 "type": 1,
5143 "title": "MySQL v5.6",
5144 "description": "MySQL v5.6",
5145 "categories": [
5146 "database"
5147 ],
5148 "platform": "linux",
5149 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
5150 "image": "camunda-ci-mysql:5.6",
5151 "ports": [
5152 "3306/tcp",
5153 "22/tcp"
5154 ],
5155 "env": [
5156 {
5157 "name": "TRANSACTION_ISOLATION_LEVEL",
5158 "label": "READ-COMMITTED"
5159 }
5160 ],
5161 "registry": "anonymousproxy:8081",
5162 "command": "/usr/local/bin/start-container.sh",
5163 "restart_policy": "on-failure"
5164 },
5165 {
5166 "type": 1,
5167 "title": "MySQL v5.7",
5168 "description": "MySQL v5.7",
5169 "categories": [
5170 "database"
5171 ],
5172 "platform": "linux",
5173 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/mysql.png",
5174 "image": "camunda-ci-mysql:5.7",
5175 "ports": [
5176 "3306/tcp",
5177 "22/tcp"
5178 ],
5179 "env": [
5180 {
5181 "name": "TRANSACTION_ISOLATION_LEVEL",
5182 "label": "READ-COMMITTED"
5183 }
5184 ],
5185 "registry": "anonymousproxy:8081",
5186 "command": "/usr/local/bin/start-container.sh",
5187 "restart_policy": "on-failure"
5188 },
5189 {
5190 "type": 1,
5191 "title": "Mylar - SelfhostedPro",
5192 "name": "mylar",
5193 "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
5194 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mylar-icon.png",
5195 "image": "linuxserver/mylar:latest",
5196 "categories": [
5197 "Downloaders",
5198 "Books"
5199 ],
5200 "platform": "linux",
5201 "restart_policy": "unless-stopped",
5202 "ports": [
5203 "8090:8090/tcp"
5204 ],
5205 "volumes": [
5206 {
5207 "container": "/config",
5208 "bind": "/portainer/Files/AppData/Config/Mylar"
5209 },
5210 {
5211 "container": "/downloads",
5212 "bind": "/portainer/Downloads"
5213 },
5214 {
5215 "container": "/comics",
5216 "bind": "/portainer/Comics"
5217 }
5218 ],
5219 "env": [
5220 {
5221 "name": "PUID",
5222 "label": "PUID",
5223 "default": "1000"
5224 },
5225 {
5226 "name": "PGID",
5227 "label": "PGID",
5228 "default": "100"
5229 }
5230 ]
5231 },
5232 {
5233 "categories": [
5234 "Downloaders",
5235 "Books"
5236 ],
5237 "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
5238 "env": [
5239 {
5240 "default": "1000",
5241 "label": "PUID",
5242 "name": "PUID"
5243 },
5244 {
5245 "default": "100",
5246 "label": "PGID",
5247 "name": "PGID"
5248 }
5249 ],
5250 "image": "linuxserver/mylar:latest",
5251 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/mylar-icon.png",
5252 "name": "mylar",
5253 "platform": "linux",
5254 "ports": [
5255 "8090:8090/tcp"
5256 ],
5257 "restart_policy": "unless-stopped",
5258 "title": "Mylar",
5259 "type": 1,
5260 "volumes": [
5261 {
5262 "bind": "/portainer/Files/AppData/Config/Mylar",
5263 "container": "/config"
5264 },
5265 {
5266 "bind": "/portainer/Downloads",
5267 "container": "/downloads"
5268 },
5269 {
5270 "bind": "/portainer/Comics",
5271 "container": "/comics"
5272 }
5273 ]
5274 },
5275 {
5276 "type": 3,
5277 "title": "NGINX Certbot - ebrithiljonas",
5278 "description": "NGINX and Certbot",
5279 "note": "Deploys nginx with Certbot for Letsencrypt",
5280 "categories": [
5281 "Ebrithil"
5282 ],
5283 "platform": "linux",
5284 "logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/nginx.png",
5285 "repository": {
5286 "url": "https://github.com/ebrithiljonas/PortainerTemplates",
5287 "stackfile": "stacks/nginx.yaml"
5288 },
5289 "env": [
5290 {
5291 "name": "CONFIG_PATH",
5292 "label": "Path of the Configuration (end with /)",
5293 "default": "/home/docker/config/",
5294 "description": "Path where all the config files will be stored, in a separate folder for each Program."
5295 }
5296 ]
5297 },
5298 {
5299 "type": 1,
5300 "title": "NZBGet - SelfhostedPro",
5301 "name": "nzbget",
5302 "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
5303 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nzbget-icon.png",
5304 "image": "linuxserver/nzbget:latest",
5305 "categories": [
5306 "Downloaders"
5307 ],
5308 "platform": "linux",
5309 "restart_policy": "unless-stopped",
5310 "ports": [
5311 "6789:6789/tcp"
5312 ],
5313 "volumes": [
5314 {
5315 "container": "/config",
5316 "bind": "/portainer/Files/AppData/Config/Nzbget"
5317 },
5318 {
5319 "container": "/downloads",
5320 "bind": "/portainer/Downloads"
5321 }
5322 ],
5323 "env": [
5324 {
5325 "name": "PUID",
5326 "label": "PUID",
5327 "default": "1000"
5328 },
5329 {
5330 "name": "PGID",
5331 "label": "PGID",
5332 "default": "100"
5333 }
5334 ]
5335 },
5336 {
5337 "categories": [
5338 "Downloaders"
5339 ],
5340 "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
5341 "env": [
5342 {
5343 "default": "1000",
5344 "label": "PUID",
5345 "name": "PUID"
5346 },
5347 {
5348 "default": "100",
5349 "label": "PGID",
5350 "name": "PGID"
5351 }
5352 ],
5353 "image": "linuxserver/nzbget:latest",
5354 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nzbget-icon.png",
5355 "name": "nzbget",
5356 "platform": "linux",
5357 "ports": [
5358 "6789:6789/tcp"
5359 ],
5360 "restart_policy": "unless-stopped",
5361 "title": "NZBGet",
5362 "type": 1,
5363 "volumes": [
5364 {
5365 "bind": "/portainer/Files/AppData/Config/Nzbget",
5366 "container": "/config"
5367 },
5368 {
5369 "bind": "/portainer/Downloads",
5370 "container": "/downloads"
5371 }
5372 ]
5373 },
5374 {
5375 "type": 1,
5376 "title": "NZBHydra 2 - SelfhostedPro",
5377 "name": "nzbhydra2",
5378 "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
5379 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/hydra-icon.png",
5380 "image": "linuxserver/nzbhydra2:latest",
5381 "categories": [
5382 "Downloaders",
5383 "Other",
5384 "Tools"
5385 ],
5386 "platform": "linux",
5387 "restart_policy": "unless-stopped",
5388 "ports": [
5389 "5076:5076/tcp"
5390 ],
5391 "volumes": [
5392 {
5393 "container": "/config",
5394 "bind": "/portainer/Files/AppData/Config/Nzbhydra2"
5395 },
5396 {
5397 "container": "/downloads",
5398 "bind": "/portainer/Downloads"
5399 }
5400 ],
5401 "env": [
5402 {
5403 "name": "PUID",
5404 "label": "PUID",
5405 "default": "1000"
5406 },
5407 {
5408 "name": "PGID",
5409 "label": "PGID",
5410 "default": "100"
5411 }
5412 ]
5413 },
5414 {
5415 "categories": [
5416 "Downloaders",
5417 "Other",
5418 "Tools"
5419 ],
5420 "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
5421 "env": [
5422 {
5423 "default": "1000",
5424 "label": "PUID",
5425 "name": "PUID"
5426 },
5427 {
5428 "default": "100",
5429 "label": "PGID",
5430 "name": "PGID"
5431 }
5432 ],
5433 "image": "linuxserver/nzbhydra2:latest",
5434 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/hydra-icon.png",
5435 "name": "nzbhydra2",
5436 "platform": "linux",
5437 "ports": [
5438 "5076:5076/tcp"
5439 ],
5440 "restart_policy": "unless-stopped",
5441 "title": "NZBHydra 2",
5442 "type": 1,
5443 "volumes": [
5444 {
5445 "bind": "/portainer/Files/AppData/Config/Nzbhydra2",
5446 "container": "/config"
5447 },
5448 {
5449 "bind": "/portainer/Downloads",
5450 "container": "/downloads"
5451 }
5452 ]
5453 },
5454 {
5455 "description": "A safe home for all your data",
5456 "image": "nextcloud:latest",
5457 "logo": "https://nextcloud.com/wp-content/themes/next/assets/img/common/nextcloud-square-logo.png",
5458 "name": "nextcloud",
5459 "network": "bridge",
5460 "platform": "linux",
5461 "ports": [
5462 "80/tcp",
5463 "443/tcp"
5464 ],
5465 "title": "NextCloud",
5466 "type": "container",
5467 "volumes": [
5468 "/var/www/nextcloud",
5469 "/var/www/nextcloud/custom_apps",
5470 "/var/www/nextcloud/config",
5471 "/var/www/nextcloud/data",
5472 "/ssl"
5473 ]
5474 },
5475 {
5476 "type": 3,
5477 "title": "Nextcloud - ebrithiljonas",
5478 "description": "Nextcloud with MariaDB",
5479 "categories": [
5480 "Ebrithil"
5481 ],
5482 "platform": "linux",
5483 "logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/nextcloud.png",
5484 "repository": {
5485 "url": "https://github.com/ebrithiljonas/PortainerTemplates",
5486 "stackfile": "stacks/nextcloud.yaml"
5487 },
5488 "env": [
5489 {
5490 "name": "USER_ID",
5491 "label": "User ID",
5492 "default": "1000",
5493 "description": "Defines the User who will run the Program ."
5494 },
5495 {
5496 "name": "GROUP_ID",
5497 "label": "Group ID",
5498 "default": "1000",
5499 "description": "Defines the Group who will run the Program."
5500 },
5501 {
5502 "name": "CONFIG_PATH",
5503 "label": "Path of the Configuration (end with /)",
5504 "default": "/home/docker/config/",
5505 "description": "Path where all the config files will be stored, in a separate folder for each Program."
5506 },
5507 {
5508 "name": "DATA_PATH",
5509 "label": "Path for all the Data (end with /)",
5510 "default": "/media/nas/",
5511 "description": "Path where all Files on the cloud will be saved."
5512 },
5513 {
5514 "name": "ROOT_PASSWORD",
5515 "label": "Root Password of the MariaDB"
5516 },
5517 {
5518 "name": "PASSWORD",
5519 "label": "Password of Nextcloud User on DB"
5520 }
5521 ]
5522 },
5523 {
5524 "type": 3,
5525 "title": "Nextcloud - SelfhostedPro",
5526 "name": "nextcloud",
5527 "description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
5528 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png",
5529 "categories": [
5530 "Cloud",
5531 "Productivity",
5532 "Tools",
5533 "Other",
5534 "Web"
5535 ],
5536 "note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
5537 "platform": "linux",
5538 "repository": {
5539 "url": "https://github.com/SelfhostedPro/selfhosted_templates",
5540 "stackfile": "Template/Stack/nextcloud.yml"
5541 },
5542 "env": [
5543 {
5544 "name": "PUID",
5545 "label": "PUID",
5546 "default": "1000"
5547 },
5548 {
5549 "name": "PGID",
5550 "label": "PGID",
5551 "default": "100"
5552 },
5553 {
5554 "name": "TZ",
5555 "label": "TZ"
5556 },
5557 {
5558 "name": "DATABASE_PASSWORD",
5559 "label": "DATABASE_PASSWORD"
5560 },
5561 {
5562 "name": "MYSQL_ROOT_PASSWORD",
5563 "label": "MYSQL_ROOT_PASSWORD"
5564 },
5565 {
5566 "name": "PORT",
5567 "label": "PORT"
5568 }
5569 ]
5570 },
5571 {
5572 "categories": [
5573 "Cloud",
5574 "Productivity",
5575 "Tools",
5576 "Other",
5577 "Web"
5578 ],
5579 "description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
5580 "env": [
5581 {
5582 "default": "1000",
5583 "label": "PUID",
5584 "name": "PUID"
5585 },
5586 {
5587 "default": "100",
5588 "label": "PGID",
5589 "name": "PGID"
5590 },
5591 {
5592 "label": "TZ",
5593 "name": "TZ"
5594 },
5595 {
5596 "label": "DATABASE_PASSWORD",
5597 "name": "DATABASE_PASSWORD"
5598 },
5599 {
5600 "label": "MYSQL_ROOT_PASSWORD",
5601 "name": "MYSQL_ROOT_PASSWORD"
5602 },
5603 {
5604 "label": "PORT",
5605 "name": "PORT"
5606 }
5607 ],
5608 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nextcloud-icon.png",
5609 "name": "nextcloud",
5610 "note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
5611 "platform": "linux",
5612 "repository": {
5613 "stackfile": "Template/Stack/nextcloud.yml",
5614 "url": "https://github.com/Qballjos/portainer_templates"
5615 },
5616 "title": "Nextcloud",
5617 "type": 3
5618 },
5619 {
5620 "type": 1,
5621 "title": "Nginx",
5622 "description": "High performance web server",
5623 "categories": [
5624 "webserver"
5625 ],
5626 "platform": "linux",
5627 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/nginx.png",
5628 "image": "nginx:latest",
5629 "ports": [
5630 "80/tcp",
5631 "443/tcp"
5632 ],
5633 "volumes": [
5634 {
5635 "container": "/etc/nginx"
5636 },
5637 {
5638 "container": "/usr/share/nginx/html"
5639 }
5640 ]
5641 },
5642 {
5643 "type": 1,
5644 "title": "Nginx - ebrithiljonas",
5645 "description": "Nginx Server",
5646 "logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/nginx.png",
5647 "restart_policy": "unless-stopped",
5648 "image": "nginx",
5649 "ports": [
5650 "80:80/tcp",
5651 "443:443/tcp"
5652 ],
5653 "volumes": [
5654 {
5655 "container": "/etc/nginx",
5656 "bind": "${CONFIG_PATH}nginx/"
5657 }
5658 ],
5659 "env": [
5660 {
5661 "name": "CONFIG_PATH",
5662 "label": "Change the Path under 'Advanced Options' (end with /)",
5663 "default": "This field is only for Info. Change the Path under Advanced Options",
5664 "description": "Path where all the config files will be stored."
5665 }
5666 ]
5667 },
5668 {
5669 "type": 1,
5670 "title": "Nginx - SelfhostedPro",
5671 "name": "nginx",
5672 "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
5673 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nginx-icon.png",
5674 "image": "linuxserver/nginx:latest",
5675 "categories": [
5676 "Web",
5677 "Proxy"
5678 ],
5679 "platform": "linux",
5680 "restart_policy": "unless-stopped",
5681 "ports": [
5682 "80/tcp",
5683 "443/tcp"
5684 ],
5685 "volumes": [
5686 {
5687 "container": "/config",
5688 "bind": "/portainer/Files/AppData/Config/Nginx"
5689 }
5690 ],
5691 "env": [
5692 {
5693 "name": "PUID",
5694 "label": "PUID",
5695 "default": "1000"
5696 },
5697 {
5698 "name": "PGID",
5699 "label": "PGID",
5700 "default": "100"
5701 }
5702 ]
5703 },
5704 {
5705 "categories": [
5706 "Web",
5707 "Proxy"
5708 ],
5709 "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
5710 "env": [
5711 {
5712 "default": "1000",
5713 "label": "PUID",
5714 "name": "PUID"
5715 },
5716 {
5717 "default": "100",
5718 "label": "PGID",
5719 "name": "PGID"
5720 }
5721 ],
5722 "image": "linuxserver/nginx:latest",
5723 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/nginx-icon.png",
5724 "name": "nginx",
5725 "platform": "linux",
5726 "ports": [
5727 "80/tcp",
5728 "443/tcp"
5729 ],
5730 "restart_policy": "unless-stopped",
5731 "title": "Nginx",
5732 "type": 1,
5733 "volumes": [
5734 {
5735 "bind": "/portainer/Files/AppData/Config/Nginx",
5736 "container": "/config"
5737 }
5738 ]
5739 },
5740 {
5741 "type": 1,
5742 "title": "Nginx Proxy Manager - SelfhostedPro",
5743 "name": "nginx-proxy-manager",
5744 "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.",
5745 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png",
5746 "image": "jlesage/nginx-proxy-manager",
5747 "categories": [
5748 "Proxy",
5749 "Tools"
5750 ],
5751 "platform": "linux",
5752 "restart_policy": "unless-stopped",
5753 "ports": [
5754 "80:8080/tcp",
5755 "81:8181/tcp",
5756 "443:4443/tcp"
5757 ],
5758 "volumes": [
5759 {
5760 "container": "/config",
5761 "bind": "/portainer/Files/AppData/Config/Nginx-Proxy"
5762 }
5763 ]
5764 },
5765 {
5766 "categories": [
5767 "Proxy",
5768 "Tools"
5769 ],
5770 "description": "Nginx Proxy Manager enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.",
5771 "image": "jlesage/nginx-proxy-manager",
5772 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/proxy_mgr.png",
5773 "name": "nginx-proxy-manager",
5774 "platform": "linux",
5775 "ports": [
5776 "80:8080/tcp",
5777 "81:8181/tcp",
5778 "443:4443/tcp"
5779 ],
5780 "restart_policy": "unless-stopped",
5781 "title": "Nginx Proxy Manager",
5782 "type": 1,
5783 "volumes": [
5784 {
5785 "bind": "/portainer/Files/AppData/Config/Nginx-Proxy",
5786 "container": "/config"
5787 }
5788 ]
5789 },
5790 {
5791 "type": 1,
5792 "title": "OScam",
5793 "name": "oscam",
5794 "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
5795 "logo": "http://i.imgur.com/8LadrLg.png",
5796 "image": "linuxserver/oscam:latest",
5797 "categories": [
5798 "Other"
5799 ],
5800 "platform": "linux",
5801 "restart_policy": "unless-stopped",
5802 "ports": [
5803 "8888:8888/tcp",
5804 "10000:10000/tcp"
5805 ],
5806 "volumes": [
5807 {
5808 "container": "/config",
5809 "bind": "/portainer/Files/AppData/Config/OScam"
5810 }
5811 ],
5812 "env": [
5813 {
5814 "name": "PUID",
5815 "label": "PUID",
5816 "default": "1000"
5817 },
5818 {
5819 "name": "PGID",
5820 "label": "PGID",
5821 "default": "100"
5822 }
5823 ]
5824 },
5825 {
5826 "categories": [
5827 "Other"
5828 ],
5829 "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module\n (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the\n not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
5830 "env": [
5831 {
5832 "default": "1000",
5833 "label": "PUID",
5834 "name": "PUID"
5835 },
5836 {
5837 "default": "100",
5838 "label": "PGID",
5839 "name": "PGID"
5840 }
5841 ],
5842 "image": "linuxserver/oscam:latest",
5843 "logo": "http://i.imgur.com/8LadrLg.png",
5844 "name": "oscam",
5845 "platform": "linux",
5846 "ports": [
5847 "8888:8888/tcp",
5848 "10000:10000/tcp"
5849 ],
5850 "restart_policy": "unless-stopped",
5851 "title": "OScam",
5852 "type": 1,
5853 "volumes": [
5854 {
5855 "bind": "/portainer/Files/AppData/Config/OScam",
5856 "container": "/config"
5857 }
5858 ]
5859 },
5860 {
5861 "type": 1,
5862 "title": "Odoo",
5863 "description": "Open-source business apps",
5864 "categories": [
5865 "project-management"
5866 ],
5867 "platform": "linux",
5868 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/odoo.png",
5869 "image": "odoo:latest",
5870 "env": [
5871 {
5872 "name": "HOST",
5873 "label": "PostgreSQL database host",
5874 "type": "container"
5875 },
5876 {
5877 "name": "USER",
5878 "label": "Database user"
5879 },
5880 {
5881 "name": "PASSWORD",
5882 "label": "Database password"
5883 }
5884 ],
5885 "ports": [
5886 "8069/tcp"
5887 ],
5888 "volumes": [
5889 {
5890 "container": "/var/lib/odoo"
5891 },
5892 {
5893 "container": "/mnt/extra-addons"
5894 }
5895 ]
5896 },
5897 {
5898 "type": 1,
5899 "title": "Ombi - SelfhostedPro",
5900 "name": "ombi",
5901 "description": "Ombi allows you to host your own Plex Request and user management system. ",
5902 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ombi.png",
5903 "image": "linuxserver/ombi:latest",
5904 "categories": [
5905 "Downloaders",
5906 "Other",
5907 "Video",
5908 "Tools"
5909 ],
5910 "platform": "linux",
5911 "restart_policy": "unless-stopped",
5912 "ports": [
5913 "3579:3579/tcp"
5914 ],
5915 "volumes": [
5916 {
5917 "container": "/config",
5918 "bind": "/portainer/Files/AppData/Config/Ombi"
5919 }
5920 ],
5921 "env": [
5922 {
5923 "name": "PUID",
5924 "label": "PUID",
5925 "default": "1000"
5926 },
5927 {
5928 "name": "PGID",
5929 "label": "PGID",
5930 "default": "100"
5931 }
5932 ]
5933 },
5934 {
5935 "categories": [
5936 "Downloaders",
5937 "Other",
5938 "Video",
5939 "Tools"
5940 ],
5941 "description": "Ombi allows you to host your own Plex Request and user management system. ",
5942 "env": [
5943 {
5944 "default": "1000",
5945 "label": "PUID",
5946 "name": "PUID"
5947 },
5948 {
5949 "default": "100",
5950 "label": "PGID",
5951 "name": "PGID"
5952 }
5953 ],
5954 "image": "linuxserver/ombi:latest",
5955 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ombi.png",
5956 "name": "ombi",
5957 "platform": "linux",
5958 "ports": [
5959 "3579:3579/tcp"
5960 ],
5961 "restart_policy": "unless-stopped",
5962 "title": "Ombi",
5963 "type": 1,
5964 "volumes": [
5965 {
5966 "bind": "/portainer/Files/AppData/Config/Ombi",
5967 "container": "/config"
5968 }
5969 ]
5970 },
5971 {
5972 "type": 2,
5973 "title": "OpenFaaS",
5974 "name": "func",
5975 "description": "Serverless functions made simple",
5976 "note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. <b>Warning</b>: the name of the stack must be 'func'.",
5977 "categories": [
5978 "serverless"
5979 ],
5980 "platform": "linux",
5981 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/openfaas.png",
5982 "repository": {
5983 "url": "https://github.com/openfaas/faas",
5984 "stackfile": "docker-compose.yml"
5985 }
5986 },
5987 {
5988 "type": 1,
5989 "title": "OpenVPN Access Server - SelfhostedPro",
5990 "name": "openvpn-as",
5991 "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
5992 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/openvpn-as-icon.png",
5993 "image": "linuxserver/openvpn-as:latest",
5994 "categories": [
5995 "Other"
5996 ],
5997 "platform": "linux",
5998 "restart_policy": "unless-stopped",
5999 "ports": [
6000 "943:943/tcp",
6001 "9443:9443/tcp",
6002 "1194:1194/udp"
6003 ],
6004 "volumes": [
6005 {
6006 "container": "/config",
6007 "bind": "/portainer/Files/AppData/Config/OpenVPN-AS"
6008 }
6009 ],
6010 "env": [
6011 {
6012 "name": "INTERFACE",
6013 "label": "INTERFACE",
6014 "set": "eth0"
6015 },
6016 {
6017 "name": "PUID",
6018 "label": "PUID",
6019 "default": "1000"
6020 },
6021 {
6022 "name": "PGID",
6023 "label": "PGID",
6024 "default": "100"
6025 }
6026 ]
6027 },
6028 {
6029 "categories": [
6030 "Other"
6031 ],
6032 "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
6033 "env": [
6034 {
6035 "label": "INTERFACE",
6036 "name": "INTERFACE",
6037 "set": "eth0"
6038 },
6039 {
6040 "default": "1000",
6041 "label": "PUID",
6042 "name": "PUID"
6043 },
6044 {
6045 "default": "100",
6046 "label": "PGID",
6047 "name": "PGID"
6048 }
6049 ],
6050 "image": "linuxserver/openvpn-as:latest",
6051 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/openvpn-as-icon.png",
6052 "name": "openvpn-as",
6053 "platform": "linux",
6054 "ports": [
6055 "943:943/tcp",
6056 "9443:9443/tcp",
6057 "1194:1194/udp"
6058 ],
6059 "restart_policy": "unless-stopped",
6060 "title": "OpenVPN Access Server",
6061 "type": 1,
6062 "volumes": [
6063 {
6064 "bind": "/portainer/Files/AppData/Config/OpenVPN-AS",
6065 "container": "/config"
6066 }
6067 ]
6068 },
6069 {
6070 "type": 1,
6071 "title": "Oracle 10g",
6072 "description": "Oracle v10g Express Edition",
6073 "categories": [
6074 "database"
6075 ],
6076 "platform": "linux",
6077 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
6078 "image": "camunda-ci-oracle:10",
6079 "ports": [
6080 "1521/tcp",
6081 "22/tcp"
6082 ],
6083 "registry": "anonymousproxy:8081",
6084 "command": "/usr/local/bin/start-container.sh",
6085 "restart_policy": "on-failure"
6086 },
6087 {
6088 "type": 1,
6089 "title": "Oracle 11g",
6090 "description": "Oracle v11g Express Edition",
6091 "categories": [
6092 "database"
6093 ],
6094 "platform": "linux",
6095 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
6096 "image": "camunda-ci-oracle:11",
6097 "ports": [
6098 "1521/tcp",
6099 "22/tcp"
6100 ],
6101 "registry": "anonymousproxy:8081",
6102 "command": "/usr/local/bin/start-container.sh",
6103 "restart_policy": "on-failure"
6104 },
6105 {
6106 "type": 1,
6107 "title": "Oracle 12c",
6108 "description": "Oracle v12c Enterprise Edition",
6109 "categories": [
6110 "database"
6111 ],
6112 "platform": "linux",
6113 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
6114 "image": "camunda-ci-oracle:12",
6115 "ports": [
6116 "1521/tcp",
6117 "22/tcp"
6118 ],
6119 "registry": "anonymousproxy:8081",
6120 "command": "/usr/local/bin/start-container.sh",
6121 "restart_policy": "on-failure"
6122 },
6123 {
6124 "type": 1,
6125 "title": "Oracle 18c",
6126 "description": "Oracle v18c Enterprise Edition",
6127 "categories": [
6128 "database"
6129 ],
6130 "platform": "linux",
6131 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
6132 "image": "camunda-ci-oracle:18",
6133 "ports": [
6134 "1521/tcp",
6135 "22/tcp"
6136 ],
6137 "registry": "anonymousproxy:8081",
6138 "command": "/usr/local/bin/start-container.sh",
6139 "restart_policy": "on-failure"
6140 },
6141 {
6142 "description": "HTPC/Homelab Services Organizer - Written in PHP",
6143 "env": [
6144 {
6145 "label": "Docker UserID",
6146 "name": "PUID"
6147 },
6148 {
6149 "label": "Docker GroupID",
6150 "name": "PGID"
6151 }
6152 ],
6153 "image": "lsiocommunity/organizr:latest",
6154 "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/organizr-icon.png",
6155 "name": "organizr",
6156 "network": "bridge",
6157 "platform": "linux",
6158 "ports": [
6159 "80/tcp",
6160 "443/tcp"
6161 ],
6162 "restart": "always",
6163 "title": "Organizr",
6164 "type": "container",
6165 "volumes": [
6166 "/config",
6167 "/ssl"
6168 ]
6169 },
6170 {
6171 "categories": [
6172 "Other",
6173 "Tools"
6174 ],
6175 "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
6176 "env": [
6177 {
6178 "default": "1000",
6179 "label": "PUID",
6180 "name": "PUID"
6181 },
6182 {
6183 "default": "100",
6184 "label": "PGID",
6185 "name": "PGID"
6186 }
6187 ],
6188 "image": "organizr/organizr:latest",
6189 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/organizr-icon.png",
6190 "name": "organizr-v2",
6191 "platform": "linux",
6192 "ports": [
6193 "80/tcp"
6194 ],
6195 "restart_policy": "unless-stopped",
6196 "title": "Organizr",
6197 "type": 1,
6198 "volumes": [
6199 {
6200 "bind": "/portainer/Files/AppData/Config/Organizr",
6201 "container": "/config"
6202 }
6203 ]
6204 },
6205 {
6206 "type": 1,
6207 "title": "Organizr",
6208 "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
6209 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/organizr-icon.png",
6210 "image": "organizrtools/organizr:latest",
6211 "category": [
6212 "Other",
6213 "Tools"
6214 ],
6215 "platform": "linux",
6216 "ports": [
6217 "80/tcp"
6218 ],
6219 "volumes": [
6220 {
6221 "container": "/config"
6222 }
6223 ],
6224 "env": [
6225 {
6226 "name": "PUID",
6227 "label": "PUID",
6228 "set": "1000"
6229 },
6230 {
6231 "name": "PGID",
6232 "label": "PGID",
6233 "set": "1000"
6234 },
6235 {
6236 "name": "TZ",
6237 "label": "TZ",
6238 "set": "America/Chicago"
6239 }
6240 ]
6241 },
6242 {
6243 "type": 1,
6244 "title": "Organizr v2 - SelfhostedPro",
6245 "name": "organizr-v2",
6246 "description": "Organizr allows you to setup Tabs that will be loaded all in one webpage. You can then work on your server with ease.",
6247 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/organizr-icon.png",
6248 "image": "organizrtools/organizr-v2:php-fpm",
6249 "categories": [
6250 "Other",
6251 "Tools"
6252 ],
6253 "platform": "linux",
6254 "restart_policy": "unless-stopped",
6255 "ports": [
6256 "80/tcp"
6257 ],
6258 "volumes": [
6259 {
6260 "container": "/config",
6261 "bind": "/portainer/Files/AppData/Config/Organizr"
6262 }
6263 ],
6264 "env": [
6265 {
6266 "name": "PUID",
6267 "label": "PUID",
6268 "default": "1000"
6269 },
6270 {
6271 "name": "PGID",
6272 "label": "PGID",
6273 "default": "100"
6274 }
6275 ]
6276 },
6277 {
6278 "description": "This is a Docker container for ps3netsrv",
6279 "image": "shawly/ps3netsrv:latest",
6280 "logo": "http://www.psx-place.com/attachments/t5q3zmc-520x245-png.4405/",
6281 "name": "ps3netsrv",
6282 "network": "bridge",
6283 "platform": "linux",
6284 "ports": [
6285 "38008/tcp"
6286 ],
6287 "title": "PS3Netsrv",
6288 "type": "container",
6289 "volumes": [
6290 "/games"
6291 ]
6292 },
6293 {
6294 "type": 1,
6295 "title": "PhotoShow - SelfhostedPro",
6296 "name": "photoshow",
6297 "description": "A simple, easy way to turn a photo album into a webgallery",
6298 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/photoshow-icon.png",
6299 "image": "linuxserver/photoshow:latest",
6300 "categories": [
6301 "Photos"
6302 ],
6303 "platform": "linux",
6304 "restart_policy": "unless-stopped",
6305 "ports": [
6306 "80/tcp"
6307 ],
6308 "volumes": [
6309 {
6310 "container": "/Pictures",
6311 "bind": "/portainer/Pictures"
6312 },
6313 {
6314 "container": "/Thumbs",
6315 "bind": "/portainer/Files/AppData/Photoshow/Thumbs"
6316 },
6317 {
6318 "container": "/config",
6319 "bind": "/portainer/Files/AppData/Config/PhotoShow"
6320 }
6321 ],
6322 "env": [
6323 {
6324 "name": "PUID",
6325 "label": "PUID",
6326 "default": "1000"
6327 },
6328 {
6329 "name": "PGID",
6330 "label": "PGID",
6331 "default": "100"
6332 }
6333 ]
6334 },
6335 {
6336 "categories": [
6337 "Photos"
6338 ],
6339 "description": "A simple, easy way to turn a photo album into a webgallery",
6340 "env": [
6341 {
6342 "default": "1000",
6343 "label": "PUID",
6344 "name": "PUID"
6345 },
6346 {
6347 "default": "100",
6348 "label": "PGID",
6349 "name": "PGID"
6350 }
6351 ],
6352 "image": "linuxserver/photoshow:latest",
6353 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/photoshow-icon.png",
6354 "name": "photoshow",
6355 "platform": "linux",
6356 "ports": [
6357 "80/tcp"
6358 ],
6359 "restart_policy": "unless-stopped",
6360 "title": "PhotoShow",
6361 "type": 1,
6362 "volumes": [
6363 {
6364 "bind": "/portainer/Pictures",
6365 "container": "/Pictures"
6366 },
6367 {
6368 "bind": "/portainer/Files/AppData/Photoshow/Thumbs",
6369 "container": "/Thumbs"
6370 },
6371 {
6372 "bind": "/portainer/Files/AppData/Config/PhotoShow",
6373 "container": "/config"
6374 }
6375 ]
6376 },
6377 {
6378 "type": 1,
6379 "title": "Pi-Hole - SelfhostedPro",
6380 "name": "pihole",
6381 "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.",
6382 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pihole.png",
6383 "image": "pihole/pihole:latest",
6384 "categories": [
6385 "Other",
6386 "Tools"
6387 ],
6388 "platform": "linux",
6389 "restart_policy": "unless-stopped",
6390 "ports": [
6391 "53:53/tcp",
6392 "53:53/udp",
6393 "67:67/udp",
6394 "1010:80/tcp",
6395 "4443:443/tcp"
6396 ],
6397 "volumes": [
6398 {
6399 "container": "/etc/pihole",
6400 "bind": "/portainer/Files/AppData/Config/PiHole"
6401 },
6402 {
6403 "container": "/etc/dnsmasq.d",
6404 "bind": "/portainer/Files/AppData/Config/PiHole/DNS"
6405 }
6406 ],
6407 "note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article <a href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'>here</a> if you run into issues binding to port 53."
6408 },
6409 {
6410 "categories": [
6411 "Other",
6412 "Tools"
6413 ],
6414 "description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.",
6415 "image": "pihole/pihole:latest",
6416 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/pihole.png",
6417 "name": "pihole",
6418 "note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article <a href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'>here</a> if you run into issues binding to port 53.",
6419 "platform": "linux",
6420 "ports": [
6421 "53:53/tcp",
6422 "53:53/udp",
6423 "67:67/udp",
6424 "1010:80/tcp",
6425 "4443:443/tcp"
6426 ],
6427 "restart_policy": "unless-stopped",
6428 "title": "Pi-Hole",
6429 "type": 1,
6430 "volumes": [
6431 {
6432 "bind": "/portainer/Files/AppData/Config/PiHole",
6433 "container": "/etc/pihole"
6434 },
6435 {
6436 "bind": "/portainer/Files/AppData/Config/PiHole/DNS",
6437 "container": "/etc/dnsmasq.d"
6438 }
6439 ]
6440 },
6441 {
6442 "type": 1,
6443 "title": "Piwigo - SelfhostedPro",
6444 "name": "piwigo",
6445 "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
6446 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/piwigo-icon.png",
6447 "image": "linuxserver/piwigo:latest",
6448 "categories": [
6449 "Photos"
6450 ],
6451 "platform": "linux",
6452 "restart_policy": "unless-stopped",
6453 "ports": [
6454 "80/tcp"
6455 ],
6456 "volumes": [
6457 {
6458 "container": "/config",
6459 "bind": "/portainer/Files/AppData/Config/PiWigo"
6460 }
6461 ],
6462 "env": [
6463 {
6464 "name": "PUID",
6465 "label": "PUID",
6466 "default": "1000"
6467 },
6468 {
6469 "name": "PGID",
6470 "label": "PGID",
6471 "default": "100"
6472 }
6473 ]
6474 },
6475 {
6476 "categories": [
6477 "Photos"
6478 ],
6479 "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
6480 "env": [
6481 {
6482 "default": "1000",
6483 "label": "PUID",
6484 "name": "PUID"
6485 },
6486 {
6487 "default": "100",
6488 "label": "PGID",
6489 "name": "PGID"
6490 }
6491 ],
6492 "image": "linuxserver/piwigo:latest",
6493 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/piwigo-icon.png",
6494 "name": "piwigo",
6495 "platform": "linux",
6496 "ports": [
6497 "80/tcp"
6498 ],
6499 "restart_policy": "unless-stopped",
6500 "title": "Piwigo",
6501 "type": 1,
6502 "volumes": [
6503 {
6504 "bind": "/portainer/Files/AppData/Config/PiWigo",
6505 "container": "/config"
6506 }
6507 ]
6508 },
6509 {
6510 "type": 1,
6511 "title": "Plesk",
6512 "description": "WebOps platform and hosting control panel",
6513 "categories": [
6514 "CMS"
6515 ],
6516 "platform": "linux",
6517 "note": "Default credentials: admin / changeme",
6518 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plesk.png",
6519 "image": "plesk/plesk:latest",
6520 "ports": [
6521 "21/tcp",
6522 "80/tcp",
6523 "443/tcp",
6524 "8880/tcp",
6525 "8443/tcp",
6526 "8447/tcp"
6527 ]
6528 },
6529 {
6530 "type": 1,
6531 "title": "Plex - SelfhostedPro",
6532 "name": "plex",
6533 "description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.",
6534 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/plex-icon.png",
6535 "image": "linuxserver/plex:latest",
6536 "categories": [
6537 "Video",
6538 "Music",
6539 "Photos"
6540 ],
6541 "platform": "linux",
6542 "restart_policy": "unless-stopped",
6543 "network": "host",
6544 "volumes": [
6545 {
6546 "container": "/config",
6547 "bind": "/portainer/Files/AppData/Config/Plex"
6548 },
6549 {
6550 "container": "/tv",
6551 "bind": "/portainer/TV"
6552 },
6553 {
6554 "container": "/movies",
6555 "bind": "/portainer/Movies"
6556 }
6557 ],
6558 "env": [
6559 {
6560 "name": "PUID",
6561 "label": "PUID",
6562 "default": "1000"
6563 },
6564 {
6565 "name": "PGID",
6566 "label": "PGID",
6567 "default": "100"
6568 },
6569 {
6570 "name": "VERSION",
6571 "label": "VERSION",
6572 "set": "latest"
6573 }
6574 ]
6575 },
6576 {
6577 "categories": [
6578 "Video",
6579 "Music",
6580 "Photos"
6581 ],
6582 "description": "Your favorite movies, TV, music, web shows, podcasts, and more, all streamed to your favorite screens.",
6583 "env": [
6584 {
6585 "default": "1000",
6586 "label": "PUID",
6587 "name": "PUID"
6588 },
6589 {
6590 "default": "100",
6591 "label": "PGID",
6592 "name": "PGID"
6593 },
6594 {
6595 "label": "VERSION",
6596 "name": "VERSION",
6597 "set": "latest"
6598 }
6599 ],
6600 "image": "linuxserver/plex:latest",
6601 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/plex-icon.png",
6602 "name": "plex",
6603 "network": "host",
6604 "platform": "linux",
6605 "restart_policy": "unless-stopped",
6606 "title": "Plex",
6607 "type": 1,
6608 "volumes": [
6609 {
6610 "bind": "/portainer/Files/AppData/Config/Plex",
6611 "container": "/config"
6612 },
6613 {
6614 "bind": "/portainer/TV",
6615 "container": "/tv"
6616 },
6617 {
6618 "bind": "/portainer/Movies",
6619 "container": "/movies"
6620 }
6621 ]
6622 },
6623 {
6624 "description": "Official Plex Media Server Docker Repo",
6625 "env": [
6626 {
6627 "label": "ENV : HOME",
6628 "name": "HOME",
6629 "value": "/config"
6630 }
6631 ],
6632 "image": "plexinc/pms-docker:plexpass",
6633 "logo": "https://github.com/plexinc/pms-docker/raw/master/img/plex-server.png",
6634 "name": "plexmediaserver-plexpass",
6635 "network": "bridge",
6636 "platform": "linux",
6637 "ports": [
6638 "32400/tcp"
6639 ],
6640 "restart": "always",
6641 "title": "Plex Media Server - Plex Pass",
6642 "type": "container",
6643 "volumes": [
6644 "/data",
6645 "/config",
6646 "/transcode",
6647 "/config/Library/Application Support/Plex Media Server/Logs"
6648 ]
6649 },
6650 {
6651 "type": 1,
6652 "title": "Plex Requests",
6653 "name": "plexrequests",
6654 "description": "Simple automated way for users to request new content for Plex.",
6655 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png",
6656 "image": "linuxserver/plexrequests:latest",
6657 "categories": [
6658 "Downloaders",
6659 "Other",
6660 "Video",
6661 "Tools"
6662 ],
6663 "platform": "linux",
6664 "restart_policy": "unless-stopped",
6665 "ports": [
6666 "3000:3000/tcp"
6667 ],
6668 "volumes": [
6669 {
6670 "container": "/config",
6671 "bind": "/portainer/Files/AppData/Config/PlexRequests"
6672 }
6673 ],
6674 "env": [
6675 {
6676 "name": "PUID",
6677 "label": "PUID",
6678 "default": "1000"
6679 },
6680 {
6681 "name": "PGID",
6682 "label": "PGID",
6683 "default": "100"
6684 },
6685 {
6686 "name": "URL_BASE",
6687 "label": "URL_BASE",
6688 "set": ""
6689 }
6690 ]
6691 },
6692 {
6693 "categories": [
6694 "Downloaders",
6695 "Other",
6696 "Video",
6697 "Tools"
6698 ],
6699 "description": "Simple automated way for users to request new content for Plex.",
6700 "env": [
6701 {
6702 "default": "1000",
6703 "label": "PUID",
6704 "name": "PUID"
6705 },
6706 {
6707 "default": "100",
6708 "label": "PGID",
6709 "name": "PGID"
6710 },
6711 {
6712 "label": "URL_BASE",
6713 "name": "URL_BASE",
6714 "set": ""
6715 }
6716 ],
6717 "image": "linuxserver/plexrequests:latest",
6718 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/plexrequests-icon.png",
6719 "name": "plexrequests",
6720 "platform": "linux",
6721 "ports": [
6722 "3000:3000/tcp"
6723 ],
6724 "restart_policy": "unless-stopped",
6725 "title": "Plex Requests",
6726 "type": 1,
6727 "volumes": [
6728 {
6729 "bind": "/portainer/Files/AppData/Config/PlexRequests",
6730 "container": "/config"
6731 }
6732 ]
6733 },
6734 {
6735 "type": 1,
6736 "title": "Plone",
6737 "description": "A free and open-source CMS built on top of Zope",
6738 "categories": [
6739 "CMS"
6740 ],
6741 "platform": "linux",
6742 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/plone.png",
6743 "image": "plone:latest",
6744 "ports": [
6745 "8080/tcp"
6746 ],
6747 "volumes": [
6748 {
6749 "container": "/data"
6750 }
6751 ]
6752 },
6753 {
6754 "type": 2,
6755 "title": "Portainer Agent",
6756 "description": "Manage all the resources in your Swarm cluster",
6757 "note": "The agent will be deployed globally inside your cluster and available on port 9001.",
6758 "categories": [
6759 "portainer"
6760 ],
6761 "platform": "linux",
6762 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/portainer.png",
6763 "repository": {
6764 "url": "https://github.com/portainer/templates",
6765 "stackfile": "stacks/portainer-agent/docker-stack.yml"
6766 }
6767 },
6768 {
6769 "type": 1,
6770 "title": "PostgreSQL",
6771 "description": "The most advanced open-source database",
6772 "categories": [
6773 "database"
6774 ],
6775 "platform": "linux",
6776 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
6777 "image": "postgres:latest",
6778 "env": [
6779 {
6780 "name": "POSTGRES_USER",
6781 "label": "Superuser"
6782 },
6783 {
6784 "name": "POSTGRES_PASSWORD",
6785 "label": "Superuser password"
6786 }
6787 ],
6788 "ports": [
6789 "5432/tcp"
6790 ],
6791 "volumes": [
6792 {
6793 "container": "/var/lib/postgresql/data"
6794 }
6795 ]
6796 },
6797 {
6798 "type": 1,
6799 "title": "PostgreSQL v9.3",
6800 "description": "PostgreSQL v9.3",
6801 "categories": [
6802 "database"
6803 ],
6804 "platform": "linux",
6805 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
6806 "image": "camunda-ci-postgresql:9.3",
6807 "ports": [
6808 "5432/tcp",
6809 "22/tcp"
6810 ],
6811 "registry": "anonymousproxy:8081",
6812 "command": "/usr/local/bin/start-container.sh",
6813 "restart_policy": "on-failure"
6814 },
6815 {
6816 "type": 1,
6817 "title": "PostgreSQL v9.4",
6818 "description": "PostgreSQL v9.4",
6819 "categories": [
6820 "database"
6821 ],
6822 "platform": "linux",
6823 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
6824 "image": "camunda-ci-postgresql:9.4",
6825 "ports": [
6826 "5432/tcp",
6827 "22/tcp"
6828 ],
6829 "registry": "anonymousproxy:8081",
6830 "command": "/usr/local/bin/start-container.sh",
6831 "restart_policy": "on-failure"
6832 },
6833 {
6834 "type": 1,
6835 "title": "PostgreSQL v9.6",
6836 "description": "PostgreSQL v9.6",
6837 "categories": [
6838 "database"
6839 ],
6840 "platform": "linux",
6841 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/postgres.png",
6842 "image": "camunda-ci-postgresql:9.6",
6843 "ports": [
6844 "5432/tcp",
6845 "22/tcp"
6846 ],
6847 "registry": "anonymousproxy:8081",
6848 "command": "/usr/local/bin/start-container.sh",
6849 "restart_policy": "on-failure"
6850 },
6851 {
6852 "type": 3,
6853 "title": "Pritunl - SelfhostedPro",
6854 "name": "pritunl",
6855 "description": "Pritunl container built on Alpine Linux. Supports IPv6 and running behind a reverse proxy. This container requires an external Mongo DB and should be run via Docker Compose or other orchestration.",
6856 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/pritunl/Images/pritunl.png",
6857 "categories": [
6858 "VPN",
6859 "Tools",
6860 "Other",
6861 "Web"
6862 ],
6863 "note": "Documentation on this containier can be found here: <a href=https://hub.docker.com/r/goofball222/pritunl>https://hub.docker.com/r/goofball222/pritunl</a>;;;;",
6864 "platform": "linux",
6865 "repository": {
6866 "url": "https://github.com/SelfhostedPro/selfhosted_templates",
6867 "stackfile": "Template/Stack/pritunl.yml"
6868 },
6869 "env": [
6870 {
6871 "name": "REVERSE_PROXY",
6872 "label": "REVERSE_PROXY",
6873 "default": "false"
6874 },
6875 {
6876 "name": "PRITUNL_OPTS",
6877 "label": "PRITUNL_OPTS"
6878 },
6879 {
6880 "name": "MONGODB_URI",
6881 "label": "MONGODB_URI",
6882 "default": "mongodb://mongo:27017/pritunl"
6883 },
6884 {
6885 "name": "WIREGUARD",
6886 "label": "WIREGUARD",
6887 "default": "false"
6888 }
6889 ]
6890 },
6891 {
6892 "type": 1,
6893 "title": "ProjectSend - SelfhostedPro",
6894 "name": "projectsend",
6895 "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
6896 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/projectsend-logo.png",
6897 "image": "linuxserver/projectsend:latest",
6898 "categories": [
6899 "Cloud",
6900 "Productivity",
6901 "Tools",
6902 "Other"
6903 ],
6904 "platform": "linux",
6905 "restart_policy": "unless-stopped",
6906 "ports": [
6907 "80/tcp"
6908 ],
6909 "volumes": [
6910 {
6911 "container": "/data",
6912 "bind": "/portainer/Files/AppData/ProjectSend"
6913 },
6914 {
6915 "container": "/config",
6916 "bind": "/portainer/Files/AppData/Config/ProjectSend"
6917 }
6918 ],
6919 "env": [
6920 {
6921 "name": "PUID",
6922 "label": "PUID",
6923 "default": "1000"
6924 },
6925 {
6926 "name": "PGID",
6927 "label": "PGID",
6928 "default": "100"
6929 }
6930 ]
6931 },
6932 {
6933 "categories": [
6934 "Cloud",
6935 "Productivity",
6936 "Tools",
6937 "Other"
6938 ],
6939 "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
6940 "env": [
6941 {
6942 "default": "1000",
6943 "label": "PUID",
6944 "name": "PUID"
6945 },
6946 {
6947 "default": "100",
6948 "label": "PGID",
6949 "name": "PGID"
6950 }
6951 ],
6952 "image": "linuxserver/projectsend:latest",
6953 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/projectsend-logo.png",
6954 "name": "projectsend",
6955 "platform": "linux",
6956 "ports": [
6957 "80/tcp"
6958 ],
6959 "restart_policy": "unless-stopped",
6960 "title": "ProjectSend",
6961 "type": 1,
6962 "volumes": [
6963 {
6964 "bind": "/portainer/Files/AppData/ProjectSend",
6965 "container": "/data"
6966 },
6967 {
6968 "bind": "/portainer/Files/AppData/Config/ProjectSend",
6969 "container": "/config"
6970 }
6971 ]
6972 },
6973 {
6974 "type": 1,
6975 "title": "ProtonMail Bridge",
6976 "name": "protonmail-bridge",
6977 "description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
6978 "note": "Please refer to the documentation <a href='https://hub.docker.com/r/shenxn/protonmail-bridge'/>here</a> to set this up.",
6979 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/protonmail-bridge.png",
6980 "image": "shenxn/protonmail-bridge:latest",
6981 "categories": [
6982 "Email",
6983 "Productivity",
6984 "Tools",
6985 "Other"
6986 ],
6987 "platform": "linux",
6988 "restart_policy": "unless-stopped",
6989 "ports": [
6990 "143/tcp",
6991 "25/tcp"
6992 ],
6993 "volumes": [
6994 {
6995 "container": "/root",
6996 "bind": "/portainer/Files/AppData/ProtonMail-Bridge"
6997 }
6998 ]
6999 },
7000 {
7001 "categories": [
7002 "Email",
7003 "Productivity",
7004 "Tools",
7005 "Other"
7006 ],
7007 "description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
7008 "image": "shenxn/protonmail-bridge:latest",
7009 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/protonmail-bridge.png",
7010 "name": "protonmail-bridge",
7011 "note": "Please refer to the documentation <a href='https://hub.docker.com/r/shenxn/protonmail-bridge'/>here</a> to set this up.",
7012 "platform": "linux",
7013 "ports": [
7014 "143/tcp",
7015 "25/tcp"
7016 ],
7017 "restart_policy": "unless-stopped",
7018 "title": "ProtonMail Bridge",
7019 "type": 1,
7020 "volumes": [
7021 {
7022 "bind": "/portainer/Files/AppData/ProtonMail-Bridge",
7023 "container": "/root"
7024 }
7025 ]
7026 },
7027 {
7028 "description": "pyLoad is a fast, lightweight and full featured download manager for many One-Click-Hoster.",
7029 "env": [
7030 {
7031 "label": "Docker UserID",
7032 "name": "PUID"
7033 },
7034 {
7035 "label": "Docker GroupID",
7036 "name": "PGID"
7037 }
7038 ],
7039 "image": "cobraeti/pyload:latest",
7040 "logo": "https://www.babeuloula.fr/images/pyload.png",
7041 "name": "pyLoad",
7042 "network": "bridge",
7043 "platform": "linux",
7044 "ports": [
7045 "8000/tcp"
7046 ],
7047 "restart": "always",
7048 "title": "PyLoad",
7049 "type": "container",
7050 "volumes": [
7051 "/config",
7052 "/downloads",
7053 "/ssl"
7054 ]
7055 },
7056 {
7057 "type": 1,
7058 "title": "Pydio - SelfhostedPro",
7059 "name": "pydio",
7060 "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
7061 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/pydio-icon.png",
7062 "image": "linuxserver/pydio:latest",
7063 "categories": [
7064 "Cloud",
7065 "Other"
7066 ],
7067 "platform": "linux",
7068 "restart_policy": "unless-stopped",
7069 "ports": [
7070 "443/tcp"
7071 ],
7072 "volumes": [
7073 {
7074 "container": "/config",
7075 "bind": "/portainer/Files/AppData/Config/Pydio"
7076 },
7077 {
7078 "container": "/data",
7079 "bind": "/portainer/Files/AppData/Pydio"
7080 }
7081 ],
7082 "env": [
7083 {
7084 "name": "PUID",
7085 "label": "PUID",
7086 "default": "1000"
7087 },
7088 {
7089 "name": "PGID",
7090 "label": "PGID",
7091 "default": "100"
7092 }
7093 ]
7094 },
7095 {
7096 "categories": [
7097 "Cloud",
7098 "Other"
7099 ],
7100 "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
7101 "env": [
7102 {
7103 "default": "1000",
7104 "label": "PUID",
7105 "name": "PUID"
7106 },
7107 {
7108 "default": "100",
7109 "label": "PGID",
7110 "name": "PGID"
7111 }
7112 ],
7113 "image": "linuxserver/pydio:latest",
7114 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/pydio-icon.png",
7115 "name": "pydio",
7116 "platform": "linux",
7117 "ports": [
7118 "443/tcp"
7119 ],
7120 "restart_policy": "unless-stopped",
7121 "title": "Pydio",
7122 "type": 1,
7123 "volumes": [
7124 {
7125 "bind": "/portainer/Files/AppData/Config/Pydio",
7126 "container": "/config"
7127 },
7128 {
7129 "bind": "/portainer/Files/AppData/Pydio",
7130 "container": "/data"
7131 }
7132 ]
7133 },
7134 {
7135 "type": 1,
7136 "title": "Quassel IRC - SelfhostedPro",
7137 "name": "quassel-core",
7138 "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
7139 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/quassel-core-icon.png",
7140 "image": "linuxserver/quassel-core:latest",
7141 "categories": [
7142 "Messenger"
7143 ],
7144 "platform": "linux",
7145 "restart_policy": "unless-stopped",
7146 "ports": [
7147 "4242:4242/tcp"
7148 ],
7149 "volumes": [
7150 {
7151 "container": "/config",
7152 "bind": "/portainer/Files/AppData/Config/Quassel-core"
7153 }
7154 ],
7155 "env": [
7156 {
7157 "name": "PUID",
7158 "label": "PUID",
7159 "default": "1000"
7160 },
7161 {
7162 "name": "PGID",
7163 "label": "PGID",
7164 "default": "100"
7165 }
7166 ]
7167 },
7168 {
7169 "categories": [
7170 "Messenger"
7171 ],
7172 "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
7173 "env": [
7174 {
7175 "default": "1000",
7176 "label": "PUID",
7177 "name": "PUID"
7178 },
7179 {
7180 "default": "100",
7181 "label": "PGID",
7182 "name": "PGID"
7183 }
7184 ],
7185 "image": "linuxserver/quassel-core:latest",
7186 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/quassel-core-icon.png",
7187 "name": "quassel-core",
7188 "platform": "linux",
7189 "ports": [
7190 "4242:4242/tcp"
7191 ],
7192 "restart_policy": "unless-stopped",
7193 "title": "Quassel IRC",
7194 "type": 1,
7195 "volumes": [
7196 {
7197 "bind": "/portainer/Files/AppData/Config/Quassel-core",
7198 "container": "/config"
7199 }
7200 ]
7201 },
7202 {
7203 "type": 1,
7204 "title": "RabbitMQ",
7205 "description": "Highly reliable enterprise messaging system",
7206 "categories": [
7207 "messaging"
7208 ],
7209 "platform": "linux",
7210 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/rabbitmq.png",
7211 "image": "rabbitmq:latest",
7212 "ports": [
7213 "5671/tcp",
7214 "5672/tcp"
7215 ],
7216 "volumes": [
7217 {
7218 "container": "/var/lib/rabbitmq"
7219 }
7220 ]
7221 },
7222 {
7223 "type": 1,
7224 "title": "Radarr - SelfhostedPro",
7225 "name": "radarr",
7226 "description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.",
7227 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/radarr.png",
7228 "image": "linuxserver/radarr:latest",
7229 "categories": [
7230 "Downloaders",
7231 "Video"
7232 ],
7233 "platform": "linux",
7234 "restart_policy": "unless-stopped",
7235 "ports": [
7236 "7878:7878/tcp"
7237 ],
7238 "volumes": [
7239 {
7240 "container": "/config",
7241 "bind": "/portainer/Files/AppData/Config/Radarr"
7242 },
7243 {
7244 "container": "/downloads",
7245 "bind": "/portainer/Downloads"
7246 },
7247 {
7248 "container": "/movies",
7249 "bind": "/portainer/Movies"
7250 }
7251 ],
7252 "env": [
7253 {
7254 "name": "PUID",
7255 "label": "PUID",
7256 "default": "1000"
7257 },
7258 {
7259 "name": "PGID",
7260 "label": "PGID",
7261 "default": "100"
7262 }
7263 ]
7264 },
7265 {
7266 "categories": [
7267 "Downloaders",
7268 "Video"
7269 ],
7270 "description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.",
7271 "env": [
7272 {
7273 "default": "1000",
7274 "label": "PUID",
7275 "name": "PUID"
7276 },
7277 {
7278 "default": "100",
7279 "label": "PGID",
7280 "name": "PGID"
7281 }
7282 ],
7283 "image": "linuxserver/radarr:latest",
7284 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/radarr.png",
7285 "name": "radarr",
7286 "platform": "linux",
7287 "ports": [
7288 "7878:7878/tcp"
7289 ],
7290 "restart_policy": "unless-stopped",
7291 "title": "Radarr",
7292 "type": 1,
7293 "volumes": [
7294 {
7295 "bind": "/portainer/Files/AppData/Config/Radarr",
7296 "container": "/config"
7297 },
7298 {
7299 "bind": "/portainer/Downloads",
7300 "container": "/downloads"
7301 },
7302 {
7303 "bind": "/portainer/Movies",
7304 "container": "/movies"
7305 }
7306 ]
7307 },
7308 {
7309 "type": 1,
7310 "title": "Reactive-Resume - SelfhostedPro",
7311 "name": "reactive-resume",
7312 "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
7313 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/reactiveresume.png",
7314 "image": "amruthpillai/reactive-resume:latest",
7315 "categories": [
7316 "Other",
7317 "Tools"
7318 ],
7319 "platform": "linux",
7320 "restart_policy": "unless-stopped",
7321 "ports": [
7322 "80/tcp"
7323 ],
7324 "volumes": [
7325 {
7326 "container": "/usr/src/app",
7327 "bind": "/portainer/Files/AppData/Config/ReactiveResume"
7328 }
7329 ]
7330 },
7331 {
7332 "categories": [
7333 "Other",
7334 "Tools"
7335 ],
7336 "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
7337 "image": "amruthpillai/reactive-resume:latest",
7338 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/reactiveresume.png",
7339 "name": "reactive-resume",
7340 "platform": "linux",
7341 "ports": [
7342 "80/tcp"
7343 ],
7344 "restart_policy": "unless-stopped",
7345 "title": "Reactive-Resume",
7346 "type": 1,
7347 "volumes": [
7348 {
7349 "bind": "/portainer/Files/AppData/Config/ReactiveResume",
7350 "container": "/usr/src/app"
7351 }
7352 ]
7353 },
7354 {
7355 "type": 1,
7356 "title": "Redis",
7357 "description": "Open-source in-memory data structure store",
7358 "categories": [
7359 "database"
7360 ],
7361 "platform": "linux",
7362 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redis.png",
7363 "image": "redis:latest",
7364 "ports": [
7365 "6379/tcp"
7366 ],
7367 "volumes": [
7368 {
7369 "container": "/data"
7370 }
7371 ]
7372 },
7373 {
7374 "type": 1,
7375 "title": "Redmine",
7376 "description": "Open-source project management tool",
7377 "categories": [
7378 "project-management"
7379 ],
7380 "platform": "linux",
7381 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/redmine.png",
7382 "image": "redmine:latest",
7383 "ports": [
7384 "3000/tcp"
7385 ],
7386 "volumes": [
7387 {
7388 "container": "/usr/src/redmine/files"
7389 }
7390 ]
7391 },
7392 {
7393 "type": 1,
7394 "title": "Registry",
7395 "description": "Docker image registry",
7396 "categories": [
7397 "docker"
7398 ],
7399 "platform": "linux",
7400 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
7401 "image": "registry:latest",
7402 "ports": [
7403 "5000/tcp"
7404 ],
7405 "volumes": [
7406 {
7407 "container": "/var/lib/registry"
7408 }
7409 ]
7410 },
7411 {
7412 "type": 1,
7413 "title": "Resilio Sync - SelfhostedPro",
7414 "name": "resilio-sync",
7415 "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.",
7416 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/resilio.png",
7417 "image": "linuxserver/resilio-sync:latest",
7418 "categories": [
7419 "Backup",
7420 "Cloud",
7421 "Other",
7422 "Tools"
7423 ],
7424 "platform": "linux",
7425 "restart_policy": "unless-stopped",
7426 "volumes": [
7427 {
7428 "container": "/config",
7429 "bind": "/portainer/Files/AppData/Config/Resilio-Sync"
7430 },
7431 {
7432 "container": "/sync"
7433 },
7434 {
7435 "container": "/downloads",
7436 "bind": "/portainer/Downloads"
7437 }
7438 ],
7439 "env": [
7440 {
7441 "name": "PUID",
7442 "label": "PUID",
7443 "default": "1000"
7444 },
7445 {
7446 "name": "PGID",
7447 "label": "PGID",
7448 "default": "100"
7449 }
7450 ]
7451 },
7452 {
7453 "categories": [
7454 "Backup",
7455 "Cloud",
7456 "Other",
7457 "Tools"
7458 ],
7459 "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.",
7460 "env": [
7461 {
7462 "default": "1000",
7463 "label": "PUID",
7464 "name": "PUID"
7465 },
7466 {
7467 "default": "100",
7468 "label": "PGID",
7469 "name": "PGID"
7470 }
7471 ],
7472 "image": "linuxserver/resilio-sync:latest",
7473 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/resilio.png",
7474 "name": "resilio-sync",
7475 "platform": "linux",
7476 "restart_policy": "unless-stopped",
7477 "title": "Resilio Sync",
7478 "type": 1,
7479 "volumes": [
7480 {
7481 "bind": "/portainer/Files/AppData/Config/Resilio-Sync",
7482 "container": "/config"
7483 },
7484 {
7485 "container": "/sync"
7486 },
7487 {
7488 "bind": "/portainer/Downloads",
7489 "container": "/downloads"
7490 }
7491 ]
7492 },
7493 {
7494 "type": 1,
7495 "title": "SABnzbd - SelfhostedPro",
7496 "name": "sabnzbd",
7497 "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
7498 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sabnzbd-icon.png",
7499 "image": "linuxserver/sabnzbd:latest",
7500 "categories": [
7501 "Downloaders"
7502 ],
7503 "platform": "linux",
7504 "restart_policy": "unless-stopped",
7505 "ports": [
7506 "8080:8080/tcp",
7507 "9090:9090/tcp"
7508 ],
7509 "volumes": [
7510 {
7511 "container": "/config",
7512 "bind": "/portainer/Files/AppData/Config/Sabnzbd"
7513 },
7514 {
7515 "container": "/downloads",
7516 "bind": "/portainer/Downloads"
7517 },
7518 {
7519 "container": "/incomplete-downloads",
7520 "bind": "/portainer/Downloads/incomplete"
7521 }
7522 ],
7523 "env": [
7524 {
7525 "name": "PUID",
7526 "label": "PUID",
7527 "default": "1000"
7528 },
7529 {
7530 "name": "PGID",
7531 "label": "PGID",
7532 "default": "100"
7533 }
7534 ]
7535 },
7536 {
7537 "categories": [
7538 "Downloaders"
7539 ],
7540 "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
7541 "env": [
7542 {
7543 "default": "1000",
7544 "label": "PUID",
7545 "name": "PUID"
7546 },
7547 {
7548 "default": "100",
7549 "label": "PGID",
7550 "name": "PGID"
7551 }
7552 ],
7553 "image": "linuxserver/sabnzbd:latest",
7554 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sabnzbd-icon.png",
7555 "name": "sabnzbd",
7556 "platform": "linux",
7557 "ports": [
7558 "8080:8080/tcp",
7559 "9090:9090/tcp"
7560 ],
7561 "restart_policy": "unless-stopped",
7562 "title": "SABnzbd",
7563 "type": 1,
7564 "volumes": [
7565 {
7566 "bind": "/portainer/Files/AppData/Config/Sabnzbd",
7567 "container": "/config"
7568 },
7569 {
7570 "bind": "/portainer/Downloads",
7571 "container": "/downloads"
7572 },
7573 {
7574 "bind": "/portainer/Downloads/incomplete",
7575 "container": "/incomplete-downloads"
7576 }
7577 ]
7578 },
7579 {
7580 "type": 1,
7581 "title": "SQL Server",
7582 "description": "Microsoft SQL Server on Linux",
7583 "categories": [
7584 "database"
7585 ],
7586 "platform": "linux",
7587 "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
7588 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
7589 "image": "microsoft/mssql-server-linux:2017-GA",
7590 "ports": [
7591 "1433/tcp"
7592 ],
7593 "env": [
7594 {
7595 "name": "ACCEPT_EULA",
7596 "set": "Y"
7597 },
7598 {
7599 "name": "SA_PASSWORD",
7600 "label": "SA password"
7601 }
7602 ]
7603 },
7604 {
7605 "type": 1,
7606 "title": "SQL Server",
7607 "description": "Microsoft SQL Server Developer for Windows containers",
7608 "categories": [
7609 "database"
7610 ],
7611 "platform": "windows",
7612 "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
7613 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
7614 "image": "microsoft/mssql-server-windows-developer:latest",
7615 "ports": [
7616 "1433/tcp"
7617 ],
7618 "env": [
7619 {
7620 "name": "ACCEPT_EULA",
7621 "set": "Y"
7622 },
7623 {
7624 "name": "sa_password",
7625 "label": "SA password"
7626 }
7627 ],
7628 "volumes": [
7629 {
7630 "container": "C:/temp/"
7631 }
7632 ]
7633 },
7634 {
7635 "type": 1,
7636 "title": "SQL Server Express",
7637 "description": "Microsoft SQL Server Express for Windows containers",
7638 "categories": [
7639 "database"
7640 ],
7641 "platform": "windows",
7642 "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
7643 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
7644 "image": "microsoft/mssql-server-windows-express:latest",
7645 "ports": [
7646 "1433/tcp"
7647 ],
7648 "env": [
7649 {
7650 "name": "ACCEPT_EULA",
7651 "set": "Y"
7652 },
7653 {
7654 "name": "sa_password",
7655 "label": "SA password"
7656 }
7657 ],
7658 "volumes": [
7659 {
7660 "container": "C:/temp/"
7661 }
7662 ]
7663 },
7664 {
7665 "type": 1,
7666 "title": "Scality S3",
7667 "description": "Standalone AWS S3 protocol server",
7668 "categories": [
7669 "storage"
7670 ],
7671 "platform": "linux",
7672 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/scality-s3.png",
7673 "image": "scality/s3server",
7674 "ports": [
7675 "8000/tcp"
7676 ],
7677 "env": [
7678 {
7679 "name": "SCALITY_ACCESS_KEY",
7680 "label": "Scality S3 access key"
7681 },
7682 {
7683 "name": "SCALITY_SECRET_KEY",
7684 "label": "Scality S3 secret key"
7685 }
7686 ],
7687 "volumes": [
7688 {
7689 "container": "/usr/src/app/localData"
7690 },
7691 {
7692 "container": "/usr/src/app/localMetadata"
7693 }
7694 ]
7695 },
7696 {
7697 "type": 3,
7698 "title": "Seafile - SelfhostedPro",
7699 "name": "seafile",
7700 "description": "Seafile is an open-source, cross-platform file-hosting software system. Files are stored on a central server and can be synchronized with personal computers and mobile devices through apps. Files on the Seafile server can also be accessed directly via the server's web interface.",
7701 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/seafile.png",
7702 "categories": [
7703 "Cloud",
7704 "Other"
7705 ],
7706 "platform": "linux",
7707 "repository": {
7708 "url": "https://github.com/SelfhostedPro/selfhosted_templates",
7709 "stackfile": "Template/Stack/seafile.yml"
7710 },
7711 "env": [
7712 {
7713 "name": "TIME_ZONE",
7714 "label": "Time Zone",
7715 "default": "Etc/UTC"
7716 },
7717 {
7718 "name": "MYSQL_ROOT_PASSWORD",
7719 "label": "Database Password",
7720 "default": "password"
7721 },
7722 {
7723 "name": "ADMIN_EMAIL",
7724 "label": "Administrator Email",
7725 "default": "me@example.com"
7726 },
7727 {
7728 "name": "ADMIN_PASSWORD",
7729 "label": "Administrator Password",
7730 "default": "asecret"
7731 },
7732 {
7733 "name": "SERVER_HOSTNAME",
7734 "label": "Domain Name",
7735 "default": "docs.seafile.com"
7736 },
7737 {
7738 "name": "ENABLE_HTTPS",
7739 "label": "Enable HTTPS?",
7740 "select": [
7741 {
7742 "text": "Yes",
7743 "value": "true",
7744 "default": true
7745 },
7746 {
7747 "text": "No",
7748 "value": "false"
7749 }
7750 ]
7751 }
7752 ]
7753 },
7754 {
7755 "type": 1,
7756 "title": "Sematext Docker Agent",
7757 "description": "Collect logs, metrics and docker events",
7758 "categories": [
7759 "Log Management",
7760 "Monitoring"
7761 ],
7762 "platform": "linux",
7763 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
7764 "image": "sematext/sematext-agent-docker:latest",
7765 "name": "sematext-agent",
7766 "privileged": true,
7767 "env": [
7768 {
7769 "name": "LOGSENE_TOKEN",
7770 "label": "Logs token"
7771 },
7772 {
7773 "name": "SPM_TOKEN",
7774 "label": "SPM monitoring token"
7775 }
7776 ],
7777 "volumes": [
7778 {
7779 "container": "/var/run/docker.sock",
7780 "bind": "/var/run/docker.sock"
7781 }
7782 ]
7783 },
7784 {
7785 "title": "Sematext Docker Agent",
7786 "type": 2,
7787 "categories": [
7788 "Log Management",
7789 "Monitoring"
7790 ],
7791 "description": "Collect logs, metrics and docker events",
7792 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/sematext_agent.png",
7793 "platform": "linux",
7794 "repository": {
7795 "url": "https://github.com/portainer/templates",
7796 "stackfile": "stacks/sematext-agent-docker/docker-stack.yml"
7797 },
7798 "env": [
7799 {
7800 "name": "LOGSENE_TOKEN",
7801 "label": "Logs token"
7802 },
7803 {
7804 "name": "SPM_TOKEN",
7805 "label": "SPM monitoring token"
7806 }
7807 ]
7808 },
7809 {
7810 "type": 1,
7811 "title": "Shiori - robocopAlpha",
7812 "name": "shiori",
7813 "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.",
7814 "logo": "https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png",
7815 "image": "radhifadlillah/shiori:latest",
7816 "categories": [
7817 "Other",
7818 "Tools"
7819 ],
7820 "platform": "linux",
7821 "restart_policy": "unless-stopped",
7822 "ports": [
7823 "8080/tcp"
7824 ],
7825 "volumes": [
7826 {
7827 "container": "/srv/shiori",
7828 "bind": "/portainer/Files/AppData/Config/Shiori"
7829 }
7830 ]
7831 },
7832 {
7833 "categories": [
7834 "Other",
7835 "Tools"
7836 ],
7837 "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.",
7838 "image": "radhifadlillah/shiori:latest",
7839 "logo": "https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png",
7840 "name": "shiori",
7841 "platform": "linux",
7842 "ports": [
7843 "8080/tcp"
7844 ],
7845 "restart_policy": "unless-stopped",
7846 "title": "Shiori- robocopAlpha",
7847 "type": 1,
7848 "volumes": [
7849 {
7850 "bind": "/portainer/Files/AppData/Config/Shiori",
7851 "container": "/srv/shiori"
7852 }
7853 ]
7854 },
7855 {
7856 "type": 1,
7857 "title": "SickChill - SelfhostedPro",
7858 "name": "sickchill",
7859 "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
7860 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickchill-icon.png",
7861 "image": "linuxserver/sickchill:latest",
7862 "categories": [
7863 "Downloaders",
7864 "Video"
7865 ],
7866 "platform": "linux",
7867 "restart_policy": "unless-stopped",
7868 "ports": [
7869 "8081:8081/tcp"
7870 ],
7871 "volumes": [
7872 {
7873 "container": "/config",
7874 "bind": "/portainer/Files/AppData/Config/SickChill"
7875 },
7876 {
7877 "container": "/downloads",
7878 "bind": "/portainer/Downloads"
7879 },
7880 {
7881 "container": "/tv",
7882 "bind": "/portainer/TV"
7883 }
7884 ],
7885 "env": [
7886 {
7887 "name": "PUID",
7888 "label": "PUID",
7889 "default": "1000"
7890 },
7891 {
7892 "name": "PGID",
7893 "label": "PGID",
7894 "default": "100"
7895 }
7896 ]
7897 },
7898 {
7899 "categories": [
7900 "Downloaders",
7901 "Video"
7902 ],
7903 "description": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
7904 "env": [
7905 {
7906 "default": "1000",
7907 "label": "PUID",
7908 "name": "PUID"
7909 },
7910 {
7911 "default": "100",
7912 "label": "PGID",
7913 "name": "PGID"
7914 }
7915 ],
7916 "image": "linuxserver/sickchill:latest",
7917 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sickchill-icon.png",
7918 "name": "sickchill",
7919 "platform": "linux",
7920 "ports": [
7921 "8081:8081/tcp"
7922 ],
7923 "restart_policy": "unless-stopped",
7924 "title": "SickChill",
7925 "type": 1,
7926 "volumes": [
7927 {
7928 "bind": "/portainer/Files/AppData/Config/SickChill",
7929 "container": "/config"
7930 },
7931 {
7932 "bind": "/portainer/Downloads",
7933 "container": "/downloads"
7934 },
7935 {
7936 "bind": "/portainer/TV",
7937 "container": "/tv"
7938 }
7939 ]
7940 },
7941 {
7942 "type": 1,
7943 "title": "SickGear - SelfhostedPro",
7944 "name": "sickgear",
7945 "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
7946 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sickgear-icon.png",
7947 "image": "linuxserver/sickgear:latest",
7948 "categories": [
7949 "Downloaders",
7950 "Video"
7951 ],
7952 "platform": "linux",
7953 "restart_policy": "unless-stopped",
7954 "ports": [
7955 "8081:8081/tcp"
7956 ],
7957 "volumes": [
7958 {
7959 "container": "/config",
7960 "bind": "/portainer/Files/AppData/Config/SickGear"
7961 },
7962 {
7963 "container": "/tv",
7964 "bind": "/portainer/TV"
7965 },
7966 {
7967 "container": "/downloads",
7968 "bind": "/portainer/Downloads"
7969 }
7970 ],
7971 "env": [
7972 {
7973 "name": "PUID",
7974 "label": "PUID",
7975 "default": "1000"
7976 },
7977 {
7978 "name": "PGID",
7979 "label": "PGID",
7980 "default": "100"
7981 }
7982 ]
7983 },
7984 {
7985 "categories": [
7986 "Downloaders",
7987 "Video"
7988 ],
7989 "description": "SickGear provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more.",
7990 "env": [
7991 {
7992 "default": "1000",
7993 "label": "PUID",
7994 "name": "PUID"
7995 },
7996 {
7997 "default": "100",
7998 "label": "PGID",
7999 "name": "PGID"
8000 }
8001 ],
8002 "image": "linuxserver/sickgear:latest",
8003 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sickgear-icon.png",
8004 "name": "sickgear",
8005 "platform": "linux",
8006 "ports": [
8007 "8081:8081/tcp"
8008 ],
8009 "restart_policy": "unless-stopped",
8010 "title": "SickGear",
8011 "type": 1,
8012 "volumes": [
8013 {
8014 "bind": "/portainer/Files/AppData/Config/SickGear",
8015 "container": "/config"
8016 },
8017 {
8018 "bind": "/portainer/TV",
8019 "container": "/tv"
8020 },
8021 {
8022 "bind": "/portainer/Downloads",
8023 "container": "/downloads"
8024 }
8025 ]
8026 },
8027 {
8028 "type": 1,
8029 "title": "SmokePing - SelfhostedPro",
8030 "name": "smokeping",
8031 "description": null,
8032 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/smokeping-icon.png",
8033 "image": "linuxserver/smokeping:latest",
8034 "categories": [
8035 "Management"
8036 ],
8037 "platform": "linux",
8038 "restart_policy": "unless-stopped",
8039 "ports": [
8040 "80/tcp"
8041 ],
8042 "volumes": [
8043 {
8044 "container": "/config",
8045 "bind": "/portainer/Files/AppData/Config/Smokeping"
8046 },
8047 {
8048 "container": "/data",
8049 "bind": "/portainer/Files/AppData/Smokeping"
8050 }
8051 ],
8052 "env": [
8053 {
8054 "name": "PUID",
8055 "label": "PUID",
8056 "default": "1000"
8057 },
8058 {
8059 "name": "PGID",
8060 "label": "PGID",
8061 "default": "100"
8062 }
8063 ]
8064 },
8065 {
8066 "categories": [
8067 "Management"
8068 ],
8069 "description": null,
8070 "env": [
8071 {
8072 "default": "1000",
8073 "label": "PUID",
8074 "name": "PUID"
8075 },
8076 {
8077 "default": "100",
8078 "label": "PGID",
8079 "name": "PGID"
8080 }
8081 ],
8082 "image": "linuxserver/smokeping:latest",
8083 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/smokeping-icon.png",
8084 "name": "smokeping",
8085 "platform": "linux",
8086 "ports": [
8087 "80/tcp"
8088 ],
8089 "restart_policy": "unless-stopped",
8090 "title": "SmokePing",
8091 "type": 1,
8092 "volumes": [
8093 {
8094 "bind": "/portainer/Files/AppData/Config/Smokeping",
8095 "container": "/config"
8096 },
8097 {
8098 "bind": "/portainer/Files/AppData/Smokeping",
8099 "container": "/data"
8100 }
8101 ]
8102 },
8103 {
8104 "type": 1,
8105 "title": "Snibox - SelfhostedPro",
8106 "name": "snibox",
8107 "description": "Self-hosted snippet manager.",
8108 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/snibox.png",
8109 "image": "snowmean/snibox-sqlite:latest",
8110 "categories": [
8111 "Other",
8112 "Tools"
8113 ],
8114 "platform": "linux",
8115 "restart_policy": "unless-stopped",
8116 "ports": [
8117 "3010:3000/tcp"
8118 ],
8119 "volumes": [
8120 {
8121 "container": "/app/db/database",
8122 "bind": "/portainer/Files/AppData/Config/Snibox"
8123 }
8124 ],
8125 "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text."
8126 },
8127 {
8128 "categories": [
8129 "Other",
8130 "Tools"
8131 ],
8132 "description": "Self-hosted snippet manager.",
8133 "image": "snowmean/snibox-sqlite:latest",
8134 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/snibox.png",
8135 "name": "Snibox",
8136 "note": "Label-oriented interface with search. Supports various programming languages, markdown, plain text.",
8137 "platform": "linux",
8138 "ports": [
8139 "3010:3000/tcp"
8140 ],
8141 "restart_policy": "unless-stopped",
8142 "title": "Snibox",
8143 "type": 1,
8144 "volumes": [
8145 {
8146 "bind": "/portainer/Files/AppData/Config/Snibox",
8147 "container": "/app/db/database"
8148 }
8149 ]
8150 },
8151 {
8152 "type": 1,
8153 "title": "Solr",
8154 "description": "Open-source enterprise search platform",
8155 "categories": [
8156 "search-engine"
8157 ],
8158 "platform": "linux",
8159 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/solr.png",
8160 "image": "solr:latest",
8161 "ports": [
8162 "8983/tcp"
8163 ],
8164 "volumes": [
8165 {
8166 "container": "/opt/solr/mydata"
8167 }
8168 ]
8169 },
8170 {
8171 "type": 1,
8172 "title": "Sonarr - SelfhostedPro",
8173 "name": "sonarr",
8174 "description": "Sonarr (formerly NZBdrone) 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. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
8175 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/sonarr-icon.png",
8176 "image": "linuxserver/sonarr:latest",
8177 "categories": [
8178 "Downloaders",
8179 "Video"
8180 ],
8181 "platform": "linux",
8182 "restart_policy": "unless-stopped",
8183 "ports": [
8184 "8989:8989/tcp"
8185 ],
8186 "volumes": [
8187 {
8188 "container": "/config",
8189 "bind": "/portainer/Files/AppData/Config/Sonarr"
8190 },
8191 {
8192 "container": "/dev/rtc",
8193 "bind": "/dev/rtc"
8194 },
8195 {
8196 "container": "/tv",
8197 "bind": "/portainer/TV"
8198 },
8199 {
8200 "container": "/downloads",
8201 "bind": "/portainer/Downloads"
8202 }
8203 ],
8204 "env": [
8205 {
8206 "name": "PUID",
8207 "label": "PUID",
8208 "default": "1000"
8209 },
8210 {
8211 "name": "PGID",
8212 "label": "PGID",
8213 "default": "100"
8214 }
8215 ]
8216 },
8217 {
8218 "categories": [
8219 "Downloaders",
8220 "Video"
8221 ],
8222 "description": "Sonarr (formerly NZBdrone) 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. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
8223 "env": [
8224 {
8225 "default": "1000",
8226 "label": "PUID",
8227 "name": "PUID"
8228 },
8229 {
8230 "default": "100",
8231 "label": "PGID",
8232 "name": "PGID"
8233 }
8234 ],
8235 "image": "linuxserver/sonarr:latest",
8236 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/sonarr-icon.png",
8237 "name": "sonarr",
8238 "platform": "linux",
8239 "ports": [
8240 "8989:8989/tcp"
8241 ],
8242 "restart_policy": "unless-stopped",
8243 "title": "Sonarr",
8244 "type": 1,
8245 "volumes": [
8246 {
8247 "bind": "/portainer/Files/AppData/Config/Sonarr",
8248 "container": "/config"
8249 },
8250 {
8251 "bind": "/dev/rtc",
8252 "container": "/dev/rtc"
8253 },
8254 {
8255 "bind": "/portainer/TV",
8256 "container": "/tv"
8257 },
8258 {
8259 "bind": "/portainer/Downloads",
8260 "container": "/downloads"
8261 }
8262 ]
8263 },
8264 {
8265 "type": 1,
8266 "title": "SqlServer Express 2008",
8267 "description": "Microsoft SqlServer Express 2008 for Windows running Qemu in Docker",
8268 "categories": [
8269 "database"
8270 ],
8271 "platform": "windows",
8272 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
8273 "image": "camunda-ci-sqlserver:2008",
8274 "ports": [
8275 "1433/tcp",
8276 "5900/tcp"
8277 ],
8278 "privileged": true,
8279 "registry": "anonymousproxy:8081",
8280 "command": "/usr/local/bin/start-qemu.sh",
8281 "restart_policy": "on-failure"
8282 },
8283 {
8284 "type": 1,
8285 "title": "SqlServer Express 2012",
8286 "description": "Microsoft SqlServer Express 2012 for Windows running Qemu in Docker",
8287 "categories": [
8288 "database"
8289 ],
8290 "platform": "windows",
8291 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
8292 "image": "camunda-ci-sqlserver:2012",
8293 "ports": [
8294 "1433/tcp",
8295 "5900/tcp"
8296 ],
8297 "privileged": true,
8298 "registry": "anonymousproxy:8081",
8299 "command": "/usr/local/bin/start-qemu.sh",
8300 "restart_policy": "on-failure"
8301 },
8302 {
8303 "type": 1,
8304 "title": "SqlServer Express 2014",
8305 "description": "Microsoft SqlServer Express 2014 for Windows running Qemu in Docker",
8306 "categories": [
8307 "database"
8308 ],
8309 "platform": "windows",
8310 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/microsoft.png",
8311 "image": "camunda-ci-sqlserver:2014",
8312 "ports": [
8313 "1433/tcp",
8314 "5900/tcp"
8315 ],
8316 "privileged": true,
8317 "registry": "anonymousproxy:8081",
8318 "command": "/usr/local/bin/start-qemu.sh",
8319 "restart_policy": "on-failure"
8320 },
8321 {
8322 "type": 1,
8323 "title": "SyncThing - SelfhostedPro",
8324 "name": "syncthing",
8325 "description": null,
8326 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/syncthing-icon.png",
8327 "image": "linuxserver/syncthing:latest",
8328 "categories": [
8329 "Backup",
8330 "Cloud",
8331 "Other",
8332 "Tools"
8333 ],
8334 "platform": "linux",
8335 "restart_policy": "unless-stopped",
8336 "ports": [
8337 "8384:8384/tcp",
8338 "21027:21027/udp",
8339 "22000:22000/tcp"
8340 ],
8341 "volumes": [
8342 {
8343 "container": "/config",
8344 "bind": "/portainer/Files/AppData/Config/Syncthing"
8345 },
8346 {
8347 "container": "/sync"
8348 }
8349 ],
8350 "env": [
8351 {
8352 "name": "PUID",
8353 "label": "PUID",
8354 "default": "1000"
8355 },
8356 {
8357 "name": "PGID",
8358 "label": "PGID",
8359 "default": "100"
8360 }
8361 ]
8362 },
8363 {
8364 "categories": [
8365 "Backup",
8366 "Cloud",
8367 "Other",
8368 "Tools"
8369 ],
8370 "description": null,
8371 "env": [
8372 {
8373 "default": "1000",
8374 "label": "PUID",
8375 "name": "PUID"
8376 },
8377 {
8378 "default": "100",
8379 "label": "PGID",
8380 "name": "PGID"
8381 }
8382 ],
8383 "image": "linuxserver/syncthing:latest",
8384 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/syncthing-icon.png",
8385 "name": "syncthing",
8386 "platform": "linux",
8387 "ports": [
8388 "8384:8384/tcp",
8389 "21027:21027/udp",
8390 "22000:22000/tcp"
8391 ],
8392 "restart_policy": "unless-stopped",
8393 "title": "SyncThing",
8394 "type": 1,
8395 "volumes": [
8396 {
8397 "bind": "/portainer/Files/AppData/Config/Syncthing",
8398 "container": "/config"
8399 },
8400 {
8401 "container": "/sync"
8402 }
8403 ]
8404 },
8405 {
8406 "description": "Web Frond-end manager for Plex Media Server",
8407 "image": "tautulli/tautulli:latest",
8408 "logo": "https://github.com/plexinc/pms-docker/raw/master/img/plex-server.png",
8409 "name": "tautulli",
8410 "network": "bridge",
8411 "platform": "linux",
8412 "ports": [
8413 "8181/tcp"
8414 ],
8415 "restart": "always",
8416 "title": "Tautulli",
8417 "type": "container",
8418 "volumes": [
8419 "/config",
8420 "/logs",
8421 "/ssl"
8422 ]
8423 },
8424 {
8425 "type": 1,
8426 "title": "Tautulli - SelfhostedPro",
8427 "name": "tautulli",
8428 "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n",
8429 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tautulli-icon.png",
8430 "image": "linuxserver/tautulli:latest",
8431 "categories": [
8432 "Other",
8433 "Tools"
8434 ],
8435 "platform": "linux",
8436 "restart_policy": "unless-stopped",
8437 "ports": [
8438 "8181:8181/tcp"
8439 ],
8440 "volumes": [
8441 {
8442 "container": "/logs",
8443 "bind": "/portainer/Logs"
8444 },
8445 {
8446 "container": "/config",
8447 "bind": "/portainer/Files/AppData/Config/Tautulli"
8448 }
8449 ],
8450 "env": [
8451 {
8452 "name": "PUID",
8453 "label": "PUID",
8454 "default": "1000"
8455 },
8456 {
8457 "name": "PGID",
8458 "label": "PGID",
8459 "default": "100"
8460 }
8461 ]
8462 },
8463 {
8464 "categories": [
8465 "Other",
8466 "Tools"
8467 ],
8468 "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.[br][br]\r\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\r\n [b]8181[/b] The webui for Tautulli's webui [br]\r\n [b]/config[/b] Storing Configuration and the Tautulli database[br]\r\n[b]/logs[/b] Map to you plex logs (required for IP logging)[br]\r\n\r\n",
8469 "env": [
8470 {
8471 "default": "1000",
8472 "label": "PUID",
8473 "name": "PUID"
8474 },
8475 {
8476 "default": "100",
8477 "label": "PGID",
8478 "name": "PGID"
8479 }
8480 ],
8481 "image": "linuxserver/tautulli:latest",
8482 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tautulli-icon.png",
8483 "name": "tautulli",
8484 "platform": "linux",
8485 "ports": [
8486 "8181:8181/tcp"
8487 ],
8488 "restart_policy": "unless-stopped",
8489 "title": "Tautulli",
8490 "type": 1,
8491 "volumes": [
8492 {
8493 "bind": "/portainer/Logs",
8494 "container": "/logs"
8495 },
8496 {
8497 "bind": "/portainer/Files/AppData/Config/Tautulli",
8498 "container": "/config"
8499 }
8500 ]
8501 },
8502 {
8503 "type": 1,
8504 "title": "Teamspeak - ebrithiljonas",
8505 "description": "Teamspeak Server",
8506 "logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/ts.png",
8507 "restart_policy": "unless-stopped",
8508 "image": "teamspeak:latest",
8509 "ports": [
8510 "30033:30033/tcp",
8511 "9987:9987/udp"
8512 ],
8513 "volumes": [
8514 {
8515 "container": "/var/ts3server",
8516 "bind": "${CONFIG_PATH}teamspeak/"
8517 }
8518 ],
8519 "env": [
8520 {
8521 "name": "CONFIG_PATH",
8522 "label": "Change the Path under 'Advanced Options' (end with /)",
8523 "default": "This field is only for Info. Change the Path under Advanced Options",
8524 "description": "Path where all the config files will be stored."
8525 },
8526 {
8527 "name": "TS3SERVER_LICENSE",
8528 "default": "accept",
8529 "preset": true
8530 }
8531 ]
8532 },
8533 {
8534 "type": 1,
8535 "title": "TheLounge",
8536 "name": "thelounge",
8537 "description": "A self-hosted web IRC client",
8538 "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
8539 "image": "linuxserver/thelounge:latest",
8540 "categories": [
8541 "Messenger"
8542 ],
8543 "platform": "linux",
8544 "restart_policy": "unless-stopped",
8545 "ports": [
8546 "9000:9000/tcp"
8547 ],
8548 "volumes": [
8549 {
8550 "container": "/config",
8551 "bind": "/portainer/Files/AppData/Config/TheLounge"
8552 }
8553 ],
8554 "env": [
8555 {
8556 "name": "PUID",
8557 "label": "PUID",
8558 "default": "1000"
8559 },
8560 {
8561 "name": "PGID",
8562 "label": "PGID",
8563 "default": "100"
8564 }
8565 ]
8566 },
8567 {
8568 "categories": [
8569 "Messenger"
8570 ],
8571 "description": "A self-hosted web IRC client",
8572 "env": [
8573 {
8574 "default": "1000",
8575 "label": "PUID",
8576 "name": "PUID"
8577 },
8578 {
8579 "default": "100",
8580 "label": "PGID",
8581 "name": "PGID"
8582 }
8583 ],
8584 "image": "linuxserver/thelounge:latest",
8585 "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
8586 "name": "thelounge",
8587 "platform": "linux",
8588 "ports": [
8589 "9000:9000/tcp"
8590 ],
8591 "restart_policy": "unless-stopped",
8592 "title": "TheLounge",
8593 "type": 1,
8594 "volumes": [
8595 {
8596 "bind": "/portainer/Files/AppData/Config/TheLounge",
8597 "container": "/config"
8598 }
8599 ]
8600 },
8601 {
8602 "type": 1,
8603 "title": "TiddlyWiki - SelfhostedPro",
8604 "name": "tiddlywiki",
8605 "description": "A unique, non-linear notebook wiki.",
8606 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tiddlywiki.png",
8607 "image": "mazzolino/tiddlywiki:latest",
8608 "categories": [
8609 "Other",
8610 "Tools"
8611 ],
8612 "platform": "linux",
8613 "restart_policy": "unless-stopped",
8614 "ports": [
8615 "8080:8080/tcp"
8616 ],
8617 "volumes": [
8618 {
8619 "container": "/var/lib/tiddlywiki",
8620 "bind": "/portainer/Files/AppData/Config/TiddlyWiki"
8621 }
8622 ]
8623 },
8624 {
8625 "categories": [
8626 "Other",
8627 "Tools"
8628 ],
8629 "description": "A unique, non-linear notebook wiki.",
8630 "image": "mazzolino/tiddlywiki:latest",
8631 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tiddlywiki.png",
8632 "name": "tiddlywiki",
8633 "platform": "linux",
8634 "ports": [
8635 "8080:8080/tcp"
8636 ],
8637 "restart_policy": "unless-stopped",
8638 "title": "TiddlyWiki",
8639 "type": 1,
8640 "volumes": [
8641 {
8642 "bind": "/portainer/Files/AppData/Config/TiddlyWiki",
8643 "container": "/var/lib/tiddlywiki"
8644 }
8645 ]
8646 },
8647 {
8648 "type": 1,
8649 "title": "Tiny Tiny RSS - SelfhostedPro",
8650 "name": "tt-rss",
8651 "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.",
8652 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/tt-rss-icon.png",
8653 "image": "lunik1/tt-rss:latest",
8654 "categories": [
8655 "Other"
8656 ],
8657 "platform": "linux",
8658 "restart_policy": "unless-stopped",
8659 "ports": [
8660 "80/tcp"
8661 ],
8662 "volumes": [
8663 {
8664 "container": "/config",
8665 "bind": "/portainer/Files/AppData/Config/tt-rss"
8666 }
8667 ],
8668 "env": [
8669 {
8670 "name": "PUID",
8671 "label": "PUID",
8672 "default": "1000"
8673 },
8674 {
8675 "name": "PGID",
8676 "label": "PGID",
8677 "default": "100"
8678 }
8679 ]
8680 },
8681 {
8682 "categories": [
8683 "Other"
8684 ],
8685 "description": "Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.",
8686 "env": [
8687 {
8688 "default": "1000",
8689 "label": "PUID",
8690 "name": "PUID"
8691 },
8692 {
8693 "default": "100",
8694 "label": "PGID",
8695 "name": "PGID"
8696 }
8697 ],
8698 "image": "lunik1/tt-rss:latest",
8699 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/tt-rss-icon.png",
8700 "name": "tt-rss",
8701 "platform": "linux",
8702 "ports": [
8703 "80/tcp"
8704 ],
8705 "restart_policy": "unless-stopped",
8706 "title": "Tiny Tiny RSS",
8707 "type": 1,
8708 "volumes": [
8709 {
8710 "bind": "/portainer/Files/AppData/Config/tt-rss",
8711 "container": "/config"
8712 }
8713 ]
8714 },
8715 {
8716 "type": 1,
8717 "title": "Transmission - SelfhostedPro",
8718 "name": "transmission",
8719 "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
8720 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png",
8721 "image": "linuxserver/transmission:latest",
8722 "categories": [
8723 "Downloaders"
8724 ],
8725 "platform": "linux",
8726 "restart_policy": "unless-stopped",
8727 "ports": [
8728 "9091:9091/tcp",
8729 "51413:51413/tcp"
8730 ],
8731 "volumes": [
8732 {
8733 "container": "/config",
8734 "bind": "/portainer/Files/AppData/Config/Transmission"
8735 },
8736 {
8737 "container": "/downloads",
8738 "bind": "/portainer/Files/Downloads"
8739 },
8740 {
8741 "container": "/watch"
8742 }
8743 ],
8744 "env": [
8745 {
8746 "name": "PUID",
8747 "label": "PUID",
8748 "default": "1000"
8749 },
8750 {
8751 "name": "PGID",
8752 "label": "PGID",
8753 "default": "100"
8754 }
8755 ]
8756 },
8757 {
8758 "categories": [
8759 "Downloaders"
8760 ],
8761 "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
8762 "env": [
8763 {
8764 "default": "1000",
8765 "label": "PUID",
8766 "name": "PUID"
8767 },
8768 {
8769 "default": "100",
8770 "label": "PGID",
8771 "name": "PGID"
8772 }
8773 ],
8774 "image": "linuxserver/transmission:latest",
8775 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/transmission-icon.png",
8776 "name": "transmission",
8777 "platform": "linux",
8778 "ports": [
8779 "9091:9091/tcp",
8780 "51413:51413/tcp"
8781 ],
8782 "restart_policy": "unless-stopped",
8783 "title": "Transmission",
8784 "type": 1,
8785 "volumes": [
8786 {
8787 "bind": "/portainer/Files/AppData/Config/Transmission",
8788 "container": "/config"
8789 },
8790 {
8791 "bind": "/portainer/Files/Downloads",
8792 "container": "/downloads"
8793 },
8794 {
8795 "container": "/watch"
8796 }
8797 ]
8798 },
8799 {
8800 "type": 1,
8801 "title": "Transmission-OpenVPN - SelfhostedPro",
8802 "name": "transmission-openvpn",
8803 "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
8804 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/transmission-icon.png",
8805 "image": "haugene/transmission-openvpn:latest",
8806 "note": "List of supported providers available <a href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/>here</a>.",
8807 "categories": [
8808 "Other",
8809 "VPN",
8810 "Tools"
8811 ],
8812 "platform": "linux",
8813 "restart_policy": "unless-stopped",
8814 "ports": [
8815 "9091:9091/tcp"
8816 ],
8817 "volumes": [
8818 {
8819 "container": "/data",
8820 "bind": "/portainer/Downloads"
8821 },
8822 {
8823 "container": "/etc/localtime",
8824 "bind": "/etc/localtime"
8825 }
8826 ],
8827 "env": [
8828 {
8829 "name": "PUID",
8830 "label": "PUID",
8831 "default": "1000"
8832 },
8833 {
8834 "name": "PGID",
8835 "label": "PGID",
8836 "default": "100"
8837 },
8838 {
8839 "name": "OPENVPN_PROVIDER",
8840 "label": "OPENVPN_PROVIDER",
8841 "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
8842 "default": "MULLVAD"
8843 },
8844 {
8845 "name": "OPENVPN_USERNAME",
8846 "label": "OPENVPN_USERNAME",
8847 "default": ""
8848 },
8849 {
8850 "name": "OPENVPN_PASSWORD",
8851 "label": "OPENVPN_PASSWORD",
8852 "default": ""
8853 },
8854 {
8855 "name": "LOCAL_NETWORK",
8856 "label": "LOCAL_NETWORK",
8857 "default": "192.168.0.0/24"
8858 }
8859 ]
8860 },
8861 {
8862 "categories": [
8863 "Other",
8864 "VPN",
8865 "Tools"
8866 ],
8867 "description": "This container contains OpenVPN and Transmission with a configuration\nwhere Transmission is running only when OpenVPN has an active tunnel.\nIt bundles configuration files for many popular VPN providers to make the setup easier.",
8868 "env": [
8869 {
8870 "default": "1000",
8871 "label": "PUID",
8872 "name": "PUID"
8873 },
8874 {
8875 "default": "100",
8876 "label": "PGID",
8877 "name": "PGID"
8878 },
8879 {
8880 "default": "MULLVAD",
8881 "description": "https://haugene.github.io/docker-transmission-openvpn/supported-providers/",
8882 "label": "OPENVPN_PROVIDER",
8883 "name": "OPENVPN_PROVIDER"
8884 },
8885 {
8886 "default": "",
8887 "label": "OPENVPN_USERNAME",
8888 "name": "OPENVPN_USERNAME"
8889 },
8890 {
8891 "default": "",
8892 "label": "OPENVPN_PASSWORD",
8893 "name": "OPENVPN_PASSWORD"
8894 },
8895 {
8896 "default": "192.168.0.0/24",
8897 "label": "LOCAL_NETWORK",
8898 "name": "LOCAL_NETWORK"
8899 }
8900 ],
8901 "image": "haugene/transmission-openvpn:latest",
8902 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/transmission-icon.png",
8903 "name": "transmission-openvpn",
8904 "note": "List of supported providers available <a href='https://haugene.github.io/docker-transmission-openvpn/supported-providers'/>here</a>.",
8905 "platform": "linux",
8906 "ports": [
8907 "9091:9091/tcp"
8908 ],
8909 "restart_policy": "unless-stopped",
8910 "title": "Transmission-OpenVPN",
8911 "type": 1,
8912 "volumes": [
8913 {
8914 "bind": "/portainer/Downloads",
8915 "container": "/data"
8916 },
8917 {
8918 "bind": "/etc/localtime",
8919 "container": "/etc/localtime"
8920 }
8921 ]
8922 },
8923 {
8924 "type": 1,
8925 "title": "Tvheadend",
8926 "name": "tvheadend",
8927 "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
8928 "logo": "http://i.imgur.com/zGSUAT4.png",
8929 "image": "linuxserver/tvheadend:latest",
8930 "categories": [
8931 "Video",
8932 "Other"
8933 ],
8934 "platform": "linux",
8935 "restart_policy": "unless-stopped",
8936 "ports": [
8937 "9981:9981/tcp",
8938 "9982:9982/tcp"
8939 ],
8940 "volumes": [
8941 {
8942 "container": "/config",
8943 "bind": "/portainer/Files/AppData/Config/TVHeadend"
8944 },
8945 {
8946 "container": "/recordings"
8947 }
8948 ],
8949 "env": [
8950 {
8951 "name": "PUID",
8952 "label": "PUID",
8953 "default": "1000"
8954 },
8955 {
8956 "name": "PGID",
8957 "label": "PGID",
8958 "default": "100"
8959 }
8960 ]
8961 },
8962 {
8963 "categories": [
8964 "Video",
8965 "Other"
8966 ],
8967 "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
8968 "env": [
8969 {
8970 "default": "1000",
8971 "label": "PUID",
8972 "name": "PUID"
8973 },
8974 {
8975 "default": "100",
8976 "label": "PGID",
8977 "name": "PGID"
8978 }
8979 ],
8980 "image": "linuxserver/tvheadend:latest",
8981 "logo": "http://i.imgur.com/zGSUAT4.png",
8982 "name": "tvheadend",
8983 "platform": "linux",
8984 "ports": [
8985 "9981:9981/tcp",
8986 "9982:9982/tcp"
8987 ],
8988 "restart_policy": "unless-stopped",
8989 "title": "Tvheadend",
8990 "type": 1,
8991 "volumes": [
8992 {
8993 "bind": "/portainer/Files/AppData/Config/TVHeadend",
8994 "container": "/config"
8995 },
8996 {
8997 "container": "/recordings"
8998 }
8999 ]
9000 },
9001 {
9002 "type": 1,
9003 "title": "Ubooquity - SelfhostedPro",
9004 "name": "ubooquity",
9005 "description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
9006 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ubooquity-icon.png",
9007 "image": "linuxserver/ubooquity:latest",
9008 "categories": [
9009 "Cloud",
9010 "Books"
9011 ],
9012 "platform": "linux",
9013 "restart_policy": "unless-stopped",
9014 "ports": [
9015 "2202:2202/tcp",
9016 "2203:2203/tcp"
9017 ],
9018 "volumes": [
9019 {
9020 "container": "/books"
9021 },
9022 {
9023 "container": "/comics"
9024 },
9025 {
9026 "container": "/config"
9027 }
9028 ],
9029 "env": [
9030 {
9031 "name": "MAXMEM",
9032 "label": "MAXMEM",
9033 "set": "512"
9034 },
9035 {
9036 "name": "PUID",
9037 "label": "PUID",
9038 "default": "1000"
9039 },
9040 {
9041 "name": "PGID",
9042 "label": "PGID",
9043 "default": "100"
9044 }
9045 ]
9046 },
9047 {
9048 "categories": [
9049 "Cloud",
9050 "Books"
9051 ],
9052 "description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
9053 "env": [
9054 {
9055 "label": "MAXMEM",
9056 "name": "MAXMEM",
9057 "set": "512"
9058 },
9059 {
9060 "default": "1000",
9061 "label": "PUID",
9062 "name": "PUID"
9063 },
9064 {
9065 "default": "100",
9066 "label": "PGID",
9067 "name": "PGID"
9068 }
9069 ],
9070 "image": "linuxserver/ubooquity:latest",
9071 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ubooquity-icon.png",
9072 "name": "ubooquity",
9073 "platform": "linux",
9074 "ports": [
9075 "2202:2202/tcp",
9076 "2203:2203/tcp"
9077 ],
9078 "restart_policy": "unless-stopped",
9079 "title": "Ubooquity",
9080 "type": 1,
9081 "volumes": [
9082 {
9083 "container": "/books"
9084 },
9085 {
9086 "container": "/comics"
9087 },
9088 {
9089 "container": "/config"
9090 }
9091 ]
9092 },
9093 {
9094 "type": 1,
9095 "title": "Ubuntu",
9096 "description": "Camunda CI Ubuntu base image",
9097 "categories": [
9098 "os"
9099 ],
9100 "platform": "linux",
9101 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9102 "image": "camunda-ci-base-ubuntu:latest",
9103 "ports": [
9104 "22/tcp"
9105 ],
9106 "registry": "anonymousproxy:8081",
9107 "command": "/usr/local/bin/start-container.sh",
9108 "restart_policy": "on-failure"
9109 },
9110 {
9111 "type": 1,
9112 "title": "UniFi Controller - SelfhostedPro",
9113 "name": "unifi-controller",
9114 "description": null,
9115 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/unifi-icon.png",
9116 "image": "linuxserver/unifi-controller:latest",
9117 "categories": [
9118 "Management",
9119 "Tools"
9120 ],
9121 "platform": "linux",
9122 "restart_policy": "unless-stopped",
9123 "ports": [
9124 "3478:3478/udp",
9125 "10001:10001/udp",
9126 "8080:8080/tcp",
9127 "8081:8081/tcp",
9128 "8443:8443/tcp",
9129 "8843:8843/tcp",
9130 "8880:8880/tcp",
9131 "6789:6789/tcp"
9132 ],
9133 "volumes": [
9134 {
9135 "container": "/config",
9136 "bind": "/portainer/Files/AppData/Config/Unifi"
9137 }
9138 ],
9139 "env": [
9140 {
9141 "name": "PUID",
9142 "label": "PUID",
9143 "default": "1000"
9144 },
9145 {
9146 "name": "PGID",
9147 "label": "PGID",
9148 "default": "100"
9149 }
9150 ]
9151 },
9152 {
9153 "categories": [
9154 "Management",
9155 "Tools"
9156 ],
9157 "description": null,
9158 "env": [
9159 {
9160 "default": "1000",
9161 "label": "PUID",
9162 "name": "PUID"
9163 },
9164 {
9165 "default": "100",
9166 "label": "PGID",
9167 "name": "PGID"
9168 }
9169 ],
9170 "image": "linuxserver/unifi-controller:latest",
9171 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/unifi-icon.png",
9172 "name": "unifi-controller",
9173 "platform": "linux",
9174 "ports": [
9175 "3478:3478/udp",
9176 "10001:10001/udp",
9177 "8080:8080/tcp",
9178 "8081:8081/tcp",
9179 "8443:8443/tcp",
9180 "8843:8843/tcp",
9181 "8880:8880/tcp",
9182 "6789:6789/tcp"
9183 ],
9184 "restart_policy": "unless-stopped",
9185 "title": "UniFi Controller",
9186 "type": 1,
9187 "volumes": [
9188 {
9189 "bind": "/portainer/Files/AppData/Config/Unifi",
9190 "container": "/config"
9191 }
9192 ]
9193 },
9194 {
9195 "type": 1,
9196 "title": "UniFi Video - SelfhostedPro",
9197 "name": "UniFi Video",
9198 "description": "UniFi Video is a powerful and flexible, integrated IP video management surveillance system designed to work with Ubiquiti’s UniFi Video Camera product line. UniFi Video has an intuitive, configurable, and feature‑packed user interface with advanced features such as motion detection, auto‑discovery, user‑level security, storage management, reporting, and mobile device support.",
9199 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/UniFiVideo-logo.png",
9200 "image": "pducharme/unifi-video-controller:latest",
9201 "categories": [
9202 "CCTV"
9203 ],
9204 "platform": "linux",
9205 "restart_policy": "unless-stopped",
9206 "ports": [
9207 "1935:1935/tcp",
9208 "7444:7444/tcp",
9209 "7447:7447/tcp",
9210 "6666:6666/tcp",
9211 "7442:7442/tcp",
9212 "7080:7080/tcp",
9213 "7443:7443/tcp",
9214 "7445:7445/tcp",
9215 "7446:7446/tcp"
9216 ],
9217 "volumes": [
9218 {
9219 "container": "/recordings",
9220 "bind": "/portainer/Files/AppData/Config/UnifFiVideo/Recordings/"
9221 },
9222 {
9223 "container": "/config",
9224 "bind": "/portainer/Files/AppData/Config/UniFiVideo/"
9225 }
9226 ],
9227 "env": [
9228 {
9229 "name": "PUID",
9230 "label": "PUID",
9231 "default": "99"
9232 },
9233 {
9234 "name": "PGID",
9235 "label": "PGID",
9236 "default": "100"
9237 },
9238 {
9239 "name": "UMASK",
9240 "label": "UMASK",
9241 "default": "002"
9242 },
9243 {
9244 "name": "CONTEXT_PATH",
9245 "label": "CONTEXT_PATH",
9246 "set": "UniFi Video"
9247 }
9248 ]
9249 },
9250 {
9251 "type": 1,
9252 "title": "Urbackup",
9253 "description": "Open-source network backup",
9254 "categories": [
9255 "Backup"
9256 ],
9257 "platform": "linux",
9258 "note": "This application web interface is exposed on the port 55414 inside the container.",
9259 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/urbackup.png",
9260 "image": "cfstras/urbackup",
9261 "ports": [
9262 "55413/tcp",
9263 "55414/tcp",
9264 "55415/tcp",
9265 "35622/tcp"
9266 ],
9267 "volumes": [
9268 {
9269 "container": "/var/urbackup"
9270 }
9271 ]
9272 },
9273 {
9274 "type": 1,
9275 "title": "Watchtower - SelfhostedPro",
9276 "name": "watchtower",
9277 "description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
9278 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/watchtower.png",
9279 "image": "containrrr/watchtower:latest",
9280 "note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
9281 "categories": [
9282 "Other",
9283 "Tools",
9284 "Maintenance"
9285 ],
9286 "platform": "linux",
9287 "restart_policy": "unless-stopped",
9288 "volumes": [
9289 {
9290 "container": "/var/run/docker.sock",
9291 "bind": "/var/run/docker.sock"
9292 }
9293 ]
9294 },
9295 {
9296 "categories": [
9297 "Other",
9298 "Tools",
9299 "Maintenance"
9300 ],
9301 "description": "With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.",
9302 "image": "containrrr/watchtower:latest",
9303 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/watchtower.png",
9304 "name": "watchtower",
9305 "note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
9306 "platform": "linux",
9307 "restart_policy": "unless-stopped",
9308 "title": "Watchtower",
9309 "type": 1,
9310 "volumes": [
9311 {
9312 "bind": "/var/run/docker.sock",
9313 "container": "/var/run/docker.sock"
9314 }
9315 ]
9316 },
9317 {
9318 "type": 1,
9319 "title": "WebGrab+Plus - SelfhostedPro",
9320 "name": "webgrabplus",
9321 "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]",
9322 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/webgrabplus.png",
9323 "image": "linuxserver/webgrabplus:latest",
9324 "categories": [
9325 "Downloaders"
9326 ],
9327 "platform": "linux",
9328 "restart_policy": "unless-stopped",
9329 "volumes": [
9330 {
9331 "container": "/config",
9332 "bind": "/portainer/Files/AppData/Config/WebGrabPlus"
9333 },
9334 {
9335 "container": "/data",
9336 "bind": "/portainer/Files/AppData/WebGrabPlus"
9337 }
9338 ],
9339 "env": [
9340 {
9341 "name": "PUID",
9342 "label": "PUID",
9343 "default": "1000"
9344 },
9345 {
9346 "name": "PGID",
9347 "label": "PGID",
9348 "default": "100"
9349 }
9350 ]
9351 },
9352 {
9353 "categories": [
9354 "Downloaders"
9355 ],
9356 "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.[br]\r\n\t\tOptional postprocessors to add IMDb data or to customize your xmltv listing.[br]\r\n\t\thttp://www.webgrabplus.com/[br]\r\n\t\t[b][span style='color: #E80000;']Directions:[/span][/b][br]\r\n\t\t[b]/config[/b] : This is where WebGrab+Plus will store it's configuration.[br][br]\r\n\t\t[b]/data[/b] : This is where tv_grab_wg script in the Tvheadend container looks for the guide.xml file.[br][br]",
9357 "env": [
9358 {
9359 "default": "1000",
9360 "label": "PUID",
9361 "name": "PUID"
9362 },
9363 {
9364 "default": "100",
9365 "label": "PGID",
9366 "name": "PGID"
9367 }
9368 ],
9369 "image": "linuxserver/webgrabplus:latest",
9370 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/webgrabplus.png",
9371 "name": "webgrabplus",
9372 "platform": "linux",
9373 "restart_policy": "unless-stopped",
9374 "title": "WebGrab+Plus",
9375 "type": 1,
9376 "volumes": [
9377 {
9378 "bind": "/portainer/Files/AppData/Config/WebGrabPlus",
9379 "container": "/config"
9380 },
9381 {
9382 "bind": "/portainer/Files/AppData/WebGrabPlus",
9383 "container": "/data"
9384 }
9385 ]
9386 },
9387 {
9388 "type": 1,
9389 "title": "WebLogic 12R2",
9390 "description": "Oracle WebLogic Application Server 12R2",
9391 "categories": [
9392 "server"
9393 ],
9394 "platform": "linux",
9395 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9396 "image": "camunda-ci-weblogic:12R2",
9397 "ports": [
9398 "7001/tcp",
9399 "22/tcp"
9400 ],
9401 "registry": "anonymousproxy:8081",
9402 "command": "/usr/local/bin/start-container.sh",
9403 "restart_policy": "on-failure"
9404 },
9405 {
9406 "type": 1,
9407 "title": "WebLogic 12R2 + Oracle 12",
9408 "description": "Oracle WebLogic Application Server 12R2 + Oracle 12",
9409 "categories": [
9410 "server"
9411 ],
9412 "platform": "linux",
9413 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9414 "image": "camunda-ci-weblogic:12R2-oracle-12",
9415 "ports": [
9416 "7001/tcp",
9417 "1521/tcp",
9418 "22/tcp"
9419 ],
9420 "registry": "anonymousproxy:8081",
9421 "command": "/usr/local/bin/start-container.sh",
9422 "restart_policy": "on-failure",
9423 "env": [
9424 {
9425 "name": "profiles",
9426 "label": "Maven profiles",
9427 "set": "wls,wls12-docker,oracle,oracle-12"
9428 },
9429 {
9430 "name": "version",
9431 "label": "Camunda version"
9432 },
9433 {
9434 "name": "nexus_pass",
9435 "label": "Nexus password"
9436 }
9437 ]
9438 },
9439 {
9440 "type": 1,
9441 "title": "WebLogic 12R2 + PostgreSQL 9.4",
9442 "description": "Oracle WebLogic Application Server 12R2 + PostgreSQL 9.4",
9443 "categories": [
9444 "server"
9445 ],
9446 "platform": "linux",
9447 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9448 "image": "camunda-ci-weblogic:12R2-postgresql-9.4",
9449 "ports": [
9450 "7001/tcp",
9451 "5432/tcp",
9452 "22/tcp"
9453 ],
9454 "registry": "anonymousproxy:8081",
9455 "command": "/usr/local/bin/start-container.sh",
9456 "restart_policy": "on-failure",
9457 "env": [
9458 {
9459 "name": "profiles",
9460 "label": "Maven profiles",
9461 "set": "wls,wls12-docker,postgresql"
9462 },
9463 {
9464 "name": "version",
9465 "label": "Camunda version"
9466 },
9467 {
9468 "name": "nexus_pass",
9469 "label": "Nexus password"
9470 }
9471 ]
9472 },
9473 {
9474 "type": 1,
9475 "title": "WebSphere 8.0",
9476 "description": "IBM WebSphere Application Server 8.0 with PostgreSQL 9.1",
9477 "categories": [
9478 "server"
9479 ],
9480 "platform": "linux",
9481 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9482 "image": "camunda-ci-websphere:8.0-postgresql-9.1",
9483 "ports": [
9484 "5432/tcp",
9485 "9060/tcp",
9486 "9080/tcp"
9487 ],
9488 "registry": "anonymousproxy:8081",
9489 "command": "/usr/local/bin/start-container.sh",
9490 "restart_policy": "on-failure"
9491 },
9492 {
9493 "type": 1,
9494 "title": "WebSphere 8.5",
9495 "description": "IBM WebSphere Application Server 8.5 with PostgreSQL 9.1",
9496 "categories": [
9497 "server"
9498 ],
9499 "platform": "linux",
9500 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9501 "image": "camunda-ci-websphere:8.5-postgresql-9.1",
9502 "ports": [
9503 "5432/tcp",
9504 "9060/tcp",
9505 "9080/tcp"
9506 ],
9507 "registry": "anonymousproxy:8081",
9508 "command": "/usr/local/bin/start-container.sh",
9509 "restart_policy": "on-failure"
9510 },
9511 {
9512 "type": 1,
9513 "title": "WebSphere 8.5 + db2 9.7",
9514 "description": "IBM WebSphere Application Server 8.5 with db2 9.7",
9515 "categories": [
9516 "server"
9517 ],
9518 "platform": "linux",
9519 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9520 "image": "camunda-ci-websphere:8.5-db2-9.7",
9521 "ports": [
9522 "50000/tcp",
9523 "9060/tcp",
9524 "9080/tcp"
9525 ],
9526 "privileged": true,
9527 "registry": "anonymousproxy:8081",
9528 "command": "/usr/local/bin/start-container.sh",
9529 "restart_policy": "on-failure",
9530 "env": [
9531 {
9532 "name": "profiles",
9533 "label": "Maven profiles",
9534 "set": "was85,db2,db2-97"
9535 },
9536 {
9537 "name": "version",
9538 "label": "Camunda version"
9539 },
9540 {
9541 "name": "nexus_pass",
9542 "label": "Nexus password"
9543 }
9544 ]
9545 },
9546 {
9547 "type": 1,
9548 "title": "WebSphere 8.5 - JDK 7",
9549 "description": "Run /usr/local/bin/switch-2-jdk7.sh before starting WebSphere.",
9550 "categories": [
9551 "server"
9552 ],
9553 "platform": "linux",
9554 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9555 "image": "websphere:8.5v0.1.0",
9556 "ports": [
9557 "5432/tcp",
9558 "9060/tcp",
9559 "9080/tcp"
9560 ],
9561 "registry": "anonymousproxy:8081",
9562 "restart_policy": "on-failure"
9563 },
9564 {
9565 "type": 1,
9566 "title": "WebSphere 9.0",
9567 "description": "IBM WebSphere Application Server 9.0 with PostgreSQL 9.1",
9568 "categories": [
9569 "server"
9570 ],
9571 "platform": "linux",
9572 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9573 "image": "camunda-ci-websphere:9.0-postgresql-9.1",
9574 "ports": [
9575 "5432/tcp",
9576 "9060/tcp",
9577 "9080/tcp"
9578 ],
9579 "registry": "anonymousproxy:8081",
9580 "command": "/usr/local/bin/start-container.sh",
9581 "restart_policy": "on-failure"
9582 },
9583 {
9584 "type": 1,
9585 "title": "WebSphere 9.0 + db2 10.5",
9586 "description": "IBM WebSphere Application Server 9.0 + db2 10.5",
9587 "categories": [
9588 "server"
9589 ],
9590 "platform": "linux",
9591 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/registry.png",
9592 "image": "camunda-ci-websphere:9.0-db2-10.5",
9593 "ports": [
9594 "50000/tcp",
9595 "9060/tcp",
9596 "9080/tcp"
9597 ],
9598 "privileged": true,
9599 "registry": "anonymousproxy:8081",
9600 "command": "/usr/local/bin/start-container.sh",
9601 "restart_policy": "on-failure",
9602 "env": [
9603 {
9604 "name": "profiles",
9605 "label": "Maven profiles",
9606 "set": "was90,db2,db2-10.5"
9607 },
9608 {
9609 "name": "version",
9610 "label": "Camunda version"
9611 },
9612 {
9613 "name": "nexus_pass",
9614 "label": "Nexus password"
9615 }
9616 ]
9617 },
9618 {
9619 "type": 1,
9620 "title": "Whoogle - SelfhostedPro",
9621 "name": "whoogle",
9622 "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
9623 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/whoogle.png",
9624 "image": "benbusby/whoogle-search:latest",
9625 "categories": [
9626 "Other",
9627 "Tools"
9628 ],
9629 "platform": "linux",
9630 "restart_policy": "unless-stopped",
9631 "ports": [
9632 "5001:5000/tcp"
9633 ],
9634 "volumes": [
9635 {
9636 "container": "/config",
9637 "bind": "/portainer/Files/AppData/Config/Whoogle"
9638 }
9639 ]
9640 },
9641 {
9642 "categories": [
9643 "Other",
9644 "Tools"
9645 ],
9646 "description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
9647 "image": "benbusby/whoogle-search:latest",
9648 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/whoogle.png",
9649 "name": "whoogle",
9650 "platform": "linux",
9651 "ports": [
9652 "5001:5000/tcp"
9653 ],
9654 "restart_policy": "unless-stopped",
9655 "title": "Whoogle",
9656 "type": 1,
9657 "volumes": [
9658 {
9659 "bind": "/portainer/Files/AppData/Config/Whoogle",
9660 "container": "/config"
9661 }
9662 ]
9663 },
9664 {
9665 "type": 1,
9666 "title": "Wikijs - SelfhostedPro",
9667 "name": "wikijs",
9668 "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.",
9669 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/wikijs.png",
9670 "image": "linuxserver/wikijs:latest",
9671 "categories": [
9672 "Other",
9673 "Tools"
9674 ],
9675 "platform": "linux",
9676 "restart_policy": "unless-stopped",
9677 "ports": [
9678 "3100:3000/tcp"
9679 ],
9680 "volumes": [
9681 {
9682 "container": "/config",
9683 "bind": "/portainer/Files/AppData/Config/Wikijs"
9684 },
9685 {
9686 "container": "/data",
9687 "bind": "/portainer/Files/AppData/Config/Wikijs/data"
9688 }
9689 ]
9690 },
9691 {
9692 "categories": [
9693 "Other",
9694 "Tools"
9695 ],
9696 "description": "Wikijs A modern, lightweight and powerful wiki app built on NodeJS.",
9697 "image": "linuxserver/wikijs:latest",
9698 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/wikijs.png",
9699 "name": "Wikijs",
9700 "platform": "linux",
9701 "ports": [
9702 "3100:3000/tcp"
9703 ],
9704 "restart_policy": "unless-stopped",
9705 "title": "Wikijs",
9706 "type": 1,
9707 "volumes": [
9708 {
9709 "bind": "/portainer/Files/AppData/Config/Wikijs",
9710 "container": "/config"
9711 },
9712 {
9713 "bind": "/portainer/Files/AppData/Config/Wikijs/data",
9714 "container": "/data"
9715 }
9716 ]
9717 },
9718 {
9719 "type": 2,
9720 "title": "Wordpress",
9721 "description": "Wordpress setup with a MySQL database",
9722 "note": "Deploys a Wordpress instance connected to a MySQL database.",
9723 "categories": [
9724 "CMS"
9725 ],
9726 "platform": "linux",
9727 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
9728 "repository": {
9729 "url": "https://github.com/portainer/templates",
9730 "stackfile": "stacks/wordpress/docker-stack.yml"
9731 },
9732 "env": [
9733 {
9734 "name": "MYSQL_DATABASE_PASSWORD",
9735 "label": "Database root password",
9736 "description": "Password used by the MySQL root user."
9737 }
9738 ]
9739 },
9740 {
9741 "type": 3,
9742 "title": "Wordpress",
9743 "description": "Wordpress setup with a MySQL database",
9744 "note": "Deploys a Wordpress instance connected to a MySQL database.",
9745 "categories": [
9746 "CMS"
9747 ],
9748 "platform": "linux",
9749 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wordpress.png",
9750 "repository": {
9751 "url": "https://github.com/portainer/templates",
9752 "stackfile": "stacks/wordpress/docker-compose.yml"
9753 },
9754 "env": [
9755 {
9756 "name": "MYSQL_DATABASE_PASSWORD",
9757 "label": "Database root password",
9758 "description": "Password used by the MySQL root user."
9759 }
9760 ]
9761 },
9762 {
9763 "type": 4,
9764 "title": "Wordpress",
9765 "description": "Wordpress setup with a MySQL database",
9766 "note": "Deploys a Wordpress instance connected to a MySQL database.",
9767 "stackfile": "https://raw.githubusercontent.com/portainer/templates/master/stacks/wordpress/edge/docker-stack.yml"
9768 },
9769 {
9770 "type": 1,
9771 "title": "Wowza",
9772 "description": "Streaming media server",
9773 "categories": [
9774 "streaming"
9775 ],
9776 "platform": "linux",
9777 "logo": "https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/wowza.png",
9778 "image": "sameersbn/wowza:4.1.2-8",
9779 "env": [
9780 {
9781 "name": "WOWZA_ACCEPT_LICENSE",
9782 "label": "Agree to Wowza EULA",
9783 "set": "yes"
9784 },
9785 {
9786 "name": "WOWZA_KEY",
9787 "label": "License key"
9788 }
9789 ],
9790 "ports": [
9791 "1935/tcp",
9792 "8086/tcp",
9793 "8087/tcp",
9794 "8088/tcp"
9795 ],
9796 "volumes": [
9797 {
9798 "container": "/var/lib/wowza"
9799 }
9800 ]
9801 },
9802 {
9803 "type": 1,
9804 "title": "Yacht - SelfhostedPro",
9805 "name": "yacht",
9806 "description": "A web interface for managing docker containers with an emphasis on templating to provide 1 click deployments. Think of it like a decentralized app store for servers that anyone can make packages for.",
9807 "logo": "https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png",
9808 "image": "selfhostedpro/yacht:latest",
9809 "categories": [
9810 "Other",
9811 "Tools"
9812 ],
9813 "platform": "linux",
9814 "restart_policy": "unless-stopped",
9815 "ports": [
9816 "8001:8000/tcp"
9817 ],
9818 "volumes": [
9819 {
9820 "container": "/config",
9821 "bind": "yacht"
9822 },
9823 {
9824 "container": "/var/run/docker.sock",
9825 "bind": "/var/run/docker.sock"
9826 }
9827 ]
9828 },
9829 {
9830 "type": 1,
9831 "title": "YouTubeDL-Material - SelfhostedPro",
9832 "name": "youtubedl-material",
9833 "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.",
9834 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png",
9835 "image": "tzahi12345/youtubedl-material:latest",
9836 "categories": [
9837 "Other",
9838 "Downloaders"
9839 ],
9840 "platform": "linux",
9841 "restart_policy": "unless-stopped",
9842 "ports": [
9843 "17442:17442/tcp"
9844 ],
9845 "volumes": [
9846 {
9847 "container": "/app/appdata",
9848 "bind": "/portainer/Files/AppData/Config/YTDLM"
9849 },
9850 {
9851 "container": "/app/video",
9852 "bind": "/portainer/Files/AppData/Youtube/Video"
9853 },
9854 {
9855 "container": "/app/subscriptions",
9856 "bind": "/portainer/Files/AppData/Youtube/Subscriptions"
9857 },
9858 {
9859 "container": "/app/users",
9860 "bind": "/portainer/Files/AppData/Youtube/Users"
9861 },
9862 {
9863 "container": "/app/audio",
9864 "bind": "/portainer/Files/AppData/Youtube/Audio"
9865 }
9866 ]
9867 },
9868 {
9869 "categories": [
9870 "Other",
9871 "Downloaders"
9872 ],
9873 "description": "YoutubeDL-Material is a Material Design frontend for youtube-dl. It's coded using Angular 9 for the frontend, and Node.js on the backend.",
9874 "image": "tzahi12345/youtubedl-material:latest",
9875 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ytdlm.png",
9876 "name": "youtubedl-material",
9877 "platform": "linux",
9878 "ports": [
9879 "17442:17442/tcp"
9880 ],
9881 "restart_policy": "unless-stopped",
9882 "title": "YouTubeDL-Material",
9883 "type": 1,
9884 "volumes": [
9885 {
9886 "bind": "/portainer/Files/AppData/Config/YTDLM",
9887 "container": "/app/appdata"
9888 },
9889 {
9890 "bind": "/portainer/Files/AppData/Youtube/Video",
9891 "container": "/app/video"
9892 },
9893 {
9894 "bind": "/portainer/Files/AppData/Youtube/Subscriptions",
9895 "container": "/app/subscriptions"
9896 },
9897 {
9898 "bind": "/portainer/Files/AppData/Youtube/Users",
9899 "container": "/app/users"
9900 },
9901 {
9902 "bind": "/portainer/Files/AppData/Youtube/Audio",
9903 "container": "/app/audio"
9904 }
9905 ]
9906 },
9907 {
9908 "type": 1,
9909 "title": "ZNC - SelfhostedPro",
9910 "name": "znc",
9911 "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
9912 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/znc-icon.png",
9913 "image": "linuxserver/znc:latest",
9914 "categories": [
9915 "Messenger"
9916 ],
9917 "platform": "linux",
9918 "restart_policy": "unless-stopped",
9919 "ports": [
9920 "6501:6501/tcp"
9921 ],
9922 "volumes": [
9923 {
9924 "container": "/config",
9925 "bind": "/portainer/Files/AppData/Config/ZNC"
9926 }
9927 ],
9928 "env": [
9929 {
9930 "name": "PUID",
9931 "label": "PUID",
9932 "default": "1000"
9933 },
9934 {
9935 "name": "PGID",
9936 "label": "PGID",
9937 "default": "100"
9938 }
9939 ]
9940 },
9941 {
9942 "categories": [
9943 "Messenger"
9944 ],
9945 "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
9946 "env": [
9947 {
9948 "default": "1000",
9949 "label": "PUID",
9950 "name": "PUID"
9951 },
9952 {
9953 "default": "100",
9954 "label": "PGID",
9955 "name": "PGID"
9956 }
9957 ],
9958 "image": "linuxserver/znc:latest",
9959 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/znc-icon.png",
9960 "name": "znc",
9961 "platform": "linux",
9962 "ports": [
9963 "6501:6501/tcp"
9964 ],
9965 "restart_policy": "unless-stopped",
9966 "title": "ZNC",
9967 "type": 1,
9968 "volumes": [
9969 {
9970 "bind": "/portainer/Files/AppData/Config/ZNC",
9971 "container": "/config"
9972 }
9973 ]
9974 },
9975 {
9976 "type": 1,
9977 "title": "airsonic - thesugarat",
9978 "description": "Airsonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room.",
9979 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/airsonic-logo.png",
9980 "image": "linuxserver/airsonic:latest",
9981 "category": [
9982 "Music"
9983 ],
9984 "platform": "linux",
9985 "ports": [
9986 "4040/tcp"
9987 ],
9988 "volumes": [
9989 {
9990 "container": "/music"
9991 },
9992 {
9993 "container": "/playlists"
9994 },
9995 {
9996 "container": "/podcasts"
9997 },
9998 {
9999 "container": "/media"
10000 },
10001 {
10002 "container": "/config"
10003 }
10004 ],
10005 "env": [
10006 {
10007 "name": "PUID",
10008 "label": "PUID",
10009 "set": "1000"
10010 },
10011 {
10012 "name": "PGID",
10013 "label": "PGID",
10014 "set": "1000"
10015 },
10016 {
10017 "name": "CONTEXT_PATH",
10018 "label": "CONTEXT_PATH",
10019 "set": "airsonic"
10020 },
10021 {
10022 "name": "JAVA_OPTS",
10023 "label": "JAVA_OPTS",
10024 "set": "-Xms256m -Xmx512m"
10025 },
10026 {
10027 "name": "TZ",
10028 "label": "TZ",
10029 "set": "America/Chicago"
10030 }
10031 ]
10032 },
10033 {
10034 "type": 1,
10035 "title": "beets - thesugarat",
10036 "description": "The purpose of beets is to get your music collection right once and for all. It catalogs your collection, automatically improving its metadata as it goes using the MusicBrainz database. Then it provides a bouquet of tools for manipulating and accessing your music.",
10037 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/beets-icon.png",
10038 "image": "linuxserver/beets:latest",
10039 "category": [
10040 "Music"
10041 ],
10042 "platform": "linux",
10043 "ports": [
10044 "8337/tcp"
10045 ],
10046 "volumes": [
10047 {
10048 "container": "/config"
10049 },
10050 {
10051 "container": "/downloads"
10052 },
10053 {
10054 "container": "/music"
10055 }
10056 ],
10057 "env": [
10058 {
10059 "name": "PUID",
10060 "label": "PUID",
10061 "set": "1000"
10062 },
10063 {
10064 "name": "PGID",
10065 "label": "PGID",
10066 "set": "1000"
10067 },
10068 {
10069 "name": "TZ",
10070 "label": "TZ",
10071 "set": "America/Chicago"
10072 }
10073 ]
10074 },
10075 {
10076 "type": 1,
10077 "title": "booksonic - thesugarat",
10078 "description": "Booksonic is a server and an app for streaming your audiobooks to any pc or android phone. Most of the functionality is also availiable on other platforms that have apps for subsonic",
10079 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/booksonic.png",
10080 "image": "linuxserver/booksonic:latest",
10081 "category": [
10082 "Books",
10083 "Other"
10084 ],
10085 "platform": "linux",
10086 "ports": [
10087 "4040/tcp"
10088 ],
10089 "volumes": [
10090 {
10091 "container": "/books"
10092 },
10093 {
10094 "container": "/podcast"
10095 },
10096 {
10097 "container": "/config"
10098 }
10099 ],
10100 "env": [
10101 {
10102 "name": "PUID",
10103 "label": "PUID",
10104 "set": "1000"
10105 },
10106 {
10107 "name": "PGID",
10108 "label": "PGID",
10109 "set": "1000"
10110 },
10111 {
10112 "name": "CONTEXT_PATH",
10113 "label": "CONTEXT_PATH",
10114 "set": "booksonic"
10115 },
10116 {
10117 "name": "TZ",
10118 "label": "TZ",
10119 "set": "America/Chicago"
10120 }
10121 ]
10122 },
10123 {
10124 "type": 1,
10125 "title": "calibre-web - thesugarat",
10126 "description": "Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.\n\n [br][br]\n [b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]\n [b]/config[/b] Where Calibre-web should store it's database[br]\n [b]/books[/b] Path to your calibre library metadata.db file[br]",
10127 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/calibre-web-icon.png",
10128 "image": "linuxserver/calibre-web:latest",
10129 "category": [
10130 "Cloud",
10131 "Books"
10132 ],
10133 "platform": "linux",
10134 "ports": [
10135 "8083/tcp"
10136 ],
10137 "volumes": [
10138 {
10139 "container": "/books"
10140 },
10141 {
10142 "container": "/config"
10143 }
10144 ],
10145 "env": [
10146 {
10147 "name": "PUID",
10148 "label": "PUID",
10149 "set": "1000"
10150 },
10151 {
10152 "name": "PGID",
10153 "label": "PGID",
10154 "set": "1000"
10155 },
10156 {
10157 "name": "TZ",
10158 "label": "TZ",
10159 "set": "America/Chicago"
10160 }
10161 ]
10162 },
10163 {
10164 "type": 1,
10165 "title": "codiad - thesugarat",
10166 "description": "Codiad is a web-based IDE framework with a small footprint and minimal requirements.\n ",
10167 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/codiad-icon.png",
10168 "image": "linuxserver/codiad:latest",
10169 "category": [
10170 "Productivity"
10171 ],
10172 "platform": "linux",
10173 "ports": [
10174 "80/tcp"
10175 ],
10176 "volumes": [
10177 {
10178 "container": "/config"
10179 }
10180 ],
10181 "env": [
10182 {
10183 "name": "PUID",
10184 "label": "PUID",
10185 "set": "1000"
10186 },
10187 {
10188 "name": "PGID",
10189 "label": "PGID",
10190 "set": "1000"
10191 },
10192 {
10193 "name": "TZ",
10194 "label": "TZ",
10195 "set": "America/Chicago"
10196 }
10197 ]
10198 },
10199 {
10200 "type": 1,
10201 "title": "cops - thesugarat",
10202 "description": "COPS links to your Calibre library database and allows downloading and emailing of books directly from a web browser and provides a OPDS feed to connect to your devices.",
10203 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/cops-icon.png",
10204 "image": "linuxserver/cops:latest",
10205 "category": [
10206 "Cloud",
10207 "Books"
10208 ],
10209 "platform": "linux",
10210 "ports": [
10211 "80/tcp"
10212 ],
10213 "volumes": [
10214 {
10215 "container": "/books"
10216 },
10217 {
10218 "container": "/config"
10219 }
10220 ],
10221 "env": [
10222 {
10223 "name": "PGID",
10224 "label": "PGID",
10225 "set": "1000"
10226 },
10227 {
10228 "name": "PUID",
10229 "label": "PUID",
10230 "set": "1000"
10231 },
10232 {
10233 "name": "TZ",
10234 "label": "TZ",
10235 "set": "America/Chicago"
10236 }
10237 ]
10238 },
10239 {
10240 "type": 1,
10241 "title": "couchpotato - thesugarat",
10242 "description": "CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a \"movies I want\"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.",
10243 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/couchpotato-icon.png",
10244 "image": "linuxserver/couchpotato:latest",
10245 "category": [
10246 "Downloaders",
10247 "Video"
10248 ],
10249 "platform": "linux",
10250 "ports": [
10251 "5050/tcp"
10252 ],
10253 "volumes": [
10254 {
10255 "container": "/config"
10256 },
10257 {
10258 "container": "/downloads"
10259 },
10260 {
10261 "container": "/movies"
10262 }
10263 ],
10264 "env": [
10265 {
10266 "name": "PUID",
10267 "label": "PUID",
10268 "set": "1000"
10269 },
10270 {
10271 "name": "PGID",
10272 "label": "PGID",
10273 "set": "1000"
10274 },
10275 {
10276 "name": "TZ",
10277 "label": "TZ",
10278 "set": "America/Chicago"
10279 }
10280 ]
10281 },
10282 {
10283 "type": 1,
10284 "title": "daapd",
10285 "description": "DAAP (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), MPD and internet radio.",
10286 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png",
10287 "image": "linuxserver/daapd:latest",
10288 "category": [
10289 "Music"
10290 ],
10291 "platform": "linux",
10292 "volumes": [
10293 {
10294 "container": "/config"
10295 },
10296 {
10297 "container": "/music"
10298 }
10299 ],
10300 "env": [
10301 {
10302 "name": "PUID",
10303 "label": "PUID",
10304 "set": "1000"
10305 },
10306 {
10307 "name": "PGID",
10308 "label": "PGID",
10309 "set": "1000"
10310 },
10311 {
10312 "name": "TZ",
10313 "label": "TZ",
10314 "set": "America/Chicago"
10315 }
10316 ]
10317 },
10318 {
10319 "type": 1,
10320 "title": "davos - thesugarat",
10321 "description": "davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.\r\n\r\n/config : AppData Location\r\n/download : File Download Location",
10322 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/davos.png",
10323 "image": "linuxserver/davos:latest",
10324 "category": [
10325 "FTP",
10326 "Other",
10327 "Tools"
10328 ],
10329 "platform": "linux",
10330 "ports": [
10331 "8080/tcp"
10332 ],
10333 "volumes": [
10334 {
10335 "container": "/config"
10336 },
10337 {
10338 "container": "/download"
10339 }
10340 ],
10341 "env": [
10342 {
10343 "name": "PUID",
10344 "label": "PUID",
10345 "set": "1000"
10346 },
10347 {
10348 "name": "PGID",
10349 "label": "PGID",
10350 "set": "1000"
10351 }
10352 ]
10353 },
10354 {
10355 "type": 1,
10356 "title": "deluge - thesugarat",
10357 "description": "Deluge is a lightweight, Free Software, cross-platform BitTorrent client providing: Full Encryption, WebUI, Plugin System, Much more...",
10358 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/deluge-icon.png",
10359 "image": "linuxserver/deluge:latest",
10360 "category": [
10361 "Downloaders"
10362 ],
10363 "platform": "linux",
10364 "volumes": [
10365 {
10366 "container": "/config"
10367 },
10368 {
10369 "container": "/downloads"
10370 }
10371 ],
10372 "env": [
10373 {
10374 "name": "PUID",
10375 "label": "PUID",
10376 "set": "1000"
10377 },
10378 {
10379 "name": "PGID",
10380 "label": "PGID",
10381 "set": "1000"
10382 },
10383 {
10384 "name": "UMASK_SET",
10385 "label": "UMASK_SET",
10386 "set": "000"
10387 },
10388 {
10389 "name": "TZ",
10390 "label": "TZ",
10391 "set": "America/Chicago"
10392 }
10393 ]
10394 },
10395 {
10396 "type": 1,
10397 "title": "domoticz - thesugarat",
10398 "description": "Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device",
10399 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/logo.png",
10400 "image": "linuxserver/domoticz:latest",
10401 "category": [
10402 "HomeAutomation:",
10403 "Management"
10404 ],
10405 "platform": "linux",
10406 "ports": [
10407 "1443/tcp",
10408 "6144/tcp",
10409 "8080/tcp"
10410 ],
10411 "volumes": [
10412 {
10413 "container": "/config"
10414 }
10415 ],
10416 "devices": [
10417 {
10418 "path to device": ""
10419 }
10420 ],
10421 "env": [
10422 {
10423 "name": "PUID",
10424 "label": "PUID",
10425 "set": "1000"
10426 },
10427 {
10428 "name": "PGID",
10429 "label": "PGID",
10430 "set": "1000"
10431 },
10432 {
10433 "name": "TZ",
10434 "label": "TZ",
10435 "set": "America/Chicago"
10436 }
10437 ]
10438 },
10439 {
10440 "type": 1,
10441 "title": "duckdns - thesugarat",
10442 "description": "Duck DNS is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. The service is completely free, and doesn't require reactivation or forum posts to maintain its existence. First, go to duckdns site, register your subdomain and retrieve your token. Then run the docker create command above with your subdomain(s) and token. It will update your IP with the DuckDNS service every 5 minutes.",
10443 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/duckdns.png",
10444 "image": "linuxserver/duckdns:latest",
10445 "category": [
10446 "DNS",
10447 "Tools"
10448 ],
10449 "platform": "linux",
10450 "env": [
10451 {
10452 "name": "SUBDOMAINS",
10453 "label": "SUBDOMAINS",
10454 "set": ""
10455 },
10456 {
10457 "name": "TOKEN",
10458 "label": "TOKEN",
10459 "set": ""
10460 },
10461 {
10462 "name": "PUID",
10463 "label": "PUID",
10464 "set": "1000"
10465 },
10466 {
10467 "name": "PGID",
10468 "label": "PGID",
10469 "set": "1000"
10470 },
10471 {
10472 "name": "TZ",
10473 "label": "TZ",
10474 "set": "America/Chicago"
10475 }
10476 ]
10477 },
10478 {
10479 "type": 1,
10480 "title": "duplicati - thesugarat",
10481 "description": "Free backup software to store encrypted backups online, Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.",
10482 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/duplicati-icon.png",
10483 "image": "linuxserver/duplicati:latest",
10484 "category": [
10485 "Backup",
10486 "Cloud",
10487 "Other",
10488 "Productivity",
10489 "Tools"
10490 ],
10491 "platform": "linux",
10492 "ports": [
10493 "8200/tcp"
10494 ],
10495 "volumes": [
10496 {
10497 "container": "/config"
10498 },
10499 {
10500 "container": "/tmp"
10501 },
10502 {
10503 "container": "/backups"
10504 },
10505 {
10506 "container": "/source"
10507 }
10508 ],
10509 "env": [
10510 {
10511 "name": "PUID",
10512 "label": "PUID",
10513 "set": "1000"
10514 },
10515 {
10516 "name": "PGID",
10517 "label": "PGID",
10518 "set": "1000"
10519 },
10520 {
10521 "name": "TZ",
10522 "label": "TZ",
10523 "set": "America/Chicago"
10524 }
10525 ]
10526 },
10527 {
10528 "type": 1,
10529 "title": "freshrss - thesugarat",
10530 "description": "A free, self-hostable rss aggregator…",
10531 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/freshrss-icon.png",
10532 "image": "linuxserver/freshrss:latest",
10533 "category": [
10534 "Other"
10535 ],
10536 "platform": "linux",
10537 "ports": [
10538 "80/tcp"
10539 ],
10540 "volumes": [
10541 {
10542 "container": "/config"
10543 }
10544 ],
10545 "env": [
10546 {
10547 "name": "PUID",
10548 "label": "PUID",
10549 "set": "1000"
10550 },
10551 {
10552 "name": "PGID",
10553 "label": "PGID",
10554 "set": "1000"
10555 },
10556 {
10557 "name": "TZ",
10558 "label": "TZ",
10559 "set": "America/Chicago"
10560 }
10561 ]
10562 },
10563 {
10564 "type": 1,
10565 "title": "gazee - thesugarat",
10566 "description": "A WebApp Comic Reader for your favorite digital comics. Reach and read your comic library from any web connected device with a modern web browser",
10567 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/gazee-logo.png",
10568 "image": "linuxserver/gazee:latest",
10569 "category": [
10570 "Web",
10571 "Books",
10572 "Tools"
10573 ],
10574 "platform": "linux",
10575 "ports": [
10576 "4242/tcp"
10577 ],
10578 "volumes": [
10579 {
10580 "container": "/config"
10581 },
10582 {
10583 "container": "/comics"
10584 },
10585 {
10586 "container": "/mylar"
10587 }
10588 ],
10589 "env": [
10590 {
10591 "name": "PUID",
10592 "label": "PUID",
10593 "set": "1000"
10594 },
10595 {
10596 "name": "PGID",
10597 "label": "PGID",
10598 "set": "1000"
10599 }
10600 ]
10601 },
10602 {
10603 "type": 1,
10604 "title": "headphones - thesugarat",
10605 "description": "Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.",
10606 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/headphones-icon.png",
10607 "image": "linuxserver/headphones:latest",
10608 "category": [
10609 "Music"
10610 ],
10611 "platform": "linux",
10612 "ports": [
10613 "8181/tcp"
10614 ],
10615 "volumes": [
10616 {
10617 "container": "/config"
10618 },
10619 {
10620 "container": "/downloads"
10621 },
10622 {
10623 "container": "/music"
10624 }
10625 ],
10626 "env": [
10627 {
10628 "name": "PUID",
10629 "label": "PUID",
10630 "set": "1000"
10631 },
10632 {
10633 "name": "PGID",
10634 "label": "PGID",
10635 "set": "1000"
10636 },
10637 {
10638 "name": "TZ",
10639 "label": "TZ",
10640 "set": "America/Chicago"
10641 }
10642 ]
10643 },
10644 {
10645 "type": 1,
10646 "title": "heimdall - thesugarat",
10647 "description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
10648 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/heimdall-icon.png",
10649 "image": "linuxserver/heimdall:latest",
10650 "category": [
10651 "Tools",
10652 "Web",
10653 "Other"
10654 ],
10655 "platform": "linux",
10656 "ports": [
10657 "80/tcp",
10658 "443/tcp"
10659 ],
10660 "volumes": [
10661 {
10662 "container": "/config"
10663 }
10664 ],
10665 "env": [
10666 {
10667 "name": "PUID",
10668 "label": "PUID",
10669 "set": "1000"
10670 },
10671 {
10672 "name": "PGID",
10673 "label": "PGID",
10674 "set": "1000"
10675 },
10676 {
10677 "name": "TZ",
10678 "label": "TZ",
10679 "set": "America/Chicago"
10680 }
10681 ]
10682 },
10683 {
10684 "type": 1,
10685 "title": "htpcmanager - thesugarat",
10686 "description": "Htpcmanager, a front end for many htpc related applications. Hellowlol version.",
10687 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/htpcmanager-icon.png",
10688 "image": "linuxserver/htpcmanager:latest",
10689 "category": [
10690 "Video",
10691 "Music",
10692 "Other"
10693 ],
10694 "platform": "linux",
10695 "ports": [
10696 "8085/tcp"
10697 ],
10698 "volumes": [
10699 {
10700 "container": "/config"
10701 }
10702 ],
10703 "env": [
10704 {
10705 "name": "PGID",
10706 "label": "PGID",
10707 "set": "1000"
10708 },
10709 {
10710 "name": "PUID",
10711 "label": "PUID",
10712 "set": "1000"
10713 },
10714 {
10715 "name": "TZ",
10716 "label": "TZ",
10717 "set": "America/Chicago"
10718 }
10719 ]
10720 },
10721 {
10722 "type": 1,
10723 "title": "hydra2 - thesugarat",
10724 "description": "NZBHydra is a meta search for NZB indexers and the \"spiritual successor\" to NZBmegasearcH. It provides easy access to a number of raw and newznab based indexers.",
10725 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/hydra-icon.png",
10726 "image": "linuxserver/hydra2:latest",
10727 "category": [
10728 "Downloaders",
10729 "Other",
10730 "Tools"
10731 ],
10732 "platform": "linux",
10733 "ports": [
10734 "5076/tcp"
10735 ],
10736 "volumes": [
10737 {
10738 "container": "/config"
10739 },
10740 {
10741 "container": "/downloads"
10742 }
10743 ],
10744 "env": [
10745 {
10746 "name": "PUID",
10747 "label": "PUID",
10748 "set": "1000"
10749 },
10750 {
10751 "name": "PGID",
10752 "label": "PGID",
10753 "set": "1000"
10754 },
10755 {
10756 "name": "TZ",
10757 "label": "TZ",
10758 "set": "America/Chicago"
10759 }
10760 ]
10761 },
10762 {
10763 "type": 1,
10764 "title": "jackett - thesugarat",
10765 "description": "Jackett works as a proxy server it translates queries from apps like Sonarr etc into tracker-site-specific http queries and parses the html response sending results back to the requesting software.[",
10766 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/jacket-icon.png",
10767 "image": "linuxserver/jackett:latest",
10768 "category": [
10769 "Downloaders",
10770 "Tools"
10771 ],
10772 "platform": "linux",
10773 "ports": [
10774 "9117/tcp"
10775 ],
10776 "volumes": [
10777 {
10778 "container": "/config"
10779 },
10780 {
10781 "container": "/downloads"
10782 }
10783 ],
10784 "env": [
10785 {
10786 "name": "PUID",
10787 "label": "PUID",
10788 "set": "1000"
10789 },
10790 {
10791 "name": "PGID",
10792 "label": "PGID",
10793 "set": "1000"
10794 },
10795 {
10796 "name": "TZ",
10797 "label": "TZ",
10798 "set": "America/Chicago"
10799 }
10800 ]
10801 },
10802 {
10803 "type": 1,
10804 "title": "kodi-headless - thesugarat",
10805 "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",
10806 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/kodi-icon.png",
10807 "image": "linuxserver/kodi-headless:latest",
10808 "category": [
10809 "Video"
10810 ],
10811 "platform": "linux",
10812 "ports": [
10813 "8080/tcp",
10814 "9777/udp"
10815 ],
10816 "volumes": [
10817 {
10818 "container": "/config/.kodi"
10819 }
10820 ],
10821 "env": [
10822 {
10823 "name": "PUID",
10824 "label": "PUID",
10825 "set": "1000"
10826 },
10827 {
10828 "name": "PGID",
10829 "label": "PGID",
10830 "set": "1000"
10831 },
10832 {
10833 "name": "TZ",
10834 "label": "TZ",
10835 "set": "America/Chicago"
10836 }
10837 ]
10838 },
10839 {
10840 "type": 1,
10841 "title": "lazylibrarian - thesugarat",
10842 "description": "LazyLibrarian is a program to follow authors and grab metadata for all your digital reading needs.",
10843 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lazylibrarian-icon.png",
10844 "image": "linuxserver/lazylibrarian:latest",
10845 "category": [
10846 "Books"
10847 ],
10848 "platform": "linux",
10849 "ports": [
10850 "5299/tcp"
10851 ],
10852 "volumes": [
10853 {
10854 "container": "/config"
10855 },
10856 {
10857 "container": "/downloads"
10858 },
10859 {
10860 "container": "/books"
10861 }
10862 ],
10863 "env": [
10864 {
10865 "name": "PUID",
10866 "label": "PUID",
10867 "set": "1000"
10868 },
10869 {
10870 "name": "PGID",
10871 "label": "PGID",
10872 "set": "1000"
10873 },
10874 {
10875 "name": "TZ",
10876 "label": "TZ",
10877 "set": "America/Chicago"
10878 }
10879 ]
10880 },
10881 {
10882 "type": 1,
10883 "title": "letsencrypt - thesugarat",
10884 "description": "This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.\r\n \r\n Before running this container, make sure that the url and subdomains are properly forwarded to this container's host.\r\n \r\n - Port 443 on the internet side of the router should be forwarded to this container's port 443.\r\n - If you need a dynamic dns provider, you can use the free provider duckdns.org where the url will be yoursubdomain.duckdns.org and the subdomains can be www,ftp,cloud\r\n - The container detects changes to url and subdomains, revokes existing certs and generates new ones during start. \r\n - It also detects changes to the DHLEVEL parameter and replaces the dhparams file.\r\n \r\n - If you'd like to password protect your sites, you can use htpasswd. Run the following command on your host to generate the htpasswd file docker exec -it letsencrypt htpasswd -c /config/nginx/.htpasswd <username>",
10885 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/letsencrypt.png",
10886 "image": "linuxserver/letsencrypt:latest",
10887 "category": [
10888 "Tools",
10889 "Web"
10890 ],
10891 "platform": "linux",
10892 "ports": [
10893 "80/tcp",
10894 "443/tcp"
10895 ],
10896 "volumes": [
10897 {
10898 "container": "/config"
10899 }
10900 ],
10901 "env": [
10902 {
10903 "name": "EMAIL",
10904 "label": "EMAIL",
10905 "set": "-Xms256m -Xmx512m"
10906 },
10907 {
10908 "name": "URL",
10909 "label": "URL",
10910 "set": "-Xms256m -Xmx512m"
10911 },
10912 {
10913 "name": "SUBDOMAINS",
10914 "label": "SUBDOMAINS",
10915 "set": "www,"
10916 },
10917 {
10918 "name": "ONLY_SUBDOMAINS",
10919 "label": "ONLY_SUBDOMAINS",
10920 "set": "false"
10921 },
10922 {
10923 "name": "DHLEVEL",
10924 "label": "DHLEVEL",
10925 "set": "2048"
10926 },
10927 {
10928 "name": "PUID",
10929 "label": "PUID",
10930 "set": "1000"
10931 },
10932 {
10933 "name": "PGID",
10934 "label": "PGID",
10935 "set": "1000"
10936 },
10937 {
10938 "name": "VALIDATION",
10939 "label": "VALIDATION",
10940 "set": "http"
10941 },
10942 {
10943 "name": "DNSPLUGIN",
10944 "label": "DNSPLUGIN",
10945 "set": "http"
10946 },
10947 {
10948 "name": "TZ",
10949 "label": "TZ",
10950 "set": "America/Chicago"
10951 }
10952 ]
10953 },
10954 {
10955 "type": 1,
10956 "title": "libresonic - thesugarat",
10957 "description": "Libresonic is a free, web-based media streamer, providing ubiqutious access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously, for instance to one player in your kitchen and another in your living room. /music = Location of music. /media = Location of other media. /podcasts = Location of podcasts. /playlists = Location for playlists storage. CONTEXT_PATH is for setting url-base in reverse proxy setups - (optional) Default user/pass is admin/admin",
10958 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/libresonic.png",
10959 "image": "linuxserver/libresonic:latest",
10960 "category": [
10961 "Music"
10962 ],
10963 "platform": "linux",
10964 "ports": [
10965 "4040/tcp"
10966 ],
10967 "volumes": [
10968 {
10969 "container": "/music"
10970 },
10971 {
10972 "container": "/playlists"
10973 },
10974 {
10975 "container": "/podcasts"
10976 },
10977 {
10978 "container": "/media"
10979 },
10980 {
10981 "container": "/config"
10982 }
10983 ],
10984 "env": [
10985 {
10986 "name": "CONTEXT_PATH",
10987 "label": "CONTEXT_PATH",
10988 "set": ""
10989 },
10990 {
10991 "name": "PUID",
10992 "label": "PUID",
10993 "set": "1000"
10994 },
10995 {
10996 "name": "PGID",
10997 "label": "PGID",
10998 "set": "1000"
10999 },
11000 {
11001 "name": "TZ",
11002 "label": "TZ",
11003 "set": "America/Chicago"
11004 }
11005 ]
11006 },
11007 {
11008 "type": 1,
11009 "title": "lidarr - SelfhostedPro",
11010 "name": "lidarr",
11011 "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
11012 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/lidarr.png",
11013 "image": "linuxserver/lidarr:latest",
11014 "categories": [
11015 "Downloaders",
11016 "Music"
11017 ],
11018 "platform": "linux",
11019 "restart_policy": "unless-stopped",
11020 "ports": [
11021 "8686:8686/tcp"
11022 ],
11023 "volumes": [
11024 {
11025 "container": "/config",
11026 "bind": "/portainer/Files/AppData/Config/Lidarr"
11027 },
11028 {
11029 "container": "/downloads",
11030 "bind": "/portainer/Downloads"
11031 },
11032 {
11033 "container": "/music",
11034 "bind": "/portainer/Music"
11035 }
11036 ],
11037 "env": [
11038 {
11039 "name": "PUID",
11040 "label": "PUID",
11041 "default": "1000"
11042 },
11043 {
11044 "name": "PGID",
11045 "label": "PGID",
11046 "default": "100"
11047 }
11048 ]
11049 },
11050 {
11051 "categories": [
11052 "Downloaders",
11053 "Music"
11054 ],
11055 "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
11056 "env": [
11057 {
11058 "default": "1000",
11059 "label": "PUID",
11060 "name": "PUID"
11061 },
11062 {
11063 "default": "100",
11064 "label": "PGID",
11065 "name": "PGID"
11066 }
11067 ],
11068 "image": "linuxserver/lidarr:latest",
11069 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/lidarr.png",
11070 "name": "lidarr",
11071 "platform": "linux",
11072 "ports": [
11073 "8686:8686/tcp"
11074 ],
11075 "restart_policy": "unless-stopped",
11076 "title": "lidarr",
11077 "type": 1,
11078 "volumes": [
11079 {
11080 "bind": "/portainer/Files/AppData/Config/Lidarr",
11081 "container": "/config"
11082 },
11083 {
11084 "bind": "/portainer/Downloads",
11085 "container": "/downloads"
11086 },
11087 {
11088 "bind": "/portainer/Music",
11089 "container": "/music"
11090 }
11091 ]
11092 },
11093 {
11094 "type": 1,
11095 "title": "lidarr - thesugarat",
11096 "description": "Lidarr is a music collection manager for Usenet and BitTorrent users.",
11097 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lidarr.png",
11098 "image": "linuxserver/lidarr:latest",
11099 "category": [
11100 "Downloaders",
11101 "Music"
11102 ],
11103 "platform": "linux",
11104 "ports": [
11105 "8686/tcp"
11106 ],
11107 "volumes": [
11108 {
11109 "container": "/config"
11110 },
11111 {
11112 "container": "/downloads"
11113 },
11114 {
11115 "container": "/music"
11116 }
11117 ],
11118 "env": [
11119 {
11120 "name": "PUID",
11121 "label": "PUID",
11122 "set": "1000"
11123 },
11124 {
11125 "name": "PGID",
11126 "label": "PGID",
11127 "set": "1000"
11128 },
11129 {
11130 "name": "TZ",
11131 "label": "TZ",
11132 "set": "America/Chicago"
11133 }
11134 ]
11135 },
11136 {
11137 "type": 1,
11138 "title": "lychee - thesugarat",
11139 "description": "Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely.",
11140 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/lychee-icon.png",
11141 "image": "linuxserver/lychee:latest",
11142 "category": [
11143 "Cloud",
11144 "Web",
11145 "Management",
11146 "Photos"
11147 ],
11148 "platform": "linux",
11149 "ports": [
11150 "80/tcp"
11151 ],
11152 "volumes": [
11153 {
11154 "container": "/config"
11155 },
11156 {
11157 "container": "/pictures"
11158 }
11159 ],
11160 "env": [
11161 {
11162 "name": "PUID",
11163 "label": "PUID",
11164 "set": "1000"
11165 },
11166 {
11167 "name": "PGID",
11168 "label": "PGID",
11169 "set": "1000"
11170 },
11171 {
11172 "name": "TZ",
11173 "label": "TZ",
11174 "set": "America/Chicago"
11175 }
11176 ]
11177 },
11178 {
11179 "type": 1,
11180 "title": "mariadb - thesugarat",
11181 "description": "An Enhanced drop in replacement for Mysql",
11182 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/mariadb-icon.png",
11183 "image": "linuxserver/mariadb:latest",
11184 "category": [
11185 "Other",
11186 "Tools"
11187 ],
11188 "platform": "linux",
11189 "ports": [
11190 "3306/tcp"
11191 ],
11192 "volumes": [
11193 {
11194 "container": "/config"
11195 }
11196 ],
11197 "env": [
11198 {
11199 "name": "PUID",
11200 "label": "PUID",
11201 "set": "1000"
11202 },
11203 {
11204 "name": "PGID",
11205 "label": "PGID",
11206 "set": "1000"
11207 },
11208 {
11209 "name": "MYSQL_ROOT_PASSWORD",
11210 "label": "MYSQL_ROOT_PASSWORD",
11211 "set": ""
11212 },
11213 {
11214 "name": "TZ",
11215 "label": "TZ",
11216 "set": "America/Chicago"
11217 }
11218 ]
11219 },
11220 {
11221 "type": 1,
11222 "title": "medusa - thesugarat",
11223 "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
11224 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/medusa-icon.png",
11225 "image": "linuxserver/medusa:latest",
11226 "category": [
11227 "Downloaders",
11228 "Video"
11229 ],
11230 "platform": "linux",
11231 "ports": [
11232 "8081/tcp"
11233 ],
11234 "volumes": [
11235 {
11236 "container": "/config"
11237 },
11238 {
11239 "container": "/tv"
11240 },
11241 {
11242 "container": "/downloads"
11243 }
11244 ],
11245 "env": [
11246 {
11247 "name": "PUID",
11248 "label": "PUID",
11249 "set": "1000"
11250 },
11251 {
11252 "name": "PGID",
11253 "label": "PGID",
11254 "set": "1000"
11255 },
11256 {
11257 "name": "TZ",
11258 "label": "TZ",
11259 "set": "America/Chicago"
11260 }
11261 ]
11262 },
11263 {
11264 "type": 1,
11265 "title": "minetest",
11266 "description": "Server version of minetest, a free, open source alternative to minecraft.",
11267 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/minetest-icon.png",
11268 "image": "linuxserver/minetest:latest",
11269 "category": [
11270 "Other"
11271 ],
11272 "platform": "linux",
11273 "ports": [
11274 "30000/udp"
11275 ],
11276 "volumes": [
11277 {
11278 "container": "/config/.minetest"
11279 }
11280 ],
11281 "env": [
11282 {
11283 "name": "PUID",
11284 "label": "PUID",
11285 "set": "1000"
11286 },
11287 {
11288 "name": "PGID",
11289 "label": "PGID",
11290 "set": "1000"
11291 },
11292 {
11293 "name": "TZ",
11294 "label": "TZ",
11295 "set": "America/Chicago"
11296 }
11297 ]
11298 },
11299 {
11300 "type": 1,
11301 "title": "minisatip - thesugarat",
11302 "description": "Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.\n\n The application is designed to stream the requested data to multiple clients (even with one dvb card) at the same time while opening different pids.\n ",
11303 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/minisatip-icon.png",
11304 "image": "linuxserver/minisatip:latest",
11305 "category": [
11306 "Video",
11307 "Other",
11308 "Tools"
11309 ],
11310 "platform": "linux",
11311 "ports": [
11312 "8875/tcp",
11313 "554/tcp",
11314 "1900/udp"
11315 ],
11316 "env": [
11317 {
11318 "name": "PUID",
11319 "label": "PUID",
11320 "set": "1000"
11321 },
11322 {
11323 "name": "PGID",
11324 "label": "PGID",
11325 "set": "1000"
11326 },
11327 {
11328 "name": "TZ",
11329 "label": "TZ",
11330 "set": "America/Chicago"
11331 }
11332 ]
11333 },
11334 {
11335 "type": 1,
11336 "title": "musicbrainz - thesugarat",
11337 "description": " MusicBrainz is an open music encyclopedia that collects music metadata and makes it available to the public.",
11338 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/musicbrainz-icon.png",
11339 "image": "linuxserver/musicbrainz:latest",
11340 "category": [
11341 "Music",
11342 "Other",
11343 "Tools"
11344 ],
11345 "platform": "linux",
11346 "ports": [
11347 "5000/tcp"
11348 ],
11349 "volumes": [
11350 {
11351 "container": "/config"
11352 },
11353 {
11354 "container": "/data"
11355 }
11356 ],
11357 "env": [
11358 {
11359 "name": "BRAINZCODE",
11360 "label": "BRAINZCODE",
11361 "set": ""
11362 },
11363 {
11364 "name": "WEBADDRESS",
11365 "label": "WEBADDRESS",
11366 "set": ""
11367 },
11368 {
11369 "name": "PGID",
11370 "label": "PGID",
11371 "set": "1000"
11372 },
11373 {
11374 "name": "PUID",
11375 "label": "PUID",
11376 "set": "1000"
11377 },
11378 {
11379 "name": "TZ",
11380 "label": "TZ",
11381 "set": "America/Chicago"
11382 }
11383 ]
11384 },
11385 {
11386 "type": 1,
11387 "title": "muximux - thesugarat",
11388 "description": "A lightweight portal to view, manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.",
11389 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/muximux-icon.png",
11390 "image": "linuxserver/muximux:latest",
11391 "category": [
11392 "Web",
11393 "Proxy",
11394 "Other",
11395 "Tools"
11396 ],
11397 "platform": "linux",
11398 "ports": [
11399 "80/tcp"
11400 ],
11401 "volumes": [
11402 {
11403 "container": "/config"
11404 }
11405 ],
11406 "env": [
11407 {
11408 "name": "PUID",
11409 "label": "PUID",
11410 "set": "1000"
11411 },
11412 {
11413 "name": "PGID",
11414 "label": "PGID",
11415 "set": "1000"
11416 },
11417 {
11418 "name": "TZ",
11419 "label": "TZ",
11420 "set": "America/Chicago"
11421 }
11422 ]
11423 },
11424 {
11425 "type": 1,
11426 "title": "mylar - thesugarat",
11427 "description": "An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents.",
11428 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/mylar-icon.png",
11429 "image": "linuxserver/mylar:latest",
11430 "category": [
11431 "Downloaders",
11432 "Books"
11433 ],
11434 "platform": "linux",
11435 "ports": [
11436 "8090/tcp"
11437 ],
11438 "volumes": [
11439 {
11440 "container": "/config"
11441 },
11442 {
11443 "container": "/downloads"
11444 },
11445 {
11446 "container": "/comics"
11447 }
11448 ],
11449 "env": [
11450 {
11451 "name": "PUID",
11452 "label": "PUID",
11453 "set": "1000"
11454 },
11455 {
11456 "name": "PGID",
11457 "label": "PGID",
11458 "set": "1000"
11459 },
11460 {
11461 "name": "TZ",
11462 "label": "TZ",
11463 "set": "America/Chicago"
11464 }
11465 ]
11466 },
11467 {
11468 "type": 1,
11469 "title": "nextcloud - thesugarat",
11470 "description": "Nextcloud is an open source, self-hosted file sync and communication app platform. Access and sync your files, contacts, calendars and communicate and collaborate across your devices. You decide what happens with your data, where it is and who can access it!",
11471 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nextcloud-icon.png",
11472 "image": "linuxserver/nextcloud:latest",
11473 "category": [
11474 "Cloud",
11475 "Productivity",
11476 "Tools",
11477 "Other",
11478 "Web"
11479 ],
11480 "platform": "linux",
11481 "ports": [
11482 "443/tcp"
11483 ],
11484 "volumes": [
11485 {
11486 "container": "/config"
11487 },
11488 {
11489 "container": "/data"
11490 }
11491 ],
11492 "env": [
11493 {
11494 "name": "PUID",
11495 "label": "PUID",
11496 "set": "1000"
11497 },
11498 {
11499 "name": "PGID",
11500 "label": "PGID",
11501 "set": "1000"
11502 },
11503 {
11504 "name": "TZ",
11505 "label": "TZ",
11506 "set": "America/Chicago"
11507 }
11508 ]
11509 },
11510 {
11511 "type": 1,
11512 "title": "nginx - thesugarat",
11513 "description": "Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache.",
11514 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nginx-icon.png",
11515 "image": "linuxserver/nginx:latest",
11516 "category": [
11517 "Web",
11518 "Proxy"
11519 ],
11520 "platform": "linux",
11521 "ports": [
11522 "80/tcp",
11523 "443/tcp"
11524 ],
11525 "volumes": [
11526 {
11527 "container": "/config"
11528 }
11529 ],
11530 "env": [
11531 {
11532 "name": "PUID",
11533 "label": "PUID",
11534 "set": "1000"
11535 },
11536 {
11537 "name": "PGID",
11538 "label": "PGID",
11539 "set": "1000"
11540 },
11541 {
11542 "name": "TZ",
11543 "label": "TZ",
11544 "set": "America/Chicago"
11545 }
11546 ]
11547 },
11548 {
11549 "type": 1,
11550 "title": "nzbget - thesugarat",
11551 "description": "NZBGet is a usenet downloader, written in C++ and designed with performance in mind to achieve maximum download speed by using very little system resources. It supports all platforms including Windows, Mac, Linux and works on all devices including PC, NAS, WLAN routers and media players",
11552 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/nzbget-icon.png",
11553 "image": "linuxserver/nzbget:latest",
11554 "category": [
11555 "Downloaders"
11556 ],
11557 "platform": "linux",
11558 "ports": [
11559 "6789/tcp"
11560 ],
11561 "volumes": [
11562 {
11563 "container": "/config"
11564 },
11565 {
11566 "container": "/downloads"
11567 }
11568 ],
11569 "env": [
11570 {
11571 "name": "PUID",
11572 "label": "PUID",
11573 "set": "1000"
11574 },
11575 {
11576 "name": "PGID",
11577 "label": "PGID",
11578 "set": "1000"
11579 },
11580 {
11581 "name": "TZ",
11582 "label": "TZ",
11583 "set": "America/Chicago"
11584 }
11585 ]
11586 },
11587 {
11588 "type": 1,
11589 "title": "ombi - thesugarat",
11590 "description": "Ombi allows you to host your own Plex Request and user management system. ",
11591 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ombi.png",
11592 "image": "linuxserver/ombi:latest",
11593 "category": [
11594 "Downloaders",
11595 "Other",
11596 "Video",
11597 "Tools"
11598 ],
11599 "platform": "linux",
11600 "ports": [
11601 "3579/tcp"
11602 ],
11603 "volumes": [
11604 {
11605 "container": "/config"
11606 }
11607 ],
11608 "env": [
11609 {
11610 "name": "PUID",
11611 "label": "PUID",
11612 "set": "1000"
11613 },
11614 {
11615 "name": "PGID",
11616 "label": "PGID",
11617 "set": "1000"
11618 },
11619 {
11620 "name": "TZ",
11621 "label": "TZ",
11622 "set": "America/Chicago"
11623 }
11624 ]
11625 },
11626 {
11627 "type": 1,
11628 "title": "openvpn-as - thesugarat",
11629 "description": "OpenVPN Access Server is a full featured secure network tunneling VPN software solution that integrates OpenVPN server capabilities, enterprise management capabilities, simplified OpenVPN Connect UI, and OpenVPN Client software packages that accommodate Windows, MAC, Linux, Android, and iOS environments.",
11630 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/openvpn-as-icon.png",
11631 "image": "linuxserver/openvpn-as:latest",
11632 "category": [
11633 "Other"
11634 ],
11635 "platform": "linux",
11636 "ports": [
11637 "943/tcp",
11638 "9443/tcp",
11639 "1194/udp"
11640 ],
11641 "volumes": [
11642 {
11643 "container": "/config"
11644 }
11645 ],
11646 "env": [
11647 {
11648 "name": "INTERFACE",
11649 "label": "INTERFACE",
11650 "set": "eth0"
11651 },
11652 {
11653 "name": "PGID",
11654 "label": "PGID",
11655 "set": "1000"
11656 },
11657 {
11658 "name": "PUID",
11659 "label": "PUID",
11660 "set": "1000"
11661 },
11662 {
11663 "name": "TZ",
11664 "label": "TZ",
11665 "set": "America/Chicago"
11666 }
11667 ]
11668 },
11669 {
11670 "type": 1,
11671 "title": "oscam - thesugarat",
11672 "description": "OScam is a softcam, software to be used to decrypt digital television channels on a settopbox (receiver), as an alternative for a conditional access module (CAM). OScam is, compared with other softcams (CCcam, mgcamd, etc.), open source. Hence, the name Open Source Conditional Access Module (OScam). OScam is based on the not so well known softcam MpCS. The main features of OSCam are next to its softcam capabilities, that it is able to function as a cardserver.",
11673 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/oscam.png",
11674 "image": "linuxserver/oscam:latest",
11675 "category": [
11676 "Other"
11677 ],
11678 "platform": "linux",
11679 "ports": [
11680 "8888/tcp",
11681 "10000/tcp"
11682 ],
11683 "volumes": [
11684 {
11685 "container": "/config"
11686 }
11687 ],
11688 "env": [
11689 {
11690 "name": "PGID",
11691 "label": "PGID",
11692 "set": "1000"
11693 },
11694 {
11695 "name": "PUID",
11696 "label": "PUID",
11697 "set": "1000"
11698 },
11699 {
11700 "name": "TZ",
11701 "label": "TZ",
11702 "set": "America/Chicago"
11703 }
11704 ]
11705 },
11706 {
11707 "type": 1,
11708 "title": "photoshow - thesugarat",
11709 "description": "A simple, easy way to turn a photo album into a webgallery",
11710 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/photoshow-icon.png",
11711 "image": "linuxserver/photoshow:latest",
11712 "category": [
11713 "Photos"
11714 ],
11715 "platform": "linux",
11716 "ports": [
11717 "80/tcp"
11718 ],
11719 "volumes": [
11720 {
11721 "container": "/Pictures"
11722 },
11723 {
11724 "container": "/Thumbs"
11725 },
11726 {
11727 "container": "/config"
11728 }
11729 ],
11730 "env": [
11731 {
11732 "name": "PUID",
11733 "label": "PUID",
11734 "set": "1000"
11735 },
11736 {
11737 "name": "PGID",
11738 "label": "PGID",
11739 "set": "1000"
11740 },
11741 {
11742 "name": "TZ",
11743 "label": "TZ",
11744 "set": "America/Chicago"
11745 }
11746 ]
11747 },
11748 {
11749 "type": 1,
11750 "title": "piwigo - thesugarat",
11751 "description": "Piwigo is photo gallery software for the web, built by an active community of users and developers.",
11752 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/piwigo-icon.png",
11753 "image": "linuxserver/piwigo:latest",
11754 "category": [
11755 "Photos"
11756 ],
11757 "platform": "linux",
11758 "ports": [
11759 "80/tcp"
11760 ],
11761 "volumes": [
11762 {
11763 "container": "/config"
11764 }
11765 ],
11766 "env": [
11767 {
11768 "name": "PUID",
11769 "label": "PUID",
11770 "set": "1000"
11771 },
11772 {
11773 "name": "PGID",
11774 "label": "PGID",
11775 "set": "1000"
11776 },
11777 {
11778 "name": "TZ",
11779 "label": "TZ",
11780 "set": "America/Chicago"
11781 }
11782 ]
11783 },
11784 {
11785 "type": 1,
11786 "title": "plex - thesugarat",
11787 "description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.",
11788 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/plex-icon.png",
11789 "image": "linuxserver/plex:latest",
11790 "category": [
11791 "Video",
11792 "Music",
11793 "Photos"
11794 ],
11795 "platform": "linux",
11796 "volumes": [
11797 {
11798 "container": "/config"
11799 }
11800 ],
11801 "env": [
11802 {
11803 "name": "PUID",
11804 "label": "PUID",
11805 "set": "1000"
11806 },
11807 {
11808 "name": "PGID",
11809 "label": "PGID",
11810 "set": "1000"
11811 },
11812 {
11813 "name": "VERSION",
11814 "label": "VERSION",
11815 "set": "latest"
11816 },
11817 {
11818 "name": "TZ",
11819 "label": "TZ",
11820 "set": "America/Chicago"
11821 }
11822 ]
11823 },
11824 {
11825 "type": 1,
11826 "title": "projectsend - thesugarat",
11827 "description": "ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself! Secure, private and easy. No more depending on external services or e-mail to send those files!\n ",
11828 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/projectsend-logo.png",
11829 "image": "linuxserver/projectsend:latest",
11830 "category": [
11831 "Cloud",
11832 "Productivity",
11833 "Tools",
11834 "Other"
11835 ],
11836 "platform": "linux",
11837 "ports": [
11838 "80/tcp"
11839 ],
11840 "volumes": [
11841 {
11842 "container": "/data"
11843 },
11844 {
11845 "container": "/config"
11846 }
11847 ],
11848 "env": [
11849 {
11850 "name": "PUID",
11851 "label": "PUID",
11852 "set": "1000"
11853 },
11854 {
11855 "name": "PGID",
11856 "label": "PGID",
11857 "set": "1000"
11858 },
11859 {
11860 "name": "TZ",
11861 "label": "TZ",
11862 "set": "America/Chicago"
11863 }
11864 ]
11865 },
11866 {
11867 "type": 1,
11868 "title": "pydio - thesugarat",
11869 "description": "Pydio (formerly AjaXplorer) is a mature open source software solution for file sharing and synchronization. With intuitive user interfaces (web / mobile / desktop), Pydio provides enterprise-grade features to gain back control and privacy of your data: user directory connectors, legacy filesystems drivers, comprehensive admin interface, and much more.",
11870 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/pydio-icon.png",
11871 "image": "linuxserver/pydio:latest",
11872 "category": [
11873 "Cloud",
11874 "Other"
11875 ],
11876 "platform": "linux",
11877 "ports": [
11878 "443/tcp"
11879 ],
11880 "volumes": [
11881 {
11882 "container": "/config"
11883 },
11884 {
11885 "container": "/data"
11886 }
11887 ],
11888 "env": [
11889 {
11890 "name": "PUID",
11891 "label": "PUID",
11892 "set": "1000"
11893 },
11894 {
11895 "name": "PGID",
11896 "label": "PGID",
11897 "set": "1000"
11898 },
11899 {
11900 "name": "TZ",
11901 "label": "TZ",
11902 "set": "America/Chicago"
11903 }
11904 ]
11905 },
11906 {
11907 "type": 1,
11908 "title": "qBittorrent - SelfhostedPro",
11909 "name": "qbittorrent",
11910 "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
11911 "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/qbittorrent-icon.png",
11912 "image": "linuxserver/qbittorrent:latest",
11913 "categories": [
11914 "Downloaders"
11915 ],
11916 "platform": "linux",
11917 "restart_policy": "unless-stopped",
11918 "ports": [
11919 "6881:6881/tcp",
11920 "6881:6881/udp",
11921 "8080:8080/tcp"
11922 ],
11923 "volumes": [
11924 {
11925 "container": "/config",
11926 "bind": "/portainer/Files/AppData/Config/qBittorrent"
11927 },
11928 {
11929 "container": "/downloads",
11930 "bind": "/portainer/Downloads"
11931 }
11932 ],
11933 "env": [
11934 {
11935 "name": "PUID",
11936 "label": "PUID",
11937 "default": "1000"
11938 },
11939 {
11940 "name": "PGID",
11941 "label": "PGID",
11942 "default": "100"
11943 }
11944 ]
11945 },
11946 {
11947 "categories": [
11948 "Downloaders"
11949 ],
11950 "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
11951 "env": [
11952 {
11953 "default": "1000",
11954 "label": "PUID",
11955 "name": "PUID"
11956 },
11957 {
11958 "default": "100",
11959 "label": "PGID",
11960 "name": "PGID"
11961 }
11962 ],
11963 "image": "linuxserver/qbittorrent:latest",
11964 "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/qbittorrent-icon.png",
11965 "name": "qbittorrent",
11966 "platform": "linux",
11967 "ports": [
11968 "6881:6881/tcp",
11969 "6881:6881/udp",
11970 "8080:8080/tcp"
11971 ],
11972 "restart_policy": "unless-stopped",
11973 "title": "qBittorrent",
11974 "type": 1,
11975 "volumes": [
11976 {
11977 "bind": "/portainer/Files/AppData/Config/qBittorrent",
11978 "container": "/config"
11979 },
11980 {
11981 "bind": "/portainer/Downloads",
11982 "container": "/downloads"
11983 }
11984 ]
11985 },
11986 {
11987 "type": 1,
11988 "title": "qbittorrent - thesugarat",
11989 "description": "The qBittorrent project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.",
11990 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/qbittorrent-icon.png",
11991 "image": "linuxserver/qbittorrent:latest",
11992 "category": [
11993 "Downloaders"
11994 ],
11995 "platform": "linux",
11996 "ports": [
11997 "6881/tcp",
11998 "6881/udp",
11999 "8080/tcp"
12000 ],
12001 "volumes": [
12002 {
12003 "container": "/config"
12004 },
12005 {
12006 "container": "/downloads"
12007 }
12008 ],
12009 "env": [
12010 {
12011 "name": "PUID",
12012 "label": "PUID",
12013 "set": "1000"
12014 },
12015 {
12016 "name": "PGID",
12017 "label": "PGID",
12018 "set": "1000"
12019 },
12020 {
12021 "name": "TZ",
12022 "label": "TZ",
12023 "set": "America/Chicago"
12024 }
12025 ]
12026 },
12027 {
12028 "type": 1,
12029 "title": "quassel-core - thesugarat",
12030 "description": "Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the popular combination of screen and a text-based IRC client such as WeeChat, but graphical. Blowfish support and optional web-ui included.",
12031 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/quassel-core-icon.png",
12032 "image": "linuxserver/quassel-core:latest",
12033 "category": [
12034 "Messenger"
12035 ],
12036 "platform": "linux",
12037 "ports": [
12038 "4242/tcp"
12039 ],
12040 "volumes": [
12041 {
12042 "container": "/config"
12043 }
12044 ],
12045 "env": [
12046 {
12047 "name": "PGID",
12048 "label": "PGID",
12049 "set": "1000"
12050 },
12051 {
12052 "name": "PUID",
12053 "label": "PUID",
12054 "set": "1000"
12055 },
12056 {
12057 "name": "TZ",
12058 "label": "TZ",
12059 "set": "America/Chicago"
12060 }
12061 ]
12062 },
12063 {
12064 "type": 1,
12065 "title": "radarr - thesugarat",
12066 "description": "Radarr - A fork of Sonarr to work with movies à la Couchpotato.",
12067 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/radarr.png",
12068 "image": "linuxserver/radarr:latest",
12069 "category": [
12070 "Downloaders",
12071 "Video"
12072 ],
12073 "platform": "linux",
12074 "ports": [
12075 "7878/tcp"
12076 ],
12077 "volumes": [
12078 {
12079 "container": "/config"
12080 },
12081 {
12082 "container": "/downloads"
12083 },
12084 {
12085 "container": "/movies"
12086 }
12087 ],
12088 "env": [
12089 {
12090 "name": "PUID",
12091 "label": "PUID",
12092 "set": "1000"
12093 },
12094 {
12095 "name": "PGID",
12096 "label": "PGID",
12097 "set": "1000"
12098 },
12099 {
12100 "name": "TZ",
12101 "label": "TZ",
12102 "set": "America/Chicago"
12103 }
12104 ]
12105 },
12106 {
12107 "type": 1,
12108 "title": "resilio-sync - thesugarat",
12109 "description": "Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both.",
12110 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/resilio.png",
12111 "image": "linuxserver/resilio-sync:latest",
12112 "category": [
12113 "Backup",
12114 "Cloud",
12115 "Other",
12116 "Tools"
12117 ],
12118 "platform": "linux",
12119 "ports": [
12120 "8888/tcp",
12121 "55555/tcp"
12122 ],
12123 "volumes": [
12124 {
12125 "container": "/config"
12126 },
12127 {
12128 "container": "/sync"
12129 },
12130 {
12131 "container": "/downloads"
12132 }
12133 ],
12134 "env": [
12135 {
12136 "name": "PUID",
12137 "label": "PUID",
12138 "set": "1000"
12139 },
12140 {
12141 "name": "PGID",
12142 "label": "PGID",
12143 "set": "1000"
12144 },
12145 {
12146 "name": "TZ",
12147 "label": "TZ",
12148 "set": "America/Chicago"
12149 }
12150 ]
12151 },
12152 {
12153 "type": 1,
12154 "title": "ruTorrent",
12155 "name": "rutorrent",
12156 "description": "Popular torrent client with a webui for ease of use.",
12157 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
12158 "image": "linuxserver/rutorrent:latest",
12159 "categories": [
12160 "Downloaders"
12161 ],
12162 "platform": "linux",
12163 "restart_policy": "unless-stopped",
12164 "ports": [
12165 "80/tcp",
12166 "51413:51413/tcp",
12167 "6881:6881/udp"
12168 ],
12169 "volumes": [
12170 {
12171 "container": "/config",
12172 "bind": "/portainer/Files/AppData/Config/ruTorrent"
12173 },
12174 {
12175 "container": "/downloads",
12176 "bind": "/portainer/Downloads"
12177 }
12178 ],
12179 "env": [
12180 {
12181 "name": "PUID",
12182 "label": "PUID",
12183 "default": "1000"
12184 },
12185 {
12186 "name": "PGID",
12187 "label": "PGID",
12188 "default": "100"
12189 }
12190 ]
12191 },
12192 {
12193 "categories": [
12194 "Downloaders"
12195 ],
12196 "description": "Popular torrent client with a webui for ease of use.",
12197 "env": [
12198 {
12199 "default": "1000",
12200 "label": "PUID",
12201 "name": "PUID"
12202 },
12203 {
12204 "default": "100",
12205 "label": "PGID",
12206 "name": "PGID"
12207 }
12208 ],
12209 "image": "linuxserver/rutorrent:latest",
12210 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
12211 "name": "rutorrent",
12212 "platform": "linux",
12213 "ports": [
12214 "80/tcp",
12215 "51413:51413/tcp",
12216 "6881:6881/udp"
12217 ],
12218 "restart_policy": "unless-stopped",
12219 "title": "ruTorrent",
12220 "type": 1,
12221 "volumes": [
12222 {
12223 "bind": "/portainer/Files/AppData/Config/ruTorrent",
12224 "container": "/config"
12225 },
12226 {
12227 "bind": "/portainer/Downloads",
12228 "container": "/downloads"
12229 }
12230 ]
12231 },
12232 {
12233 "type": 1,
12234 "title": "rutorrent",
12235 "description": "Popular torrent client with a webui for ease of use.",
12236 "logo": "https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/rutorrent-icon.png",
12237 "image": "linuxserver/rutorrent:latest",
12238 "category": [
12239 "Downloaders"
12240 ],
12241 "platform": "linux",
12242 "ports": [
12243 "80/tcp",
12244 "51413/tcp",
12245 "6881/udp"
12246 ],
12247 "volumes": [
12248 {
12249 "container": "/config"
12250 },
12251 {
12252 "container": "/downloads"
12253 }
12254 ],
12255 "env": [
12256 {
12257 "name": "PUID",
12258 "label": "PUID",
12259 "set": "1000"
12260 },
12261 {
12262 "name": "PGID",
12263 "label": "PGID",
12264 "set": "1000"
12265 },
12266 {
12267 "name": "TZ",
12268 "label": "TZ",
12269 "set": "America/Chicago"
12270 }
12271 ]
12272 },
12273 {
12274 "type": 1,
12275 "title": "sabnzbd - thesugarat",
12276 "description": "SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
12277 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sabnzbd-icon.png",
12278 "image": "linuxserver/sabnzbd:latest",
12279 "category": [
12280 "Downloaders"
12281 ],
12282 "platform": "linux",
12283 "ports": [
12284 "8080/tcp",
12285 "9090/tcp"
12286 ],
12287 "volumes": [
12288 {
12289 "container": "/config"
12290 },
12291 {
12292 "container": "/downloads"
12293 },
12294 {
12295 "container": "/incomplete-downloads"
12296 }
12297 ],
12298 "env": [
12299 {
12300 "name": "PUID",
12301 "label": "PUID",
12302 "set": "1000"
12303 },
12304 {
12305 "name": "PGID",
12306 "label": "PGID",
12307 "set": "1000"
12308 },
12309 {
12310 "name": "TZ",
12311 "label": "TZ",
12312 "set": "America/Chicago"
12313 }
12314 ]
12315 },
12316 {
12317 "type": 1,
12318 "title": "sickchill - thesugarat",
12319 "description": "Sickchill is an Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
12320 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sickchill.png",
12321 "image": "linuxserver/sickchill:latest",
12322 "category": [
12323 "Downloaders",
12324 "Video"
12325 ],
12326 "platform": "linux",
12327 "ports": [
12328 "8081/tcp"
12329 ],
12330 "volumes": [
12331 {
12332 "container": "/config"
12333 },
12334 {
12335 "container": "/downloads"
12336 },
12337 {
12338 "container": "/tv"
12339 }
12340 ],
12341 "env": [
12342 {
12343 "name": "PGID",
12344 "label": "PGID",
12345 "set": "1000"
12346 },
12347 {
12348 "name": "PUID",
12349 "label": "PUID",
12350 "set": "1000"
12351 },
12352 {
12353 "name": "TZ",
12354 "label": "TZ",
12355 "set": "America/Chicago"
12356 }
12357 ]
12358 },
12359 {
12360 "type": 1,
12361 "title": "smokeping - thesugarat",
12362 "description": "Smokeping keeps track of your network latency.",
12363 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/smokeping-icon.png",
12364 "image": "linuxserver/smokeping:latest",
12365 "category": [
12366 "Management"
12367 ],
12368 "platform": "linux",
12369 "ports": [
12370 "80/tcp"
12371 ],
12372 "volumes": [
12373 {
12374 "container": "/config"
12375 },
12376 {
12377 "container": "/data"
12378 }
12379 ],
12380 "env": [
12381 {
12382 "name": "PUID",
12383 "label": "PUID",
12384 "set": "1000"
12385 },
12386 {
12387 "name": "PGID",
12388 "label": "PGID",
12389 "set": "1000"
12390 },
12391 {
12392 "name": "TZ",
12393 "label": "TZ",
12394 "set": "America/Chicago"
12395 }
12396 ]
12397 },
12398 {
12399 "type": 1,
12400 "title": "sonarr - thesugarat",
12401 "description": "Sonarr (formerly NZBdrone) 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. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.",
12402 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/sonarr-icon.png",
12403 "image": "linuxserver/sonarr:latest",
12404 "category": [
12405 "Downloaders",
12406 "Video"
12407 ],
12408 "platform": "linux",
12409 "ports": [
12410 "8989/tcp"
12411 ],
12412 "volumes": [
12413 {
12414 "container": "/config"
12415 },
12416 {
12417 "container": "/dev/rtc"
12418 },
12419 {
12420 "container": "/tv"
12421 },
12422 {
12423 "container": "/downloads"
12424 }
12425 ],
12426 "env": [
12427 {
12428 "name": "PUID",
12429 "label": "PUID",
12430 "set": "1000"
12431 },
12432 {
12433 "name": "PGID",
12434 "label": "PGID",
12435 "set": "1000"
12436 },
12437 {
12438 "name": "TZ",
12439 "label": "TZ",
12440 "set": "America/Chicago"
12441 }
12442 ]
12443 },
12444 {
12445 "type": 1,
12446 "title": "syncthing - thesugarat",
12447 "description": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.",
12448 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/syncthing-icon.png",
12449 "image": "linuxserver/syncthing:latest",
12450 "category": [
12451 "Backup",
12452 "Cloud",
12453 "Other",
12454 "Tools"
12455 ],
12456 "platform": "linux",
12457 "ports": [
12458 "8384/tcp",
12459 "21027/udp",
12460 "22000/tcp"
12461 ],
12462 "volumes": [
12463 {
12464 "container": "/config"
12465 },
12466 {
12467 "container": "/sync"
12468 }
12469 ],
12470 "env": [
12471 {
12472 "name": "PUID",
12473 "label": "PUID",
12474 "set": "1000"
12475 },
12476 {
12477 "name": "PGID",
12478 "label": "PGID",
12479 "set": "1000"
12480 },
12481 {
12482 "name": "TZ",
12483 "label": "TZ",
12484 "set": "America/Chicago"
12485 }
12486 ]
12487 },
12488 {
12489 "type": 1,
12490 "title": "tautulli - thesugarat",
12491 "description": "Tautulli is a 3rd party application that you can run along side your Plex Media Server to monitor activity and track various statistics. Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.",
12492 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tautulli-icon.png",
12493 "image": "linuxserver/tautulli:latest",
12494 "category": [
12495 "Other",
12496 "Tools"
12497 ],
12498 "platform": "linux",
12499 "ports": [
12500 "8181/tcp"
12501 ],
12502 "volumes": [
12503 {
12504 "container": "/logs"
12505 },
12506 {
12507 "container": "/config"
12508 }
12509 ],
12510 "env": [
12511 {
12512 "name": "PUID",
12513 "label": "PUID",
12514 "set": "1000"
12515 },
12516 {
12517 "name": "PGID",
12518 "label": "PGID",
12519 "set": "1000"
12520 },
12521 {
12522 "name": "TZ",
12523 "label": "TZ",
12524 "set": "America/Chicago"
12525 }
12526 ]
12527 },
12528 {
12529 "type": 1,
12530 "title": "thelounge",
12531 "description": "A self-hosted web IRC client",
12532 "logo": "https://raw.githubusercontent.com/linuxserver/community-templates/master/lsiocommunity/img/shout-icon.png",
12533 "image": "linuxserver/thelounge:latest",
12534 "category": [
12535 "Messenger"
12536 ],
12537 "platform": "linux",
12538 "ports": [
12539 "9000/tcp"
12540 ],
12541 "volumes": [
12542 {
12543 "container": "/config"
12544 }
12545 ],
12546 "env": [
12547 {
12548 "name": "PUID",
12549 "label": "PUID",
12550 "set": "1000"
12551 },
12552 {
12553 "name": "PGID",
12554 "label": "PGID",
12555 "set": "1000"
12556 },
12557 {
12558 "name": "TZ",
12559 "label": "TZ",
12560 "set": "America/Chicago"
12561 }
12562 ]
12563 },
12564 {
12565 "type": 1,
12566 "title": "transmission - thesugarat",
12567 "description": "Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.",
12568 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/transmission-icon.png",
12569 "image": "linuxserver/transmission:latest",
12570 "category": [
12571 "Downloaders"
12572 ],
12573 "platform": "linux",
12574 "ports": [
12575 "9091/tcp",
12576 "51413/tcp",
12577 "51413/udp"
12578 ],
12579 "volumes": [
12580 {
12581 "container": "/config"
12582 },
12583 {
12584 "container": "/downloads"
12585 },
12586 {
12587 "container": "/watch"
12588 }
12589 ],
12590 "env": [
12591 {
12592 "name": "PUID",
12593 "label": "PUID",
12594 "set": "1000"
12595 },
12596 {
12597 "name": "PGID",
12598 "label": "PGID",
12599 "set": "1000"
12600 },
12601 {
12602 "name": "TZ",
12603 "label": "TZ",
12604 "set": "America/Chicago"
12605 }
12606 ]
12607 },
12608 {
12609 "type": 1,
12610 "title": "tvheadend - thesugarat",
12611 "description": "Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources.\r\nTvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming.\r\nMultiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).",
12612 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/tvheadend.png",
12613 "image": "linuxserver/tvheadend:latest",
12614 "category": [
12615 "Video",
12616 "Other"
12617 ],
12618 "platform": "linux",
12619 "ports": [
12620 "9981/tcp",
12621 "9982/tcp"
12622 ],
12623 "volumes": [
12624 {
12625 "container": "/config"
12626 },
12627 {
12628 "container": "/recordings"
12629 }
12630 ],
12631 "env": [
12632 {
12633 "name": "PGID",
12634 "label": "PGID",
12635 "set": "1000"
12636 },
12637 {
12638 "name": "PUID",
12639 "label": "PUID",
12640 "set": "1000"
12641 },
12642 {
12643 "name": "TZ",
12644 "label": "TZ",
12645 "set": "America/Chicago"
12646 }
12647 ]
12648 },
12649 {
12650 "type": 1,
12651 "title": "ubooquity - thesugarat",
12652 "description": "Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. Use it to access your files from anywhere, with a tablet, an e-reader, a phone or a computer.",
12653 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/ubooquity-icon.png",
12654 "image": "linuxserver/ubooquity:latest",
12655 "category": [
12656 "Cloud",
12657 "Books"
12658 ],
12659 "platform": "linux",
12660 "ports": [
12661 "2202/tcp",
12662 "2203/tcp"
12663 ],
12664 "volumes": [
12665 {
12666 "container": "/books"
12667 },
12668 {
12669 "container": "/comics"
12670 },
12671 {
12672 "container": "/config"
12673 }
12674 ],
12675 "env": [
12676 {
12677 "name": "MAXMEM",
12678 "label": "MAXMEM",
12679 "set": "512"
12680 },
12681 {
12682 "name": "PUID",
12683 "label": "PUID",
12684 "set": "1000"
12685 },
12686 {
12687 "name": "PGID",
12688 "label": "PGID",
12689 "set": "1000"
12690 },
12691 {
12692 "name": "TZ",
12693 "label": "TZ",
12694 "set": "America/Chicago"
12695 }
12696 ]
12697 },
12698 {
12699 "type": 1,
12700 "title": "unifi-controller - thesugarat",
12701 "description": "The Unifi-controller Controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.",
12702 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/unifi-icon.png",
12703 "image": "linuxserver/unifi-controller:latest",
12704 "category": [
12705 "Management",
12706 "Tools"
12707 ],
12708 "platform": "linux",
12709 "ports": [
12710 "3478/udp",
12711 "10001/udp",
12712 "8080/tcp",
12713 "8081/tcp",
12714 "8443/tcp",
12715 "8843/tcp",
12716 "8880/tcp",
12717 "6789/tcp"
12718 ],
12719 "volumes": [
12720 {
12721 "container": "/config"
12722 }
12723 ],
12724 "env": [
12725 {
12726 "name": "PUID",
12727 "label": "PUID",
12728 "set": "1000"
12729 },
12730 {
12731 "name": "PGID",
12732 "label": "PGID",
12733 "set": "1000"
12734 },
12735 {
12736 "name": "TZ",
12737 "label": "TZ",
12738 "set": "America/Chicago"
12739 }
12740 ]
12741 },
12742 {
12743 "type": 1,
12744 "title": "webgrabplus - thesugarat",
12745 "description": "WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.Optional postprocessors to add IMDb data, or to customize your xmltv listing.",
12746 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/webgrabplus.png",
12747 "image": "linuxserver/webgrabplus:latest",
12748 "category": [
12749 "Downloaders"
12750 ],
12751 "platform": "linux",
12752 "volumes": [
12753 {
12754 "container": "/config"
12755 },
12756 {
12757 "container": "/data"
12758 }
12759 ],
12760 "env": [
12761 {
12762 "name": "PUID",
12763 "label": "PUID",
12764 "set": "1000"
12765 },
12766 {
12767 "name": "PGID",
12768 "label": "PGID",
12769 "set": "1000"
12770 },
12771 {
12772 "name": "TZ",
12773 "label": "TZ",
12774 "set": "America/Chicago"
12775 }
12776 ]
12777 },
12778 {
12779 "type": 1,
12780 "title": "znc - thesugarat",
12781 "description": "ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.",
12782 "logo": "https://raw.githubusercontent.com/thesugarat/portainer_templates-1/master/Images/znc-icon.png",
12783 "image": "linuxserver/znc:latest",
12784 "category": [
12785 "Messenger"
12786 ],
12787 "platform": "linux",
12788 "ports": [
12789 "6501/tcp"
12790 ],
12791 "volumes": [
12792 {
12793 "container": "/config"
12794 }
12795 ],
12796 "env": [
12797 {
12798 "name": "PGID",
12799 "label": "PGID",
12800 "set": "1000"
12801 },
12802 {
12803 "name": "PUID",
12804 "label": "PUID",
12805 "set": "1000"
12806 },
12807 {
12808 "name": "TZ",
12809 "label": "TZ",
12810 "set": "America/Chicago"
12811 }
12812 ]
12813 }
12814 ]
12815}
12816