-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #365 from Admin9705/Edge
Edge
- Loading branch information
Showing
7 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#!/bin/bash | ||
# | ||
# [PlexGuide Menu] | ||
# | ||
# GitHub: https://github.com/Admin9705/PlexGuide.com-The-Awesome-Plex-Server | ||
# Author: Admin9705 | ||
# URL: https://plexguide.com | ||
# | ||
# PlexGuide Copyright (C) 2018 PlexGuide.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 | ||
# changes/dates in source files. Any modifications to our software | ||
# including (via compiler) GPL-licensed code must also be made available | ||
# under the GPL along with build & install instructions. | ||
# | ||
################################################################################# | ||
echo "plexguide.com" > /var/plexguide/server.domain | ||
echo "1.1.1.1" > /var/plexguide/server.ip | ||
echo "" > /var/plexguide/server.ports | ||
echo "/mnt" > /var/plexguide/server.hd.path | ||
echo "" > /var/plexguide/server.ht |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## GLOBAL_VARS.SH ####################################################(START) | ||
###### BE CAREFUL - WRONG FORMATTING CAN BREAK PG ### - opt/plexguide/pg.yml | ||
vars: | ||
skipend: "blank" | ||
## GLOBAL_VARS.SH #################################################### (END) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters