Skip to content

Commit 4dbe901

Browse files
author
hywax
committed
feat(templates): portainer
1 parent 5e11e26 commit 4dbe901

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Diff for: .templates/portainer.json

+27
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)