Commit Graph

64 Commits

Author SHA1 Message Date
Admin9705 929032b0f7 fixes 2019-01-16 06:03:59 -05:00
timekills 8dc8af0e07 Create mcmyadmin.yml
Includes McMyadmin front end and built-in Minecraft server.
-----------------------------------------------
In order to access McMyAdmin you have to change the default username:
From SSH into the server:
1. docker exec -it mcmyadmin2 /bin/bash
2. ./minecraft/MCMA2_Linux_x86_64 /quit
3. ./minecraft/MCMA2_Linux_x86_64 -setpass changme -configonly
3. exit
4. docker stop mcmyadmin2
5. docker start mcmyadmin2
6. login with username admin and password password
6a. Yes. That's not a typo - the login will still be admin and the password will still be password until you change them in the web interface.
7. Change the password for the admin user from the McMyAdmin web interface
8. You can add a new user and delete "admin" if you want from the web interface.
9. DO NOT add "minecraft.tld" to your DNS provider if you want people to go to minecraft.tld as the game server name.
10. You can run servers on the default port (25565) and up to two additional servers on ports 25566 and 25567
2019-01-16 03:44:38 +04:30
Admin9705 a8be222c8e Delete handbrake2 2019-01-14 20:33:17 -05:00
Admin9705 ed71332af0 update 2019-01-14 14:23:28 -05:00
Admin9705 f8fb38151c update 2019-01-14 14:17:45 -05:00
Admin9705 de7af72d1f Merge branch 'v8' of https://github.com/Admin9705/PlexGuide-Community into v8 2019-01-14 13:44:33 -05:00
Admin9705 f22683c7de update 2019-01-14 13:44:32 -05:00
Admin9705 84b83fa47f Merge pull request #12 from TechButton/v8
Fixed some issues
2019-01-14 13:32:16 -05:00
Admin9705 501b89c0d2 added the older ones 2019-01-14 13:03:57 -05:00
Admin9705 16374e78a2 Merge branch 'v8' of https://github.com/Admin9705/PlexGuide-Community into v8 2019-01-14 12:59:58 -05:00
Admin9705 327c6f4366 update 2019-01-14 12:59:50 -05:00
Admin9705 6f6b4a51b9 Merge pull request #10 from timekills/patch-8
Extra ' in line 38 removed
2019-01-14 12:58:25 -05:00
timekills 7e9f392e7d Fix name, .yml, Traefik frontend.rule
-Changed name to handbrake2
-added .yml extension
-Changed Traefik frontend to make the URL handbrake.TLD
2019-01-14 22:24:58 +04:30
Admin9705 30e169f385 removed bad traefik label 2019-01-14 12:44:22 -05:00
timekills 547818798c Changed frontend to handbrake;
Also removed some extraneous debug lines
2019-01-14 21:48:08 +04:30
timekills e31f7627b3 Extra ' in line 38 removed 2019-01-14 21:33:23 +04:30
Kyle Button 5409d1d35a Update xteve.yml
put network back to bridge
2019-01-13 20:10:06 -06:00
Kyle Button 452499f723 Update xteve.yml
fixed tmp & changed to host network
2019-01-13 19:57:51 -06:00
Kyle Button 427399a556 Update xteve.yml
changed ports to the correct ones.
2019-01-13 18:35:13 -06:00
Kyle Button c970ae808f Update xteve.yml
fixed spaces
2019-01-13 18:26:38 -06:00
Kyle Button f81d708995 Create xteve.yml 2019-01-13 18:24:22 -06:00
Admin9705 d4b9837e67 Merge pull request #7 from sneedster/patch-2
Update delugevpn.yml
2019-01-13 17:25:18 -05:00
timekills b36ef573de extension left off 2019-01-14 01:06:16 +04:30
Admin9705 37d8cead41 Merge pull request #4 from timekills/patch-2
Handbrake oAuth (web interface)
2019-01-13 13:53:45 -05:00
Admin9705 8cc569b705 Merge pull request #5 from timekills/patch-3
Create jdownloader2.yml
2019-01-13 13:53:30 -05:00
Admin9705 ed34d7a0ff Merge pull request #6 from timekills/patch-4
Handbrake with password for web interface
2019-01-13 13:53:18 -05:00
sneedster 8e58e7c033 Update delugevpn.yml 2019-01-13 10:50:04 -08:00
Admin9705 04d7a2f8a3 fix sonarr locaiton 2019-01-13 13:41:10 -05:00
Admin9705 df529decdd update locations again 2019-01-13 13:39:25 -05:00
Admin9705 e3a438b7f4 update locations 2019-01-13 13:36:46 -05:00
Admin9705 e913154920 update locations for sonarr/radarr4k 2019-01-13 13:34:30 -05:00
timekills 41a35e7f74 Create handbrake-password
# handbrake-for-plexguide
Handbrake through web interface or VNC for PlexGuide deployment with Traefik integration and username/password security
Includes Intel QuickSync and multiple automatic presets based on folder.

# Usage:
Add to /mnt/handbrake/watch/Very_Fast_1080p30 folder for automatic 1080p AAC 2.0 MP4 (Very Fast)
Add to /mnt/handbrake/watch/HQ_1080p30_Surround folder for automatic HQ 1080p 5,1 MP4  (Slow)
Add to /mnt/handbrake/1080mkv folder for automatic 1080p AAC 2.0 MKV (Standard)

# Username and password version (default username is plex and default password is guide)

# If you want to change the username/password from default plex/guide
1. go to --> http://www.htaccesstools.com/htpasswd-generator/ and create username/password pair. It will give you the plaintext username and hashed password
2. (example username test and password test will give you test:$apr1$n22fgswn$4Wu4q/Dzc7ACcgiLaoU5d/)
3. Edit the /opt/mycontainers/handbrake.yml file (eg. sudo nano /opt/mycontainers/handbrake.yml )
4. Replace the line traefik.frontend.auth.basic: "plex:$apr1$tosnCNtX$XKXnDaIiW7f0y1nwmd.KL0" with traefik.frontend.auth.basic: "yourNewUsername:YourNewHashedPassword."  Example traefik.frontend.auth.basic: "test:$apr1$n22fgswn$4Wu4q/Dzc7ACcgiLaoU5d/"
Go to plexguide and redeploy/reinstall handbrake
2019-01-13 22:55:41 +04:30
timekills 663342b248 Create jdownloader2.yml 2019-01-13 22:52:13 +04:30
timekills 033b1ff0f2 Handbrake oAuth (web interface)
# handbrake-for-plexguide
Handbrake through web interface for PlexGuide deployment with Traefik integration and Google OAuth security
Includes Imultiple automatic presets based on folder.

# Automated folder Usage:
Add to /mnt/handbrake/watch/Very_Fast_1080p30 folder for automatic 1080p AAC 2.0 MP4 (Very Fast)
Add to /mnt/handbrake/watch/HQ_1080p30_Surround folder for automatic HQ 1080p 5,1 MP4  (Slow)
Add to /mnt/handbrake/1080mkv folder for automatic 1080p AAC 2.0 MKV (Standard)
2019-01-13 22:50:07 +04:30
Admin9705 af2e0aeca0 Revert "Revert "Merge branch 'v8' of https://github.com/Admin9705/PlexGuide-Community into v8""
This reverts commit 645888cf16.
2019-01-13 01:29:54 -05:00
Admin9705 645888cf16 Revert "Merge branch 'v8' of https://github.com/Admin9705/PlexGuide-Community into v8"
This reverts commit 1dccce2450, reversing
changes made to 1c1f9559eb.
2019-01-13 01:29:18 -05:00
Admin9705 1dccce2450 Merge branch 'v8' of https://github.com/Admin9705/PlexGuide-Community into v8 2019-01-13 01:28:30 -05:00
Admin9705 1c1f9559eb Revert "Merge pull request #2 from TechButton/patch-1"
This reverts commit 5f1aa8cff0, reversing
changes made to b1e8576bec.
2019-01-13 01:28:19 -05:00
sneedster 0e5e3cca90 create delugevpn.yml
I'm not sure how to code it to ask for vars like username and password for vpn, but I figure I can change those from within portainer.
2019-01-12 11:13:01 -08:00
Kyle Button e937a6a335 Create xteve.yml
IPTV to Plex
2019-01-12 00:23:33 -06:00
Admin9705 f0da7dd2fd update 2019-01-11 20:29:53 -05:00
Admin9705 5bcecca08d update 2019-01-11 12:21:05 -05:00
Admin9705 8b67ff33cc update 2019-01-11 08:26:25 -05:00
Admin9705 1a37318581 update 2019-01-11 08:23:38 -05:00
Admin9705 0c3def94d2 update 2019-01-11 08:12:16 -05:00
Admin9705 7652a99870 update 2019-01-11 08:04:58 -05:00
Admin9705 c300323b9c update 2019-01-11 08:03:07 -05:00
Admin9705 ffdd4320f9 update 2019-01-11 07:56:53 -05:00
Admin9705 eb7d31f4a7 update 2019-01-11 07:42:56 -05:00
Admin9705 cfca173bda update 2019-01-11 07:40:30 -05:00