Skip to content

eyalezer/nAlpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nAlpine (Alpine + Minidlna)

Simple minidlna server + control server for alpine linux

Virtual Box

  • Create Alpine linux virtual machine
  • Set two network devices
    • Nat (DHCP)
    • Bridge (Static IP)
  • Set auto mount local folder by the name "Media"
  • Run machine and setup alpine linux by "setup-alpine"
  • Run install script:
     wget -O - https://github.com/eyalezer/nAlpine/blob/main/install.sh?raw=true | sh

Docker

  • Change docker compose "volumes" section to mount your local media folder
  • Build and Run docker container
     # docker compose
     docker compose up -d
    
     # docker
     docker build -t nalpine .
     docker run -d \
     	-net=host \
     	-v $(pwd)/../media:/media/media \
     	--privileged \
     	--name nalpine nalpine

About

Minidlna + Control server for alpine linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published