2024-04-28 02:44:07 -04:00
|
|
|
# Docker Compose for my Media Server
|
2024-04-07 02:15:21 -04:00
|
|
|
|
2024-08-19 14:18:53 -04:00
|
|
|
A giant suite of web apps that I personally use on my local server. Some of them include:
|
|
|
|
|
2024-04-28 02:40:08 -04:00
|
|
|
* Arr - A collection of all the *arr apps like Radarr and Sonarr
|
|
|
|
* Dashboard - Replies on Homarr and Dashdot for a top-level dashboard
|
2024-08-19 14:18:53 -04:00
|
|
|
* Git Repo
|
|
|
|
* Nextcloud - Cloud storage and sharing
|
2024-04-28 02:40:08 -04:00
|
|
|
* Plex - The Plex media server with stats
|
|
|
|
* Readers - Various media readers that can be accessed via the browser
|
2024-08-19 14:18:53 -04:00
|
|
|
* Sites - Various static sites I have. All of them are using the Ghost CMS
|
|
|
|
|
|
|
|
All the apps use Nginx-Proxy which handles reverse proxy and SSL certs for every app.
|
|
|
|
|
|
|
|
|
|
|
|
## Adding a new app
|
|
|
|
|
|
|
|
Use this checklist if you're having issue getting the app to run:
|
|
|
|
|
|
|
|
* Allow ports on your machine (e.g. `ufw allow 80`)
|
|
|
|
* Set port forwarding on your router
|