Oxy

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Oxy

  1. hello, I have a new question that is not specific to this container. I noted that the timezone is UTC, how could I change it ? is it necessary to add a parameter to configure the TZ ? thank you .
  2. Hi, I am far from being an expert on docker matter So how am i supposed to pass that version parameter ? I saw it in the docker file however i thought it was being used when building the docker image. What you said make me think it would somehow be possible to choose the RCLONE version when creating the container ? So I tried to add the environment variable when creating the container and the system is not complaining even when I put something stupid in the variable (dummy for example) Currently when creating a container from the main branch i am getting a rclone 1.35 whereas when creating the container from the dev branch I am getting the 1.38 Thank you for the build.
  3. hello, I encountered some bugs with Onedrive that are supposed to be fixed in latest rclone version. Could you please build a new version of you docker image ? thank you.
  4. ok I got that, however how can I configure the sources in kodi in order to get it to update my DB ? I would like kodi to update the DB regularly or even maybe trigger it from sickrage and couch... thank you.
  5. hello, I installed the koma docker but some things are unclear. The mariaDB is working, I've been able to connect to the database and to attach my desktop's kodi to it. The docker kodi seems ok too as i am able to connect through the webgui. However, how am i suppose to manage the kodi settings? editing the xml files ? I did not find any settings in the webgui nor in the android app. thanks for your help ps: the docker description says: where as it is impossible to run a docker exec koma while the docker is stopped. It is not a big deal but it could be disturbing for some person.
  6. hello, I installed the Snap plugin as well as sabnzbd (and more..) and sabnzbd is supposed to use a non array disk mounted by snap. What would be the good way of ordering them. I need the outside of the array disk to be mounted for sabnzbd to start OK. I did it in the past in the 5.0RCxx but I do not remember how and I did not manage to reproduce it here. I play with the plg names to put snap before sabnzbd however It seems to change their installation order but not their starting order. thanks for helping