Skip to content

canmenzo/NASServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📁 NASServer


This is my NAS Server project.

In this repo, I'll document the installation instructions for CLI as well as Docker Compose for the following softwARRs:

  • Prowlarr
  • Radarr
  • Sonarr
  • qBittorrent
  • Overseerr
  • Plex

⚙️ Instructions

Before using the docker.md files in this repo, there are a few key things to understand:

  • PUID & PGID are user and group IDs for Unix systems.
  • Do not use the root account for Docker containers that are externally accessible.

✅ To Do:

  1. Create a new user account (not root).
  2. Run id $user to obtain the PUID and PGID.
  3. Replace these values in the Docker Compose files.

🔐 Using root for public-facing containers exposes you to unnecessary security risks.

📚 Reference: PUID & PGID Guide


📦 Container Notes

  • Generate two API keys for Radarr and Sonarr.
  • Settings > Connect: Add Plex's API
  • Settings > Download Clients: Add qBittorrent's username and password
  • Settings > Connect: Add Plex's API
  • Settings > Download Clients: Add qBittorrent's username and password
  • Settings > Apps: Add Radarr’s and Sonarr’s API keys
  • Default credentials:
    • Username: admin
    • Password: (check container logs)
  • In Radarr and Sonarr:
    • Settings > General: Generate API key
  • During Plex setup, input the Radarr and Sonarr API keys

About

This is my NAS Server project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors