-
Notifications
You must be signed in to change notification settings - Fork 0
/
portainer_v2.json
491 lines (491 loc) · 14.4 KB
/
portainer_v2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
{
"version": "2",
"templates": [
{
"categories": [
"Other",
"Tools",
"Authentication"
],
"description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
"env": [
{
"label": "TZ",
"name": "TZ"
}
],
"image": "authelia/authelia:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/authelia.png",
"name": "authelia",
"note": "Requires a configuration.yml file in order to work. Documentation is Available \u003ca href='https://docs.authelia.com/deployment/deployment-ha'\u003ehere\u003c/a\u003e.",
"platform": "linux",
"ports": [
"9091:9091/tcp"
],
"restart_policy": "unless-stopped",
"title": "Authelia",
"type": 1,
"volumes": [
{
"bind": "/portainer/Authelia",
"container": "/etc/authelia/"
}
]
},
{
"categories": [
"Tools",
"Web",
"Other"
],
"description": "Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "lscr.io/linuxserver/heimdall:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/heimdall-icon.png",
"name": "heimdall",
"platform": "linux",
"ports": [
"80/tcp",
"443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Heimdall",
"type": 1,
"volumes": [
{
"bind": "/portainer/Heimdall",
"container": "/config"
}
]
},
{
"categories": [
"Task",
"Tools"
],
"description": "Focalboard is an open-source, self-hosted project management tool that's an alternative to Trello, Notion, and Asana. It's designed to help teams stay organized and aligned.Focalboard is an open-source, self-hosted project management tool that's an alternative to Trello, Notion, and Asana. It's designed to help teams stay organized and aligned.Focalboard is an open-source, self-hosted project management tool that's an alternative to Trello, Notion, and Asana. It's designed to help teams stay organized and aligned.",
"image": "mattermost/focalboard",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/folcalboard.png",
"name": "focalboard",
"platform": "linux",
"ports": [
"8356:8000"
],
"restart_policy": "unless-stopped",
"title": "FocalBoard",
"type": 1
},
{
"categories": [
"Diagrams",
"Tools"
],
"description": "Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams with a hand-drawn feel. It's designed to be simple, intuitive, and to allow rapid collaboration.",
"image": "excalidraw/excalidraw:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/excalidraw.png",
"name": "excalidraw",
"platform": "linux",
"ports": [
"3430:80"
],
"restart_policy": "unless-stopped",
"title": "Excalidraw",
"type": 1
},
{
"categories": [
"Diagrams",
"Tools"
],
"description": "draw.io (formerly Diagramly) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPMN online, as a circuit diagram maker, and more. draw.io can import .vsdx, Gliffy™ and Lucidchart™ files.",
"image": "fjudith/draw.io",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/draw-io.png",
"name": "drawio",
"platform": "linux",
"ports": [
"8050:8080/tcp",
"8543:8443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Draw IO",
"type": 1
},
{
"categories": [
"Proxy",
"Tools"
],
"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.",
"image": "jlesage/nginx-proxy-manager",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/proxy_mgr.png",
"name": "nginx-proxy-manager",
"platform": "linux",
"ports": [
"8080:80/tcp",
"8081:81/tcp",
"4443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager",
"type": 1,
"volumes": [
{
"bind": "/portainer/Nginx-Proxy",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "Save recipes in seconds with plain text formatting and create beatiful recipe pages with automated ease.",
"image": "gregyankovoy/chowdown:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/chowdown.png",
"name": "chowdown",
"platform": "linux",
"ports": [
"4000:4000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Chowdown",
"type": 1,
"volumes": [
{
"bind": "/portainer/Chowdown",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools",
"Wiki"
],
"description": "A modern, lightweight and powerful wiki app built on NodeJS.",
"env": [
{
"label": "TZ",
"name": "TZ"
},
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "lscr.io/linuxserver/wikijs:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/wikijs.png",
"name": "wikijs",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "WikiJS",
"type": 1,
"volumes": [
{
"bind": "/portainer/WikiJS/data",
"container": "/data"
},
{
"bind": "/portainer/WikiJS/config",
"container": "/config"
}
]
},
{
"categories": [
"DNS",
"Tools"
],
"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",
"env": [
{
"label": "DUCKDNS_DOMAIN",
"name": "DUCKDNS_DOMAIN",
"set": ""
},
{
"label": "DUCKDNS_TOKEN",
"name": "DUCKDNS_TOKEN",
"set": ""
},
{
"default": "5",
"label": "DUCKDNS_DELAY",
"name": "DUCKDNS_DELAY"
}
],
"image": "maksimstojkovic/duckdns:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/duckdns.png",
"name": "duckdns",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Duck DNS",
"type": 1
},
{
"categories": [
"Certificates",
"Tools"
],
"description": "Lets Encrypt is a free service which let people and organizations around the world obtain, renew, and manage SSL/TLS certificates.\r\n",
"env": [
{
"label": "DUCKDNS_DOMAIN",
"name": "DUCKDNS_DOMAIN",
"set": ""
},
{
"label": "DUCKDNS_TOKEN",
"name": "DUCKDNS_TOKEN",
"set": ""
},
{
"default": "5",
"label": "DUCKDNS_DELAY",
"name": "DUCKDNS_DELAY"
},
{
"label": "LETSENCRYPT_DOMAIN",
"name": "LETSENCRYPT_DOMAIN",
"set": ""
},
{
"label": "LETSENCRYPT_WILDCARD",
"name": "LETSENCRYPT_WILDCARD",
"set": "false"
},
{
"label": "LETSENCRYPT_EMAIL",
"name": "LETSENCRYPT_EMAIL",
"set": ""
},
{
"label": "TESTING",
"name": "TESTING",
"set": "false"
},
{
"default": "0",
"label": "UID",
"name": "UID"
},
{
"default": "0",
"label": "GID",
"name": "GID"
}
],
"image": "maksimstojkovic/letsencrypt:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/letsencrypt.png",
"name": "letsencrypt",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Let's Encrypt",
"type": 1,
"volumes": [
{
"bind": "/portainer/certs",
"container": "/etc/letsencrypt"
}
]
},
{
"categories": [
"Other"
],
"description": "A free, self-hostable rss aggregator…",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "lscr.io/linuxserver/freshrss:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/freshrss-icon.png",
"name": "freshrss",
"platform": "linux",
"ports": [
"80:8020/tcp"
],
"restart_policy": "unless-stopped",
"title": "FreshRSS",
"type": 1,
"volumes": [
{
"bind": "/portainer/FreshRSS",
"container": "/config"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"description": "A Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole.",
"image": "pihole/pihole:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/pihole.png",
"name": "PiHole-Unbound",
"note": "When the installation is complete, navigate to your.ip.goes.here:1010/admin. Follow the article \u003ca href='https://medium.com/@niktrix/getting-rid-of-systemd-resolved-consuming-port-53-605f0234f32f'\u003ehere\u003c/a\u003e if you run into issues binding to port 53.",
"platform": "linux",
"ports": [
"53:53/tcp",
"53:53/udp",
"67:67/udp",
"8010:80/tcp",
"4443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Pi-Hole",
"type": 1,
"volumes": [
{
"bind": "/portainer/PiHole/File",
"container": "/etc/pihole"
},
{
"bind": "/portainer/PiHole/DNS",
"container": "/etc/dnsmasq.d"
}
]
},
{
"categories": [
"Other",
"Tools"
],
"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..",
"image": "vaultwarden/server:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/bitwarden.png",
"name": "vaultwarden",
"note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.",
"platform": "linux",
"ports": [
"8090:80/tcp"
],
"restart_policy": "unless-stopped",
"title": "Vaultwarden",
"type": 1,
"volumes": [
{
"bind": "/portainer/Vaultwarden",
"container": "/data"
}
]
},
{
"categories": [
"Other",
"Tools",
"Maintenance"
],
"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.",
"image": "containrrr/watchtower:latest",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/watchtower.png",
"name": "watchtower",
"note": "It is recommended to manually update your containers but we're including this for those of you that don't care",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Watchtower",
"type": 1,
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock"
}
]
},
{
"categories": [
"Other",
"reverse proxy"
],
"description": "Træfik (pronounced like traffic) is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm mode, Kubernetes, Marathon, Consul, Etcd, Rancher, Amazon ECS, and a lot more) to manage its configuration automatically and dynamically.",
"image": "traefik",
"logo": "https://github.com/Atlas34/portainer/raw/main/Images/traefik.png",
"name": "traefik",
"note": "Create a proxy network before running this template. <a href=\"http://docs.traefik.io/\">Træfik documentation</a>",
"platform": "linux",
"restart_policy": "unless-stopped",
"title": "Traefik",
"type": 1,
"network": "proxy",
"ports": [
"80:80/tcp",
"443:443/tcp",
"8080:8080/tcp"
],
"volumes": [
{
"bind": "/var/run/docker.sock",
"container": "/var/run/docker.sock",
"readonly": true
},
{
"bind": "/portainer/Traefik/acme.json",
"container": "/acme.json"
},
{
"bind": "/portainer/Traefik/config.yml",
"container": "/config.yml",
"readonly": true
},
{
"bind": "/portainer/Traefik/traefik.yml",
"container": "/traefik.yml",
"readonly": true
},
{
"bind": "/etc/localtime",
"container": "/etc/localtime",
"readonly": true
}
],
"labels": [
{ "name": "traefik.enable", "value": "true" },
{ "name": "traefik.http.routers.traefik.entrypoints", "value": "http" },
{ "name": "traefik.http.routers.traefik.rule", "value": "Host(`traefik-dashboard.local.example.com`)" },
{ "name": "traefik.http.middlewares.traefik-auth.basicauth.users", "value": "USER:BASIC_AUTH_PASSWORD" },
{ "name": "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme", "value": "https" },
{ "name": "traefik.http.middlewares.sslheader.headers.customrequestheaders.X-Forwarded-Proto", "value": "https" },
{ "name": "traefik.http.routers.traefik.middlewares", "value": "traefik-https-redirect" },
{ "name": "traefik.http.routers.traefik-secure.entrypoints", "value": "https" },
{ "name": "traefik.http.routers.traefik-secure.rule", "value": "Host(`traefik-dashboard.local.example.com`)" },
{ "name": "traefik.http.routers.traefik-secure.middlewares", "value": "traefik-auth" },
{ "name": "traefik.http.routers.traefik-secure.tls", "value": "true" },
{ "name": "traefik.http.routers.traefik-secure.tls.certresolver", "value": "cloudflare" },
{ "name": "traefik.http.routers.traefik-secure.tls.domains[0].main", "value": "local.example.com" },
{ "name": "traefik.http.routers.traefik-secure.tls.domains[0].sans", "value": "*.local.example.com" },
{ "name": "traefik.http.routers.traefik-secure.service", "value": "api@internal" }
]
}
]
}