diff --git a/apps/mastodon/config.json b/apps/mastodon/config.json index 9eebc01c..71beb532 100644 --- a/apps/mastodon/config.json +++ b/apps/mastodon/config.json @@ -7,9 +7,11 @@ "force_expose": true, "generate_vapid_keys": true, "id": "mastodon", - "tipi_version": 2, - "version": "4.1.2", - "categories": ["social"], + "tipi_version": 3, + "version": "4.1.3", + "categories": [ + "social" + ], "description": "Your self-hosted, globally interconnected microblogging community", "short_desc": "Your self-hosted, globally interconnected microblogging community", "author": "Mastodon", @@ -38,7 +40,7 @@ }, { "type": "random", - "label": "Mastodon OTP Secret", + "label": "Mastodon OTP Secret", "min": 64, "max": 64, "env_variable": "MASTODON_OTP_SECRET" diff --git a/apps/mastodon/docker-compose.yml b/apps/mastodon/docker-compose.yml index f6963248..85812c93 100644 --- a/apps/mastodon/docker-compose.yml +++ b/apps/mastodon/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: mastodon: container_name: mastodon - image: lscr.io/linuxserver/mastodon:4.1.2 + image: lscr.io/linuxserver/mastodon:4.1.3 ports: - 8209:80 - ${APP_PORT}:443