Misskey

Misskey

Official

Docker app from B4rny's Repository

Overview

Misskey is an open source, decentralized social media platform that's free forever!

Notice: This template is experimental, I'm not sure if everything is configured correctly. If you notice something please report it in the forum support thread.

Documentation: https://misskey-hub.net/en/docs/install/docker.html

Installation Before you start the container for the first time you have to do the configuration.

You will need a postgresdb (I tested v15) and redis.

Create a misskey folder under appdata. Create a config folder inside the misskey folder.
Create a default.yml inside the config folder. Paste the content of the example.yml inside.

https://raw.githubusercontent.com/misskey-dev/misskey/develop/.config/example.yml

Change:
url
db: host, port, user, pass
redis: host, port, pass
You have to uncomment the redis pass (remove the #).

Create a data folder inside the misskey folder.

Change the owner:group of the data folder with the Unraid terminal.
chown -hR 991:991 /mnt/user/appdata/misskey/files/

Launch the Container.

Install Misskey on Unraid in a few clicks.

Find Misskey in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Misskey Review the template variables and paths Click Install

Categories

Download Statistics

2,307,181
Total Downloads
10,896
This Month
12,580
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
misskey/misskey
Last Updated2026-06-25
First Seen2023-05-14

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false

Template configuration

portPorttcp
Target
3000
Value
3000
filesPathrw
Target
/misskey/files
Value
/mnt/user/appdata/misskey/files/
configPathrw
Target
/misskey/.config
Value
/mnt/user/appdata/misskey/config/
NODE_ENVVariable
Value
production