Replies: 1 comment 1 reply
-
|
@CTJohnK - thanks for this.. mines been working well for a while. Have you figured out a way to clear logs from the service running on your NAS? I saw you posted another issue elsewhere about getting the logs of docker itself. I've not been able to have a lot of luck finding where either config or logs really belong on the synology. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I broke down today and decided to move my L2P instance from my Raspberry Pi (0.4.2 has been working fine) to a Docker container on my NAS. There were a couple of hiccups since I had never used Docker before, but I have it working now.
If anyone is interested, I've included the steps.
a. The installation will create a folder on your Synology NAS called ‘docker’.
a. This is an optional step but makes configuring Locast2Plex easier in our later steps.
a. This is where you will save the ‘config.ini’ file later.
a. In the search field, type ‘locast’ then click ‘Search’.
b. Double-click on ‘tgorg/locast2plex’. (I would recommend selecting the ‘latest’ Tag option and click ‘Select’ to download the required files.)
c. You can click ‘Image’ within 'Docker’ to monitor the download progress.
a. plex_accessible_ip = 127.0.0.1
i. This is the ‘loop back’ IP address, you could also use the IP address of your Synology NAS. In either case this IP address should be the IP address of the machine running Locast2Plex.
b. Also edit the ‘locast_username’ and ‘locast_password’ to match your Locast account.
c. The rest of the settings can be left alone for now.
i. I did set ‘tuner_count = 4’ which is the maximum number of concurrent sessions Locast allows. This will allow you to watch up to 4 shows via Plex.
a. Change the ‘Container Name’ if desired and leave the other options alone.
b. Click ‘Advanced Settings’
i. For now, do not enable ‘auto-restart’
ii. On the ‘Volume’ tab, click ‘Add File’ this is where we point L2P to our config.ini file created earlier.
1. Find your Docker folder and drill down to the ‘config.ini’ file, select and click ‘Select’.
2. For the ‘Mount path’ enter ‘/app/config/config.ini’ and do not click ‘Read-Only’.
iii. Over to the ‘Port Settings’ tab.
1. Click the ‘+’ and enter ‘6077’ for both the ‘Local Port’ and the ‘Container Port’.
iv. Click ‘Apply’.
c. Click ‘Next’, then ‘Apply’ again.
a. Click on ‘Log’ and scroll to the bottom, you should see a message ‘Locast2Plex is now online.’
i. If not, scroll up and see where an error might be present.
b. Presuming the container is running, on the ‘Overview’ tab, click ‘Stop’.
a. Now enable ‘Enable auto-restart’.
Hope this helps.
Beta Was this translation helpful? Give feedback.
All reactions