Skip to content

Commit

Permalink
feat(templates): portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed May 21, 2024
1 parent 5e11e26 commit 4dbe901
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .templates/portainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"version": "2",
"templates": [
{
"categories": [
"Dashboard"
],
"description": "Mafl is an intuitive service for organizing your homepage. Customize Mafl to your individual needs and work even more efficiently!",
"image": "hywax/mafl:latest",
"logo": "https://mafl.hywax.space/logotype.svg",
"name": "Mafl",
"platform": "linux",
"ports": [
"3000:3000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Mafl",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Mafl/config.yml",
"container": "/app/data/config.yml"
}
]
}
]
}

0 comments on commit 4dbe901

Please sign in to comment.