Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin0705 committed Dec 7, 2017
1 parent fb02c84 commit 6bad5a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 147 deletions.
2 changes: 0 additions & 2 deletions scripts/docker/muximux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ services:
muximux:
image: linuxserver/muximux
container_name: muximux
# If you want your ip or domain to load this directly, change the 8015 to 80 (80:80).
# If you plan on creating a web-interface; leave as 8015; port 80 is reserved for your website
ports:
- 8015:80
volumes:
Expand Down
19 changes: 0 additions & 19 deletions scripts/docker/transmission.yml

This file was deleted.

51 changes: 5 additions & 46 deletions scripts/menus/programs-beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ cat << EOF
PlexGuide.com BETA Installer ~ BETA ~ BETA ~ BETA ~ BETA ~ BETA
Warning: NO SUPPORT! QUESTIONS WILL BE IGNORED!
1. Headphones | ** TESTING
2. Hydra | ** TESTING
3. RuTorrent | ** TESTING
4 Transmission | ** TESTING
5. DelugeVPN | ** TESTING
6. Jackett | ** TESTING
7. LetsEncrypt | ** TESTING
8. TestPlex | ** TESTING
1. DelugeVPN | ** TESTING
2. TestPlex | ** TESTING
EOF
}
Expand All @@ -50,53 +44,18 @@ EOF
# Exit when user the user select 3 form the menu option.
read_options(){
local choice
read -p "Enter choice [ 1 - 9 ]; Type [9] to Exit! " choice
read -p "Enter choice [ 1 - 3 ]; Type [3] to Exit! " choice
case $choice in

1)
echo ymlprogram headphones > /opt/plexguide/tmp.txt
echo ymldisplay Headphones >> /opt/plexguide/tmp.txt
echo ymlport 8150 >> /opt/plexguide/tmp.txt
bash /opt/plexguide/scripts/docker-no/program-installer.sh
;;
2)
echo ymlprogram hydra > /opt/plexguide/tmp.txt
echo ymldisplay Hydra >> /opt/plexguide/tmp.txt
echo ymlport 5075 >> /opt/plexguide/tmp.txt
bash /opt/plexguide/scripts/docker-no/program-installer.sh
;;
3)
echo ymlprogram rutorrent > /opt/plexguide/tmp.txt
echo ymldisplay RuTorrent >> /opt/plexguide/tmp.txt
echo ymlport 8085 >> /opt/plexguide/tmp.txt
bash /opt/plexguide/scripts/docker-no/program-installer.sh
;;
4)
echo ymlprogram transmission > /opt/plexguide/tmp.txt
echo ymldisplay Transmission >> /opt/plexguide/tmp.txt
echo ymlport 9091 >> /opt/plexguide/tmp.txt
bash /opt/plexguide/scripts/docker-no/program-installer.sh
;;
5)
clear
bash /opt/plexguide/scripts/menus/delugevpn-menu.sh
;;
6)
echo ymlprogram jackett > /opt/plexguide/tmp.txt
echo ymldisplay Jackett >> /opt/plexguide/tmp.txt
echo ymlport 9117 >> /opt/plexguide/tmp.txt
bash /opt/plexguide/scripts/docker-no/program-installer.sh
;;
7)
echo ymlprogram letsencrypt > /opt/plexguide/tmp.txt
echo ymldisplay Lets Encrypt >> /opt/plexguide/tmp.txt
bash /opt/plexguide/scripts/docker-no/program-installer.sh
;;
8)
2)
clear
bash /opt/plexguide/scripts/test/plex-menu.sh
;;
9)
3)
exit 0;;
*) echo -e "${RED}Error...${STD}" && sleep 2
esac
Expand Down
80 changes: 0 additions & 80 deletions scripts/test/letsencrypt/example-v3

This file was deleted.

0 comments on commit 6bad5a1

Please sign in to comment.