We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e11e26 commit 4dbe901Copy full SHA for 4dbe901
.templates/portainer.json
@@ -0,0 +1,27 @@
1
+{
2
+ "version": "2",
3
+ "templates": [
4
+ {
5
+ "categories": [
6
+ "Dashboard"
7
+ ],
8
+ "description": "Mafl is an intuitive service for organizing your homepage. Customize Mafl to your individual needs and work even more efficiently!",
9
+ "image": "hywax/mafl:latest",
10
+ "logo": "https://mafl.hywax.space/logotype.svg",
11
+ "name": "Mafl",
12
+ "platform": "linux",
13
+ "ports": [
14
+ "3000:3000/tcp"
15
16
+ "restart_policy": "unless-stopped",
17
+ "title": "Mafl",
18
+ "type": 1,
19
+ "volumes": [
20
21
+ "bind": "/portainer/Files/AppData/Config/Mafl/config.yml",
22
+ "container": "/app/data/config.yml"
23
+ }
24
+ ]
25
26
27
+}
0 commit comments