From 4dbe901197b420af3eb88ff479ad71e4a90f5479 Mon Sep 17 00:00:00 2001 From: hywax Date: Tue, 21 May 2024 18:04:16 +0500 Subject: [PATCH] feat(templates): portainer --- .templates/portainer.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .templates/portainer.json diff --git a/.templates/portainer.json b/.templates/portainer.json new file mode 100644 index 0000000..b3a4dfb --- /dev/null +++ b/.templates/portainer.json @@ -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" + } + ] + } + ] +}