From 386850d3fd91ead9794b837ec59fc8e10f6a491e Mon Sep 17 00:00:00 2001 From: Admin9705 <24727006+Admin9705@users.noreply.github.com> Date: Sun, 24 Feb 2019 18:08:54 -0500 Subject: [PATCH 1/4] Update _core.yml --- apps/_core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/_core.yml b/apps/_core.yml index c21e982..3051063 100644 --- a/apps/_core.yml +++ b/apps/_core.yml @@ -113,7 +113,7 @@ # FOR AUTHENTICATION - name: 'Script Execute Part I' - shell: 'bash /opt/plexguide/menu/pgshield/drop.sh' + shell: 'bash /opt/pgshield/drop.sh' - name: 'Script Execute Part II' shell: 'cat /var/plexguide/auth.var' From 7d01bc708e8b7928b2745f9200c2882c42c96096 Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Thu, 28 Feb 2019 17:42:37 -0700 Subject: [PATCH 2/4] fix --- apps/dockergc.yml | 64 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 apps/dockergc.yml diff --git a/apps/dockergc.yml b/apps/dockergc.yml new file mode 100644 index 0000000..b8a1ed6 --- /dev/null +++ b/apps/dockergc.yml @@ -0,0 +1,64 @@ +#!/bin/bash +# +# Title: PlexGuide (Reference Title File) +# Author(s): Admin9705 +# URL: https://plexguide.com - http://github.plexguide.com +# GNU: General Public License v3.0 +################################################################################ +--- +- hosts: localhost + gather_facts: false + tasks: + # FACTS ####################################################################### + - name: 'Set Known Facts' + set_fact: + pgrole: 'dockergc' + intport: '1' + extport: '1' + image: 'clockworksoul/docker-gc-cron' + + # CORE (MANDATORY) ############################################################ + - name: 'Including cron job' + include_tasks: '/opt/communityapps/apps/_core.yml' + + # MANDATORY DOCKERGC ########################################################## + - name: Install docker-gc-exclude + template: + src: /opt/communityapps/apps/templates/docker-gc-exclude + dest: /opt/appdata/{{pgrole}}/docker-gc-exclude + force: yes + mode: 0775 + owner: '1000' + group: '1000' + + # LABELS ###################################################################### + - name: 'Setting PG Volumes' + set_fact: + pg_volumes: + - /opt/appdata/dockergc/docker-gc-exclude:/etc/docker-gc-exclude + - /var/run/docker.sock:/var/run/docker.sock + - /etc/localtime:/etc/localtime:ro + + - name: 'Setting PG ENV' + set_fact: + pg_env: + PUID: '1000' + PGID: '1000' + CLEAN_UP_VOLUMES: 1 + + # MAIN DEPLOYMENT ############################################################# + - name: 'Deploying {{pgrole}}' + docker_container: + name: '{{pgrole}}' + image: '{{image}}' + pull: yes + volumes: '{{pg_volumes}}' + env: '{{pg_env}}' + restart_policy: unless-stopped + networks: + - name: plexguide + aliases: + - '{{pgrole}}' + state: started + labels: + traefik.enabled: 'false' From 0f8d989b2a749b606d40d21cd7c6a0238f13a0df Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Thu, 28 Feb 2019 17:57:37 -0700 Subject: [PATCH 3/4] mass update urls --- README.md | 14 +++++++------- apps/_appsgen.sh | 2 +- apps/_core.yml | 2 +- apps/airsonic.yml | 2 +- apps/alltube.yml | 2 +- apps/bazarr.yml | 2 +- apps/beets.yml | 2 +- apps/bitwarden.yml | 2 +- apps/booksonic.yml | 2 +- apps/cadvisor.yml | 2 +- apps/cloudcmd.yml | 2 +- apps/ddclient.yml | 2 +- apps/deezloaderremix.yml | 2 +- apps/deluge.yml | 2 +- apps/delugevpn.yml | 2 +- apps/dockergc.yml | 2 +- apps/duplicati.yml | 2 +- apps/embystats.yml | 2 +- apps/gazee.yml | 2 +- apps/gitea.yml | 2 +- apps/handbrake.yml | 2 +- apps/handbrake2.yml | 2 +- apps/headphones.yml | 2 +- apps/heimdall.yml | 2 +- apps/home-assistant.yml | 2 +- apps/htpcmanager.yml | 2 +- apps/image/_image.sh | 2 +- apps/jdownloader2.yml | 2 +- apps/kitana.yml | 2 +- apps/logarr.yml | 2 +- apps/makemkv.yml | 2 +- apps/mcmyadmin.yml | 2 +- apps/medusa.yml | 2 +- apps/mellow.yml | 2 +- apps/mkvtoolnix.yml | 2 +- apps/monitorr.yml | 2 +- apps/muximux.yml | 2 +- apps/mylar.yml | 2 +- apps/nextcloud.yml | 2 +- apps/nowshowing.yml | 2 +- apps/organizr.yml | 2 +- apps/pyload.yml | 2 +- apps/radarr4k.yml | 2 +- apps/radarrhdr.yml | 2 +- apps/resilio.yml | 4 ++-- apps/sharesite.yml | 4 ++-- apps/sonarr4k.yml | 2 +- apps/sonarrhdr.yml | 2 +- apps/speedtest.yml | 2 +- apps/synclounge.yml | 2 +- apps/syncthing.yml | 2 +- apps/templates/broken/nzbthrottle.yml | 2 +- apps/thelounge.yml | 2 +- apps/ubooquity.yml | 2 +- apps/xteve.yml | 2 +- 55 files changed, 63 insertions(+), 63 deletions(-) diff --git a/README.md b/README.md index 0718163..640ed34 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ 📂 [**Click Here**](https://controlpanel.newshosting.com/signup/index.php?promo=partners&a_aid=5a65169240efd&a_bid=5ecfe99b) - NZB's with from NewsHost - PG Members Receive a 58% Discount

- - - - + + + +

_**Table of Contents**_ @@ -20,10 +20,10 @@ _**Table of Contents**_ **PG Box Community:** PG Community is a PG repo that collects and stores accepted user container writeups for community usage install. User can add programs such as Radarr4k or other unique programs that others may want to utlize. -

+

Manage PlexGuide - AnyTime, Anywhere!

-Forum Node for Community Box: [ CLICK HERE ](https://plexguide.com/forums/pg-app-community-box.191/) +Forum Node for Community Box: [ CLICK HERE ](https://pgblitz.com/forums/pg-app-community-box.191/) **WARNING: Wiki Under Construction** @@ -41,5 +41,5 @@ PG Box Community Edition is dead simple to use! Have a container in mind? Push c 📂 [**Click Here**](http://usenetserver.com/partners/?a_aid=5a65169240efd&a_bid=5725b6ed) - NZB's from USENET Server - PG Members Receive a 60% Discount

- +

diff --git a/apps/_appsgen.sh b/apps/_appsgen.sh index 8a84e0a..0ede57f 100644 --- a/apps/_appsgen.sh +++ b/apps/_appsgen.sh @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ diff --git a/apps/_core.yml b/apps/_core.yml index 3051063..c2a694a 100644 --- a/apps/_core.yml +++ b/apps/_core.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/airsonic.yml b/apps/airsonic.yml index a014171..e39a80e 100644 --- a/apps/airsonic.yml +++ b/apps/airsonic.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/alltube.yml b/apps/alltube.yml index 550f5cc..4e7c4ba 100644 --- a/apps/alltube.yml +++ b/apps/alltube.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/bazarr.yml b/apps/bazarr.yml index 1fac08d..5da069c 100644 --- a/apps/bazarr.yml +++ b/apps/bazarr.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/beets.yml b/apps/beets.yml index 6427030..f0f731c 100644 --- a/apps/beets.yml +++ b/apps/beets.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/bitwarden.yml b/apps/bitwarden.yml index dd1bd07..4abece6 100644 --- a/apps/bitwarden.yml +++ b/apps/bitwarden.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/booksonic.yml b/apps/booksonic.yml index 7866260..ca33126 100644 --- a/apps/booksonic.yml +++ b/apps/booksonic.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/cadvisor.yml b/apps/cadvisor.yml index 8db8d59..86216d4 100644 --- a/apps/cadvisor.yml +++ b/apps/cadvisor.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/cloudcmd.yml b/apps/cloudcmd.yml index bd301f3..a291f45 100644 --- a/apps/cloudcmd.yml +++ b/apps/cloudcmd.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/ddclient.yml b/apps/ddclient.yml index 06fdd62..c02ea03 100644 --- a/apps/ddclient.yml +++ b/apps/ddclient.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/deezloaderremix.yml b/apps/deezloaderremix.yml index bfb9be1..40664d5 100644 --- a/apps/deezloaderremix.yml +++ b/apps/deezloaderremix.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/deluge.yml b/apps/deluge.yml index 08f8e0d..c4e208b 100644 --- a/apps/deluge.yml +++ b/apps/deluge.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/delugevpn.yml b/apps/delugevpn.yml index 7c2c007..aafa066 100644 --- a/apps/delugevpn.yml +++ b/apps/delugevpn.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/dockergc.yml b/apps/dockergc.yml index b8a1ed6..0444951 100644 --- a/apps/dockergc.yml +++ b/apps/dockergc.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/duplicati.yml b/apps/duplicati.yml index 886b259..2f92fdc 100644 --- a/apps/duplicati.yml +++ b/apps/duplicati.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/embystats.yml b/apps/embystats.yml index 567ed11..2aa1f51 100644 --- a/apps/embystats.yml +++ b/apps/embystats.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/gazee.yml b/apps/gazee.yml index 53c40e9..f1c1cf0 100644 --- a/apps/gazee.yml +++ b/apps/gazee.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/gitea.yml b/apps/gitea.yml index 15aba27..553cdf4 100644 --- a/apps/gitea.yml +++ b/apps/gitea.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/handbrake.yml b/apps/handbrake.yml index 31dd645..55b4839 100644 --- a/apps/handbrake.yml +++ b/apps/handbrake.yml @@ -2,7 +2,7 @@ # # Title: Handbrake for PlexGuide # Author(s): timekills -# URL: https://plexguide.com - https://github.com/timekills +# URL: https://pgblitz.com - https://github.com/timekills # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/handbrake2.yml b/apps/handbrake2.yml index ccaeefa..9c1d8d7 100644 --- a/apps/handbrake2.yml +++ b/apps/handbrake2.yml @@ -2,7 +2,7 @@ # # Title: Handbrake for PlexGuide Community (user/password) # Author(s): timekills -# URL: https://plexguide.com - https://github.com/timekills +# URL: https://pgblitz.com - https://github.com/timekills # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/headphones.yml b/apps/headphones.yml index a8804fc..3042931 100644 --- a/apps/headphones.yml +++ b/apps/headphones.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/heimdall.yml b/apps/heimdall.yml index 412a1c2..352cb47 100644 --- a/apps/heimdall.yml +++ b/apps/heimdall.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/home-assistant.yml b/apps/home-assistant.yml index 0d7dd3b..181f958 100644 --- a/apps/home-assistant.yml +++ b/apps/home-assistant.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/htpcmanager.yml b/apps/htpcmanager.yml index 70ad6dd..cb705ad 100644 --- a/apps/htpcmanager.yml +++ b/apps/htpcmanager.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/image/_image.sh b/apps/image/_image.sh index f806158..645270c 100644 --- a/apps/image/_image.sh +++ b/apps/image/_image.sh @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ diff --git a/apps/jdownloader2.yml b/apps/jdownloader2.yml index 7bbae15..c2d743b 100644 --- a/apps/jdownloader2.yml +++ b/apps/jdownloader2.yml @@ -2,7 +2,7 @@ # # Title: Jdownloader2 for PlexGuide (OAuth security) # Author(s): timekills -# URL: https://plexguide.com - https://github.com/timekills/jdownloader2-for-Plexguide +# URL: https://pgblitz.com - https://github.com/timekills/jdownloader2-for-Plexguide # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/kitana.yml b/apps/kitana.yml index 1e349c7..1e90ee9 100644 --- a/apps/kitana.yml +++ b/apps/kitana.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/logarr.yml b/apps/logarr.yml index b0d7f29..2758a38 100644 --- a/apps/logarr.yml +++ b/apps/logarr.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/makemkv.yml b/apps/makemkv.yml index c768211..de2a059 100644 --- a/apps/makemkv.yml +++ b/apps/makemkv.yml @@ -2,7 +2,7 @@ # # Title: MakeMKV for PlexGuide # Author(s): rla999 -# URL: https://plexguide.com - https://github.com/rla999/makemkv-for-plexguide/ +# URL: https://pgblitz.com - https://github.com/rla999/makemkv-for-plexguide/ # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/mcmyadmin.yml b/apps/mcmyadmin.yml index ce1ecca..8e55ebd 100644 --- a/apps/mcmyadmin.yml +++ b/apps/mcmyadmin.yml @@ -2,7 +2,7 @@ # # Title: McMyadmin (v2) # Author(s): timekills -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/medusa.yml b/apps/medusa.yml index 5569455..e6b97bd 100644 --- a/apps/medusa.yml +++ b/apps/medusa.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/mellow.yml b/apps/mellow.yml index f08cd72..33ed8eb 100644 --- a/apps/mellow.yml +++ b/apps/mellow.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/mkvtoolnix.yml b/apps/mkvtoolnix.yml index 0c2bb30..e39bbd3 100644 --- a/apps/mkvtoolnix.yml +++ b/apps/mkvtoolnix.yml @@ -2,7 +2,7 @@ # # Title: MKVToolNix # Author(s): jlesage/timekills -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 # Docker: Docker image is available at: https://hub.docker.com/r/metabrainz/picard-website ################################################################################ diff --git a/apps/monitorr.yml b/apps/monitorr.yml index 56dc800..7f0595f 100644 --- a/apps/monitorr.yml +++ b/apps/monitorr.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/muximux.yml b/apps/muximux.yml index ceffacc..bbbba75 100644 --- a/apps/muximux.yml +++ b/apps/muximux.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/mylar.yml b/apps/mylar.yml index dacd214..f0aab4c 100644 --- a/apps/mylar.yml +++ b/apps/mylar.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/nextcloud.yml b/apps/nextcloud.yml index 1b23a12..8a70c64 100644 --- a/apps/nextcloud.yml +++ b/apps/nextcloud.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/nowshowing.yml b/apps/nowshowing.yml index 4f63f74..7e5184c 100644 --- a/apps/nowshowing.yml +++ b/apps/nowshowing.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/organizr.yml b/apps/organizr.yml index 47563ff..5214dd7 100644 --- a/apps/organizr.yml +++ b/apps/organizr.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/pyload.yml b/apps/pyload.yml index 4a65137..afadbc8 100644 --- a/apps/pyload.yml +++ b/apps/pyload.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/radarr4k.yml b/apps/radarr4k.yml index 0afb988..49ea3e7 100644 --- a/apps/radarr4k.yml +++ b/apps/radarr4k.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/radarrhdr.yml b/apps/radarrhdr.yml index 214f6ea..af0d124 100644 --- a/apps/radarrhdr.yml +++ b/apps/radarrhdr.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/resilio.yml b/apps/resilio.yml index ff4b576..f9c146d 100644 --- a/apps/resilio.yml +++ b/apps/resilio.yml @@ -1,8 +1,8 @@ #!/bin/bash # -# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server +# GitHub: https://github.com/PGBlitz/PGBlitz.com # Author: Admin9705 -# URL: https://plexguide.com +# URL: https://pgblitz.com # # PlexGuide Copyright (C) 2018 PlexGuide.com # Licensed under GNU General Public License v3.0 GPL-3 (in short) diff --git a/apps/sharesite.yml b/apps/sharesite.yml index af4f066..f34a9df 100644 --- a/apps/sharesite.yml +++ b/apps/sharesite.yml @@ -1,8 +1,8 @@ #!/bin/bash # -# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server +# GitHub: https://github.com/PGBlitz/PGBlitz.com # Author: Admin9705 -# URL: https://plexguide.com +# URL: https://pgblitz.com # # PlexGuide Copyright (C) 2018 PlexGuide.com # Licensed under GNU General Public License v3.0 GPL-3 (in short) diff --git a/apps/sonarr4k.yml b/apps/sonarr4k.yml index acb0e40..65add11 100644 --- a/apps/sonarr4k.yml +++ b/apps/sonarr4k.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/sonarrhdr.yml b/apps/sonarrhdr.yml index 04e59fe..770126c 100644 --- a/apps/sonarrhdr.yml +++ b/apps/sonarrhdr.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/speedtest.yml b/apps/speedtest.yml index dc516a0..5da91d0 100644 --- a/apps/speedtest.yml +++ b/apps/speedtest.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/synclounge.yml b/apps/synclounge.yml index 2aa5d17..eb3557e 100644 --- a/apps/synclounge.yml +++ b/apps/synclounge.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/syncthing.yml b/apps/syncthing.yml index 5ce7764..43b54d0 100644 --- a/apps/syncthing.yml +++ b/apps/syncthing.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/templates/broken/nzbthrottle.yml b/apps/templates/broken/nzbthrottle.yml index 861ac01..9523ccb 100644 --- a/apps/templates/broken/nzbthrottle.yml +++ b/apps/templates/broken/nzbthrottle.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/thelounge.yml b/apps/thelounge.yml index 898d53e..c34ea0e 100644 --- a/apps/thelounge.yml +++ b/apps/thelounge.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/ubooquity.yml b/apps/ubooquity.yml index 7151b91..422c1d1 100644 --- a/apps/ubooquity.yml +++ b/apps/ubooquity.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): Admin9705 -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- diff --git a/apps/xteve.yml b/apps/xteve.yml index 90aa350..5f97bf0 100644 --- a/apps/xteve.yml +++ b/apps/xteve.yml @@ -2,7 +2,7 @@ # # Title: PlexGuide (Reference Title File) # Author(s): TechButton -# URL: https://plexguide.com - http://github.plexguide.com +# URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 ################################################################################ --- From b08e161fad58095dfc87924151944aa495a6302c Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Thu, 28 Feb 2019 18:10:06 -0700 Subject: [PATCH 4/4] mass update name (not breaking, no paths changed) --- README.md | 2 +- apps/_appsgen.sh | 2 +- apps/_core.yml | 2 +- apps/airsonic.yml | 2 +- apps/alltube.yml | 2 +- apps/bazarr.yml | 2 +- apps/beets.yml | 2 +- apps/bitwarden.yml | 2 +- apps/booksonic.yml | 2 +- apps/cadvisor.yml | 2 +- apps/cloudcmd.yml | 2 +- apps/ddclient.yml | 2 +- apps/deezloaderremix.yml | 2 +- apps/deluge.yml | 2 +- apps/delugevpn.yml | 2 +- apps/dockergc.yml | 2 +- apps/duplicati.yml | 2 +- apps/embystats.yml | 2 +- apps/gazee.yml | 2 +- apps/gitea.yml | 2 +- apps/handbrake.yml | 2 +- apps/handbrake2.yml | 2 +- apps/headphones.yml | 2 +- apps/heimdall.yml | 2 +- apps/home-assistant.yml | 2 +- apps/htpcmanager.yml | 2 +- apps/image/_image.sh | 2 +- apps/jd2-openvpn.yml | 2 +- apps/jdownloader2.yml | 2 +- apps/kitana.yml | 2 +- apps/logarr.yml | 2 +- apps/makemkv.yml | 2 +- apps/medusa.yml | 2 +- apps/mellow.yml | 2 +- apps/monitorr.yml | 2 +- apps/muximux.yml | 2 +- apps/mylar.yml | 2 +- apps/nextcloud.yml | 2 +- apps/nowshowing.yml | 2 +- apps/organizr.yml | 2 +- apps/pyload.yml | 2 +- apps/radarr4k.yml | 2 +- apps/radarrhdr.yml | 2 +- apps/resilio.yml | 2 +- apps/sharesite.yml | 2 +- apps/sonarr4k.yml | 2 +- apps/sonarrhdr.yml | 2 +- apps/speedtest.yml | 2 +- apps/synclounge.yml | 2 +- apps/syncthing.yml | 2 +- apps/templates/broken/nzbthrottle.yml | 2 +- apps/thelounge.yml | 2 +- apps/ubooquity.yml | 2 +- apps/xteve.yml | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index 640ed34..cbab32b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ _**Table of Contents**_ **PG Box Community:** PG Community is a PG repo that collects and stores accepted user container writeups for community usage install. User can add programs such as Radarr4k or other unique programs that others may want to utlize.

-

Manage PlexGuide - AnyTime, Anywhere!

+

Manage PGBlitz - AnyTime, Anywhere!

Forum Node for Community Box: [ CLICK HERE ](https://pgblitz.com/forums/pg-app-community-box.191/) diff --git a/apps/_appsgen.sh b/apps/_appsgen.sh index 0ede57f..aa87c16 100644 --- a/apps/_appsgen.sh +++ b/apps/_appsgen.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/_core.yml b/apps/_core.yml index c2a694a..28f7047 100644 --- a/apps/_core.yml +++ b/apps/_core.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/airsonic.yml b/apps/airsonic.yml index e39a80e..25f9cf7 100644 --- a/apps/airsonic.yml +++ b/apps/airsonic.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/alltube.yml b/apps/alltube.yml index 4e7c4ba..be82b40 100644 --- a/apps/alltube.yml +++ b/apps/alltube.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/bazarr.yml b/apps/bazarr.yml index 5da069c..3aded00 100644 --- a/apps/bazarr.yml +++ b/apps/bazarr.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/beets.yml b/apps/beets.yml index f0f731c..90a3ce0 100644 --- a/apps/beets.yml +++ b/apps/beets.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/bitwarden.yml b/apps/bitwarden.yml index 4abece6..7870044 100644 --- a/apps/bitwarden.yml +++ b/apps/bitwarden.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/booksonic.yml b/apps/booksonic.yml index ca33126..ead0354 100644 --- a/apps/booksonic.yml +++ b/apps/booksonic.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/cadvisor.yml b/apps/cadvisor.yml index 86216d4..1f7c1f2 100644 --- a/apps/cadvisor.yml +++ b/apps/cadvisor.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/cloudcmd.yml b/apps/cloudcmd.yml index a291f45..799a4f8 100644 --- a/apps/cloudcmd.yml +++ b/apps/cloudcmd.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/ddclient.yml b/apps/ddclient.yml index c02ea03..625bb84 100644 --- a/apps/ddclient.yml +++ b/apps/ddclient.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/deezloaderremix.yml b/apps/deezloaderremix.yml index 40664d5..6399ca9 100644 --- a/apps/deezloaderremix.yml +++ b/apps/deezloaderremix.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/deluge.yml b/apps/deluge.yml index c4e208b..63476a3 100644 --- a/apps/deluge.yml +++ b/apps/deluge.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/delugevpn.yml b/apps/delugevpn.yml index aafa066..55976a6 100644 --- a/apps/delugevpn.yml +++ b/apps/delugevpn.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/dockergc.yml b/apps/dockergc.yml index 0444951..0f83a64 100644 --- a/apps/dockergc.yml +++ b/apps/dockergc.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/duplicati.yml b/apps/duplicati.yml index 2f92fdc..d14c2fd 100644 --- a/apps/duplicati.yml +++ b/apps/duplicati.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/embystats.yml b/apps/embystats.yml index 2aa1f51..41651f9 100644 --- a/apps/embystats.yml +++ b/apps/embystats.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/gazee.yml b/apps/gazee.yml index f1c1cf0..ba2a63c 100644 --- a/apps/gazee.yml +++ b/apps/gazee.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/gitea.yml b/apps/gitea.yml index 553cdf4..54324fa 100644 --- a/apps/gitea.yml +++ b/apps/gitea.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/handbrake.yml b/apps/handbrake.yml index 55b4839..991120f 100644 --- a/apps/handbrake.yml +++ b/apps/handbrake.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: Handbrake for PlexGuide +# Title: Handbrake for PGBlitz # Author(s): timekills # URL: https://pgblitz.com - https://github.com/timekills # GNU: General Public License v3.0 diff --git a/apps/handbrake2.yml b/apps/handbrake2.yml index 9c1d8d7..6e3e0cb 100644 --- a/apps/handbrake2.yml +++ b/apps/handbrake2.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: Handbrake for PlexGuide Community (user/password) +# Title: Handbrake for PGBlitz Community (user/password) # Author(s): timekills # URL: https://pgblitz.com - https://github.com/timekills # GNU: General Public License v3.0 diff --git a/apps/headphones.yml b/apps/headphones.yml index 3042931..53312f0 100644 --- a/apps/headphones.yml +++ b/apps/headphones.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/heimdall.yml b/apps/heimdall.yml index 352cb47..77fcf5f 100644 --- a/apps/heimdall.yml +++ b/apps/heimdall.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/home-assistant.yml b/apps/home-assistant.yml index 181f958..b6f94a3 100644 --- a/apps/home-assistant.yml +++ b/apps/home-assistant.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/htpcmanager.yml b/apps/htpcmanager.yml index cb705ad..207bcc0 100644 --- a/apps/htpcmanager.yml +++ b/apps/htpcmanager.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/image/_image.sh b/apps/image/_image.sh index 645270c..ee4ecdf 100644 --- a/apps/image/_image.sh +++ b/apps/image/_image.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/jd2-openvpn.yml b/apps/jd2-openvpn.yml index 5af7044..292946c 100644 --- a/apps/jd2-openvpn.yml +++ b/apps/jd2-openvpn.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: Jdownloader2 for PlexGuide (OAuth security) with OpenVPN integration +# Title: Jdownloader2 for PGBlitz (OAuth security) with OpenVPN integration # Author(s): timekills (mod. h1f0x) # URL: https://hub.docker.com/r/h1f0x/jd2-openvpn # GNU: General Public License v3.0 diff --git a/apps/jdownloader2.yml b/apps/jdownloader2.yml index c2d743b..b3e56b8 100644 --- a/apps/jdownloader2.yml +++ b/apps/jdownloader2.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: Jdownloader2 for PlexGuide (OAuth security) +# Title: Jdownloader2 for PGBlitz (OAuth security) # Author(s): timekills # URL: https://pgblitz.com - https://github.com/timekills/jdownloader2-for-Plexguide # GNU: General Public License v3.0 diff --git a/apps/kitana.yml b/apps/kitana.yml index 1e90ee9..1591b0c 100644 --- a/apps/kitana.yml +++ b/apps/kitana.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/logarr.yml b/apps/logarr.yml index 2758a38..e98dc4e 100644 --- a/apps/logarr.yml +++ b/apps/logarr.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/makemkv.yml b/apps/makemkv.yml index de2a059..70d4c8e 100644 --- a/apps/makemkv.yml +++ b/apps/makemkv.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: MakeMKV for PlexGuide +# Title: MakeMKV for PGBlitz # Author(s): rla999 # URL: https://pgblitz.com - https://github.com/rla999/makemkv-for-plexguide/ # GNU: General Public License v3.0 diff --git a/apps/medusa.yml b/apps/medusa.yml index e6b97bd..091841f 100644 --- a/apps/medusa.yml +++ b/apps/medusa.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/mellow.yml b/apps/mellow.yml index 33ed8eb..8460dad 100644 --- a/apps/mellow.yml +++ b/apps/mellow.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/monitorr.yml b/apps/monitorr.yml index 7f0595f..7c6cbe2 100644 --- a/apps/monitorr.yml +++ b/apps/monitorr.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/muximux.yml b/apps/muximux.yml index bbbba75..fce2d5f 100644 --- a/apps/muximux.yml +++ b/apps/muximux.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/mylar.yml b/apps/mylar.yml index f0aab4c..1f737bf 100644 --- a/apps/mylar.yml +++ b/apps/mylar.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/nextcloud.yml b/apps/nextcloud.yml index 8a70c64..3c75ef8 100644 --- a/apps/nextcloud.yml +++ b/apps/nextcloud.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/nowshowing.yml b/apps/nowshowing.yml index 7e5184c..9303c25 100644 --- a/apps/nowshowing.yml +++ b/apps/nowshowing.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/organizr.yml b/apps/organizr.yml index 5214dd7..70530a1 100644 --- a/apps/organizr.yml +++ b/apps/organizr.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/pyload.yml b/apps/pyload.yml index afadbc8..ee21ab0 100644 --- a/apps/pyload.yml +++ b/apps/pyload.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/radarr4k.yml b/apps/radarr4k.yml index 49ea3e7..7c3a2cd 100644 --- a/apps/radarr4k.yml +++ b/apps/radarr4k.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/radarrhdr.yml b/apps/radarrhdr.yml index af0d124..8c468d7 100644 --- a/apps/radarrhdr.yml +++ b/apps/radarrhdr.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/resilio.yml b/apps/resilio.yml index f9c146d..9af7405 100644 --- a/apps/resilio.yml +++ b/apps/resilio.yml @@ -4,7 +4,7 @@ # Author: Admin9705 # URL: https://pgblitz.com # -# PlexGuide Copyright (C) 2018 PlexGuide.com +# PGBlitz Copyright (C) 2018 PGBlitz.com # Licensed under GNU General Public License v3.0 GPL-3 (in short) # # You may copy, distribute and modify the software as long as you track diff --git a/apps/sharesite.yml b/apps/sharesite.yml index f34a9df..91056a1 100644 --- a/apps/sharesite.yml +++ b/apps/sharesite.yml @@ -4,7 +4,7 @@ # Author: Admin9705 # URL: https://pgblitz.com # -# PlexGuide Copyright (C) 2018 PlexGuide.com +# PGBlitz Copyright (C) 2018 PGBlitz.com # Licensed under GNU General Public License v3.0 GPL-3 (in short) # # You may copy, distribute and modify the software as long as you track diff --git a/apps/sonarr4k.yml b/apps/sonarr4k.yml index 65add11..fe4fbaf 100644 --- a/apps/sonarr4k.yml +++ b/apps/sonarr4k.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/sonarrhdr.yml b/apps/sonarrhdr.yml index 770126c..0541208 100644 --- a/apps/sonarrhdr.yml +++ b/apps/sonarrhdr.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/speedtest.yml b/apps/speedtest.yml index 5da91d0..1c29241 100644 --- a/apps/speedtest.yml +++ b/apps/speedtest.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/synclounge.yml b/apps/synclounge.yml index eb3557e..9523a6d 100644 --- a/apps/synclounge.yml +++ b/apps/synclounge.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/syncthing.yml b/apps/syncthing.yml index 43b54d0..cff6db7 100644 --- a/apps/syncthing.yml +++ b/apps/syncthing.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/templates/broken/nzbthrottle.yml b/apps/templates/broken/nzbthrottle.yml index 9523ccb..27f3a7d 100644 --- a/apps/templates/broken/nzbthrottle.yml +++ b/apps/templates/broken/nzbthrottle.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/thelounge.yml b/apps/thelounge.yml index c34ea0e..1fbefb0 100644 --- a/apps/thelounge.yml +++ b/apps/thelounge.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/ubooquity.yml b/apps/ubooquity.yml index 422c1d1..fea2b84 100644 --- a/apps/ubooquity.yml +++ b/apps/ubooquity.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): Admin9705 # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0 diff --git a/apps/xteve.yml b/apps/xteve.yml index 5f97bf0..e222fe8 100644 --- a/apps/xteve.yml +++ b/apps/xteve.yml @@ -1,6 +1,6 @@ #!/bin/bash # -# Title: PlexGuide (Reference Title File) +# Title: PGBlitz (Reference Title File) # Author(s): TechButton # URL: https://pgblitz.com - http://github.pgblitz.com # GNU: General Public License v3.0