Skip to content

ShigglesAndGits/My-Homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

My-Homelab

This is a placeholder, most of my config information can be found at https://bironfamily.net/. So this is an actually useful placeholder, here's the copy-and-pasted comments from docker-config.yml: The following items will need to be configured prior to running this file:

Note: This is Linux, so all file paths and basically everything else is case sensitive. Once this is running without error, refer to https://trash-guides.info/ for best practices and setup instructions for setting up each of the containers.

Docker basics: Everything on the left of a colon (:) is the value on your host, everything on the right is the value on the container. Which means a line saying /etc/docker-configs:/var/lib says that your server's folder "docker-configs" located in your "etc" directory can be accessed inside of the container by navigating to /var/lib. The same applies with ports. So if my server's IP is 192.168.0.100, and I wanted to access Sonarr, look at the list for Sonarr's ports. I see that the left side of the colon for Sonarr's exposed ports is 8989, so to access Sonarr in a web browser I'd navigate to http://192.168.0.100:8989/.

Inside this file, there are (currently) six containers: Jellyfin, JellySeerr, Sonarr, Radarr, Prowlarr, and Bazarr. Jellyfin will serve your media (think yarr-harr netflix) Jellyseerr will add a nice friendly UI so your fiance can just log in and select a movie to queue the download, instead of harassing you for it. Sonarr/Radarr will handle organizing your media and queuing downloads Prowlarr will manage your indexers, like IPTorrents, NZBGeek, etc Bazarr scans your library and auto-downloads subtitles.

These can be accessed on the following ports (In a web browser this would be http://[serverIP]:[port]) Sonarr: 8989 Radarr: 7878 Jellyfin: 8096 Jellyseerr: 5055 Prowlarr: 9696 Bazarr: 6767

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published