Misskey
官方Docker 应用程序 from B4rny's Repository
概述
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.
运行时参数
- 网络用户界面
http://[IP]:[PORT:3000]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
- 目标
- 3000
- 价值
- 3000
- 目标
- /misskey/files
- 价值
- /mnt/user/appdata/misskey/files/
- 目标
- /misskey/.config
- 价值
- /mnt/user/appdata/misskey/config/
- 价值
- production
类别
下载统计数据
长期下载总量
详细信息
在Unraid 上运行 Misskey 。
Misskey 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。