Posts by aptalca

    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 suggested duckdns as a service, not necessarily the docker for it. Any client should work pretty much the same. Router would be fine.

    I just set up a fresh instance on a chromebox running LE 8.2 and after setting up with an sqlite database, I have no issues logging in and using it.

    Can you provide more info?

    Which LE distribution? X86? Arm?

    Are you using the LE box's IP address to access, or a domain name forwarded?

    Check the nginx logs under the config folder, both access and error and they might tell you what's wrong.

    I have an MECOOL M8S Pro+ with bad eMMC memory, and made an stupid mistake to try to upgrade the Android firmware :(

    I already got an refund so it's not a big problem.

    I am trying to revive the box, so I can run this LibreELEC build from microSD, but I can't flash an full factory image. Mainly the system partition is problematic, because it has an large size it corrupts easily on my box. So I am trying to flash only the basic partitions to my box to boot LibreELEC.

    An amlogic image has several partitions, but I am not sure which ones are needed to succesfully boot LibreELEC from microSD? I think the bootloader + recovery partitions are needed? But maybe also the boot (kernel) partition? Or does the bootloader also check if the system partition is OK?

    And also if it boots where does it save the setting that it keeps on auto booting from microSD?

    Wait, you got a refund and kept the box? How?

    I soft bricked mine, but then was able to revive it with the usb burning tool in something something nand mode (shorting pins on the mobo) and flashed android tv 7.1 on it. It seems to work now, but I worry that it may die any day

    Docker and linuxserver? Awesome! Can't wait to try it.

    Thanks

    Sure, if you go to the addon settings for nextcloud, you can change the https port to 444 or anything else there

    Updating via web ui is not recommended for docker containers as they often use non traditional service managers.

    Linuxserver docker images are refreshed once a week on Friday to pick up various package updates.

    The libreelec addon/container updates its image when you restart your box, or if you disable and re-enable the addon

    I just created a domoticz docker addon if anybody wants to test. I don't have a usb device to test with at the moment so I need someone to let me know whether it works or not before we publish it.

    Here is the zip, you can install manually on LE: docker.linuxserver.domoticz-1.0.0.zip

    Keep in mind that the first time the container is started it will create dhparams, which could take a long time especially on low powered systems (somewhere between a few minutes to 2 hours) so be patient. Once the dhparams is created, the webserver will start. In the meantime, you can check with "docker logs docker.linuxserver.domoticz" to see the progress.

    The usb device is disabled by default, you would have to enable in the addon settings and make sure the device location is correct.