diff --git a/images/docker-mastodon.md b/images/docker-mastodon.md index cfed97a028..4e5ab86e12 100755 --- a/images/docker-mastodon.md +++ b/images/docker-mastodon.md @@ -40,6 +40,7 @@ This image provides various versions that are available via tags. Please read th | :----: | :----: |--- | | latest | ✅ | Stable releases. | | develop | ✅ | Pre-releases *only*. | +| glitch | ✅ | [glitch-soc](https://github.com/glitch-soc/mastodon) fork releases. | ## Application Setup We provide aliases for the common commands that execute in the correct context so that environment variables from secrets are available to them: @@ -289,6 +290,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **09.02.23:** - Add Glitch branch. * **09.01.23:** - Updated nginx conf to fix bring inline with Mastodon configuration (fixes Elk integration). * **19.12.22:** - Support separate sidekiq queue instances. * **05.11.22:** - Initial Release.