Don't stop at two, try the other ones too. Without the log I can't help you
Posts by aptalca
-
-
Please read the forum thread I mentioned earlier. It tells you how to troubleshoot and get docker logs
-
I installed LinuxServer.io add-on Repo. And then I installed docker add-on and Plex Media Server. Which I can't access through a web browser, because I was told that I have to forward a port between Docker and PMS, otherwise I won't be able to access it...
Anyway, if there's any easier way to install PMS, I'm all ears
Thank you
Don't know who told you that but that's inaccurate.
Post a log or I can't help you
See instructions in the pinned post about the docker addons in addon support
-
I installed PMS through Docker and apparently, the port Plex is listening to has to be forwarded. Because when I try to access PMS through http://192.168.1.xx:32400/web it won't open.
Did you install through the linuxserver docker addon or in docker yourself through command line or portainer?
The addon has plex run in host mode, so all ports should be exposed on the host automatically.
How did you conclude the port has to be forwarded?
Did you check the logs? Is plex running?
-
Hey guys, I just installed plex server but can't access it through the Web browser until I forward the right port. Can anyone help me with that please?
Thank you very much
Which one did you install? What do you mean by "forward the right port"?
Need more info on what you did
-
Hi,
Please can you post a tutorial or a link on how to get Letsencrypt working with NextClous https certificate?
Thank you,
Best regards,
Navigate to your letsencrypt addon config folder. Under nginx/proxy-confs you'll see two nextcloud confs, one for subdomain, and another for subfolder.
Pick one, follow the instructions at the top of the file to make the necessary changes to your nextcloud config, and then rename that proxy conf file to remove sample at the end (so it becomes blah.conf).
When you reboot, you should be able to access nextcloud through your domain and either subdomain and subfolder.
The full instructions for reverse proxy are linked from the letsencrypt image description at GitHub - linuxserver/docker-letsencrypt
Keep in mind that the libreelec docker addons by lsio already run in the same user defined bridge network so you don't have to change that.
-
Hello,
I'm a bit new with the dockers, so I figured out myself that using Portainer would help me to add new services into my beloved raspberry pi 3 kodi.
I installed docker and portainer from the Add ons menu , opened a webpage from the correct port, I finally setted up my portainer, all went well. I decided to give a first try by following a tutorial, this one : LinuxServer.io docker addons and general docker info , from the Portainer section. I tried to follow the instruction to install LinuxServer’s Calibre OPDS Php Server, but unfortunately my container didn't want to start. By looking to the log it shows the same error all the time :
But I don't understand how a format error sliped into an auto container manager.
Here is the config of the container.
Thank you for helping me !
That's the x86_64 image. You need to use the arm version: https://www.linuxserver.io/our-images
-
If you're new to docker, don't bother with building. Pull already built images from the hub. Stick to images with good documentation, and ones that list the source repo.
Check out the stickied post about docker on le in the addons section of this forum.
Check out https://linuxserver.io/our-images for a bunch of images with good docs (I'm part of that team)
If you have any questions about those images, you can join the discord channel listed on that website
-
Mariadb is listening on 3306.
The issue is something else that is listening on 8099
-
Am now on 8.2.5. Log here http://ix.io/1i6f
Cannot install pi-hole. Error states
Where did you get the addon from and what os exactly are you using?
The addon in the repo requires le 7, not 9
libreelec-addon-repo/addon.xml at master · linuxserver/libreelec-addon-repo · GitHub
-
Thanks I just did that, but even after restarting inside plex when I go and select movies it shows it as empty, is that because it's a smb mapping ?
I double checked in kodi I can see the content of the smb mappingWhat do you mean by "restarting inside plex"?
As long as plex starts "after" smb mounts, it should work. I have my shares nfs mounted a similar way.
But if the shares are dismounted or remounted while docker is running, plex won't see the files anymore. The shares have to be mounted first and remain mounted
-
In the addon settings, you can change the mapping for movie and tv show folders
Then inside the container (ie. Plex) they will be accessed at the mapped locations (ie. /data/movies)
-
Which build did you use then brendanssound, hugepants or tnds82 releases?
aptalca: If using the docker, will the Plex be able to update easy?
It updates on restart (either restarting the le box or disabling and reenabling the addon)
-
There is a plex docker addon if you want to try it out: LinuxServer.io docker addons and general docker info
You can install the Linuxserver repo under Libreelec repo, and then under Linuxserver repo you'll see the plex one
-
Just saw this. Check out the docker faq stickied in the addons section.
The user docker addons run as is nobody (65534 iirc) so the files should be owned by that
-
Sorry it took me a bit to get my test environment set up again.
I talked to the team members and they let me know that everything resides inside "/sync" inside the container, which is by default mapped to "/storage/.kodi/userdata/addon_data/docker.linuxserver.resilio-sync/sync" on libreelec. But you can change that in the addon settings.
The resilio-sync client runs as user nobody (65534) so all the files in that sync folder should be owned by that.
I set up a fresh resilio-sync addon on my libreelec vm and I can go to add folder (standard), hit "new folder" and create one. All those newly created folders are under "/sync". I didn't have any issues.
The addon creates those folders and changes ownership to user nobody on start.
See the attached screenshots.
Can you describe your environment a bit more? By the way, don't manually edit the settings.xml or the sync.conf. They are all managed by the addon and they'll break it completely.
EDIT: Did you by any chance select a folder on a remote mount as the sync location? If the remote mount didn't allow chowning that location as user nobody, that would be the issue.
-
I tried the image on an ubuntu host and didn't have permission errors. I'll try it on LE when I get a chance.
I haven't used resilio sync before and I'm getting confused on how one is supposed to set it up.
I'll talk to other team members who use it and will follow up here
-
I believe docker is broken in master. I suggest sticking to 8.2 for now. Keep in mind that 9.0 is pre-alpha