Download here on the chrome web store
Open a browser and log in to your GIT server (eg GitLab). This should give you an Azure login page, afterwards you'll be logged in to your server.
Download here on the chrome web store
Open a browser and log in to your GIT server (eg GitLab). This should give you an Azure login page, afterwards you'll be logged in to your server.
This guide creates a reverse SSH tunnel to route all Plex server traffic through it.
Step 2 is done on the tunnel, all other steps are done on the plex server.
On plex server:
| # Install phpbrew | |
| sudo apt-get update | |
| sudo apt-get install libmcrypt-dev | |
| curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrew | |
| chmod +x phpbrew | |
| sudo mv phpbrew /usr/local/bin/ | |
| phpbrew init | |
| [[ -e ~/.phpbrew/bashrc ]] && source ~/.phpbrew/bashrc |