-
Notifications
You must be signed in to change notification settings - Fork 1
/
templates.json
207 lines (207 loc) · 7.22 KB
/
templates.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
[
{
"type": 3,
"title": "Download Server",
"description": "Includes Sonarr, Radarr, Lidarr, NZBHydra2, Ombi and Nzbget",
"note": "Deploys Sonarr, Radarr, Lidarr and NZBHydra2 connected to Nzbget and Ombi.",
"categories": [
"Ebrithil"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/download_server.png",
"repository": {
"url": "https://github.com/ebrithiljonas/PortainerTemplates",
"stackfile": "stacks/download_server.yaml"
},
"env": [
{
"name": "USER_ID",
"label": "User ID",
"default": "1000",
"description": "Defines the User who will run the Program ."
},
{
"name": "GROUP_ID",
"label": "Group ID",
"default": "1000",
"description": "Defines the Group who will run the Program."
},
{
"name": "CONFIG_PATH",
"label": "Path of the Configuration (end with /)",
"default": "/home/docker/config/",
"description": "Path where all the config files will be stored, in a separate folder for each Program."
},
{
"name": "MEDIA_PATH",
"label": "Path for the media files (end with /)",
"default": "/media/nas/",
"description": "Path where the downloaded media files will be stored."
},
{
"name": "DOWNLOAD_PATH",
"label": "Path for the temporary download files (end with /)",
"default": "/media/data/nzbget/",
"description": "Path where all the files will be downloaded to from nzbget."
}
]
},
{
"type": 3,
"title": "NGINX Certbot",
"description": "NGINX and Certbot",
"note": "Deploys nginx with Certbot for Letsencrypt",
"categories": [
"Ebrithil"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/nginx.png",
"repository": {
"url": "https://github.com/ebrithiljonas/PortainerTemplates",
"stackfile": "stacks/nginx.yaml"
},
"env": [
{
"name": "CONFIG_PATH",
"label": "Path of the Configuration (end with /)",
"default": "/home/docker/config/",
"description": "Path where all the config files will be stored, in a separate folder for each Program."
}
]
},
{
"type": 3,
"title": "Nextcloud",
"description": "Nextcloud with MariaDB",
"categories": [
"Ebrithil"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/nextcloud.png",
"repository": {
"url": "https://github.com/ebrithiljonas/PortainerTemplates",
"stackfile": "stacks/nextcloud.yaml"
},
"env": [
{
"name": "USER_ID",
"label": "User ID",
"default": "1000",
"description": "Defines the User who will run the Program ."
},
{
"name": "GROUP_ID",
"label": "Group ID",
"default": "1000",
"description": "Defines the Group who will run the Program."
},
{
"name": "CONFIG_PATH",
"label": "Path of the Configuration (end with /)",
"default": "/home/docker/config/",
"description": "Path where all the config files will be stored, in a separate folder for each Program."
},
{
"name": "DATA_PATH",
"label": "Path for all the Data (end with /)",
"default": "/media/nas/",
"description": "Path where all Files on the cloud will be saved."
},
{
"name": "ROOT_PASSWORD",
"label": "Root Password of the MariaDB"
},
{
"name": "PASSWORD",
"label": "Password of Nextcloud User on DB"
}
]
},
{
"type": 1,
"title": "Caddy",
"description": "Webserver and Reverse Proxy",
"logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/caddy.jpg",
"restart_policy": "unless-stopped",
"image": "caddy:latest",
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/data",
"bind": "${CONFIG_PATH}caddy/data"
},
{
"container": "/config",
"bind": "${CONFIG_PATH}caddy/config"
}
],
"env": [
{
"name": "CONFIG_PATH",
"label": "Change the Path under 'Advanced Options' (end with /)",
"default": "This field is only for Info. Change the Path under Advanced Options",
"description": "Path where all the config files will be stored."
}
]
},
{
"type": 1,
"title": "Teamspeak",
"description": "Teamspeak Server",
"logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/ts.png",
"restart_policy": "unless-stopped",
"image": "teamspeak:latest",
"ports": [
"30033:30033/tcp",
"9987:9987/udp"
],
"volumes": [
{
"container": "/var/ts3server",
"bind": "${CONFIG_PATH}teamspeak/"
}
],
"env": [
{
"name": "CONFIG_PATH",
"label": "Change the Path under 'Advanced Options' (end with /)",
"default": "This field is only for Info. Change the Path under Advanced Options",
"description": "Path where all the config files will be stored."
},
{
"name": "TS3SERVER_LICENSE",
"default": "accept",
"preset": true
}
]
},
{
"type": 1,
"title": "Nginx",
"description": "Nginx Server",
"logo": "https://raw.githubusercontent.com/ebrithiljonas/PortainerTemplates/master/icons/nginx.png",
"restart_policy": "unless-stopped",
"image": "nginx",
"ports": [
"80:80/tcp",
"443:443/tcp"
],
"volumes": [
{
"container": "/etc/nginx",
"bind": "${CONFIG_PATH}nginx/"
}
],
"env": [
{
"name": "CONFIG_PATH",
"label": "Change the Path under 'Advanced Options' (end with /)",
"default": "This field is only for Info. Change the Path under Advanced Options",
"description": "Path where all the config files will be stored."
}
]
}
]