-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Deploy to plex #6395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Deploy to plex #6395
Conversation
Deploy script for use with a local Plex Media Server. Could help resolve Issues acmesh-official#3474, acmesh-official#3893, and acmesh-official#285
…g. 'if ! mycmd;', not indirectly with 0.
… Testing with shellcheck v0.8 doesn't yield any flags for SC2154.
I updated the patch. I host Plex through Synology now, so I can't test it myself. @strausmann you able to confirm it work as expected? |
@fergbrain looks good for me. export PLEX_RELOAD="docker restart seedbox-plexserver"
export PLEX_PKCS12_file=/docker/plexserver/ssl/plex.domain.de.pfx
export PLEX_PKCS12_password=Plex#Passw0rd |
#_DEPLOY_PLEX_WIKI="https://github.com/acmesh-official/acme.sh/wiki/deploy-to-plex" | ||
|
||
_plex_to_pkcs() { | ||
# The existing _toPkcs command doesn't have an option to specify cipher, so copied here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't copy.
modify the _toPkcs function to use a cipher
@@ -0,0 +1,108 @@ | |||
#!/usr/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shebang
|
||
# Settings for Plex Media Server: | ||
# | ||
# PLEX_PKCS12_password -- Password for the PKCS file. Required by plex |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Plex 1.41.5 (on Synology DSM 7.2.2) accepts empty/blank passwords.
Deploy script for use with a local Plex Media Server. Could help resolve Issue #3474.
Note: Originally submitted under #3909, but I think I accidentally closed that one and didn't realize it.