From b5ff867579a8b4f1ac27257944b4fdbf3494c1e7 Mon Sep 17 00:00:00 2001 From: Ken Moini Date: Sat, 18 May 2024 00:29:39 -0400 Subject: [PATCH] enable and some mods --- site/content/en/post/2024/02/plex-n-pals.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/content/en/post/2024/02/plex-n-pals.md b/site/content/en/post/2024/02/plex-n-pals.md index 9a753d5..2db15e6 100644 --- a/site/content/en/post/2024/02/plex-n-pals.md +++ b/site/content/en/post/2024/02/plex-n-pals.md @@ -1,7 +1,7 @@ --- title: "Plex n Pals" date: 2024-02-17T04:20:47-05:00 -draft: true +draft: false publiclisting: true toc: true hero: /images/posts/heroes/movie-night-done-right.png @@ -662,7 +662,7 @@ systemctl enable --now media-services.service ## Service Configuration -Once all the serivces are available you should be able to access them either directly at their exposed ports, or ideally via the DNS records for each service - that is after all the whole point of using HAProxy, a reverse proxy that can be used for simple domains without remembering what app is on what port. So to start configuring services and connecting them together I proceeded in the following order: +Once all the serivces are started you should be able to access them either directly at their exposed ports, or ideally via the DNS records for each service - that is after all the whole point of using HAProxy, a reverse proxy that can be used for simple domains without remembering what app is on what port. So to start configuring services and connecting them together I proceeded in the following order: 1. Setup Sabnzbd with *news readers* 2. Setup Deluge for integration, labels, and remote access @@ -673,4 +673,6 @@ Once all the serivces are available you should be able to access them either dir 7. ?????? 8. PROFIT!!!!1 +Optionally you can also configure `dnf-automatic` on the system running Plex n Pals for automatic updates which is *pretty handy.* + > Have phun! \ No newline at end of file