====== Homarr installatie====== [[homarr:homarr|{{ :homarr:icon.jpg?120|}}]] ===== context===== dit document beschrijft de installatie van Homarr op Docker en op Debian ===== Docker ===== - download de image: docker pull homarr/homarr - start de container: docker run -d --name homarr --hostname homarr -p 7575:7575 homarr/homarr - open een browser op http://:7575 - doorloop de wizard ===== Debian===== - maak een directory aan voor mediabestanden: mkdir /media - cd /tmp wget https://repo.jellyfin.org/install-debuntu.sh ./install-debuntu.sh chmod 755 install-debuntu.sh - geef toegangrechten voor gebruiker 'jellyfin' op 'media'chown -R jellyfin:jellyfin /media setfacl -Rm u:jellyfin:rwx /media setfacl -Rdm u:jellyfin:rwx /media setfacl -Rm g:jellyfin:rwx /media setfacl -Rdm g:jellyfin:rwx /media - open een browser op http://:8096 - doorloop de wizard - Voeg een **Library** toe met je media ===== meer info ===== * [[https://homarr.dev/docs/getting-started/installation|Homarr KB]] {{tag>jellyfin}} {{tag>homarr}}