diff --git a/images/aternos-thanos.png b/images/aternos-thanos.png new file mode 100644 index 0000000..83821f4 Binary files /dev/null and b/images/aternos-thanos.png differ diff --git a/template/apps/thanos.json b/template/apps/thanos.json new file mode 100644 index 0000000..98e9680 --- /dev/null +++ b/template/apps/thanos.json @@ -0,0 +1,36 @@ +{ + "categories": [ + "Other", + "Tools", + "Minecraft" + ], + "env": [ + { + "name": "TZ", + "label": "TZ", + "default": "America/New_York", + "description": "Specify a timezone to use for example Europe/London" + } + ], + "description": "[Thanos](https://github.com/aternosorg/thanos) is a tool that allows you to shrink your minecraft worlds by deleting unused chuncks.", + "image_amd64": "cristianeduardmihai/thanos:latest", + "image_arm64": "cristianeduardmihai/thanos:arm64", + "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/images/aternos-thanos.png", + "name": "Thanos", + "officialDoc": "https://github.com/aternosorg/thanos", + "platform": "linux", + "restart_policy": "never", + "title": "Thanos", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/mc/output", + "container": "/output" + }, + { + "bind": "/portainer/mc/input", + "container": "/watch" + } + ], + "webpage": "https://github.com/aternosorg/thanos" +}