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
# 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
# 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)