Hi, I have finally been forced to use other known distribution, since I have not been able to put it to work in Libreelec, in any case thank you very much for your assistance.
regards
Hi, I have finally been forced to use other known distribution, since I have not been able to put it to work in Libreelec, in any case thank you very much for your assistance.
regards
Hello again,
I am following the steps that you have given me but I get it to work, I configured so the file system:
[Unit]
Description=%p container
Requires=service.system.docker.service
After=service.system.docker.service
[Service]
Restart=always
RestartSec=10s
TimeoutStartSec=0
ExecStartPre=-/bin/sh -c "mkdir -p /storage/%p/watch /storage/%p/downloads /storage/%p/incomplete /storage/%p/config"
ExecStartPre=-/storage/.kodi/addons/service.system.docker/bin/docker rm %p
ExecStart=/storage/.kodi/addons/service.system.docker/bin/docker run \
--rm \
--name=%p \
--hostname=libreelec-%p \
--volume=/storage/%p/watch:/watch \
--volume=/media/USB EXT/downloads:/downloads \
--volume=/media/USB EXT/downloads/incomplete:/incomplete \
--volume=/storage/%p/config:/config \
--publish=9091:9091 \
--publish=45555:45555 \
libreelecarm/%p
ExecStop=/storage/.kodi/addons/service.system.docker/bin/docker kill %p
[Install]
WantedBy=multi-user.target
Display More
After editing the file restart the service:
Below I open the browser and enter my IP: 9091 and gives me the following error:
If I leave the defaults if I work. I have also tried to change the file setting.json changing the directory, but does not work:
"download-dir": "/media/USB EXT/downloads",
"incomplete-dir": "/media/USB EXT/downloads/incomplete",
It is posibe the space between USB and EXT influence ?? if I stood at the download path I want to set up and make a PWD shows me this route:
Any suggestions ??
regards
Hello,
I meant the location of the file service . It is in the location that I have set before?
as i would have to set this line to put an external disk located in /media/usb?
--volume = / storage / somewhereelse / downloads : /downloads \
Thank you!! I apologize for asking something that was already resolved the issue.
imagine the file where I have to make changes is located at:
/storage/Dockerfiles-master/arm/transmission/transmission.service
Right??
Hello,
I'm trying to change some parameters of configuration file transmission (download directory, enable authentication, password, etc.)
The problem is that when I save and restart the service or raspberry just keeps me some changes, others like me download directory leaves it to the default value.
How I can do to make the changes permanent?
regards
Ahh - totally missed that option!
Thank you very match!!!
Hi I've got to activate the authentication key. Now I would like to disable the login but when trying to modify the configuration file ssh to change the parameter:
#PasswordAuthentication yes
to
PasswordAuthentication no
give me permission error:
[Error writing / etc / ssh / sshd_config: Read-only file system]
Any solution??
Thank you very much!!! indeed there is where it is located.
regards
Thank you very much for the answers, I try to do, if I am not able, I wait for this howto video.
regards
which is also more secure than using a password
You can tell me how to do or where I can find information about it ?
Thank you!!!
Hi,
Where the configuration file is transmission?
I'm changing things in /storage/Dockerfiles-master/arm/transmission/settings.json but not applied
Hi,
As I can change the password for SSH access?