Misskey
OffiziellDocker-Anwendung from B4rny's Repository
Übersicht
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.
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:3000]- Netzwerk
bridge- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
- Ziel
- 3000
- Wert
- 3000
- Ziel
- /misskey/files
- Wert
- /mnt/user/appdata/misskey/files/
- Ziel
- /misskey/.config
- Wert
- /mnt/user/appdata/misskey/config/
- Wert
- production
Kategorien
Statistik herunterladen
Gesamte Downloads im Laufe der Zeit
Einzelheiten
misskey/misskeyFühren Sie Misskey auf Unraid aus.
Misskey ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.