Add Aternos Thanos image (#396)

This commit is contained in:
Mihai Cristian
2022-10-14 20:08:42 +03:00
committed by GitHub
parent 886e0c3b60
commit d2c75a3212
2 changed files with 36 additions and 0 deletions

BIN
images/aternos-thanos.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

36
template/apps/thanos.json Normal file
View File

@@ -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"
}