Beiträge von gdf

    cheers finally found it as posted /home/dockerperson/.config/radarr


    enabled this in a share , so i could just delete- copy paste the files needed, as not sure of the cli (ssh) commands.


    followed the method to restore database
    https://github.com/Sonarr/Sonarr/wiki/Backup-and-Restore


    however after i stopped running, deleted and copied over my back up files, restarted .
    i have nothing all wiped- have to setup up from scratch all my indexes etc

    thanks for looking


    have a back up of my app data ,


    had to do a fresh install of OMV and all pugins and Docker and i want to restore my appdata ....



    i checked the github https://github.com/Radarr/Radarr/wiki/AppData-Directory


    my the config folder set up in docker is in root apparently and according to radarr system AppData directory


    /config
    i have ssh in but cant find the folder or the file
    any where i should look


    i followed this guide to setup
    OMV + Docker plugin media server (Plex, PlexPy, Ombi, Libresonic, NZBGet, ruTorrent, Sonarr, Radarr, Mylar, and more)

    Not sure where to begin,
    everything working fine , until i tried to run and setup lets encrypt, ( had go through docker and CLI ) could not get it working but after giving up i can't access the Web gui now, i can still ssh in and all my shares are still visable


    where do i begin


    when i use firstaid and select configure web panel i get
    Updating web control panel settings. Please wait ...
    ERROR: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C; nginx -t 2>&1' with exit code '1': nginx: [emerg] "ssl_protocols" directive is not allowed here in /etc/nginx/nginx.conf:36
    nginx: configuration file /etc/nginx/nginx.conf test failed


    re-edited my conf file all good now

    thanks for that info


    created and running using this setup



    sudo mkdir /wdblue/jackett
    sudo mkdir /wdblue/jackett/config
    sudo mkdir /wdblue/jackett/downloads


    sudo chown -R piomv:docker /wdblue/jackett /





    docker create \
    --name=jackett \
    -v /wdblue/jackett/config:/config \
    -v /wdblue/jackett/downloads:/downloads \
    -e PGID=100 -e PUID=1000 \
    -e TZ=Europe/London \
    -p 9117:9117 \
    linuxserver/jackett


    container runs , so i go to hostipaddress:9117 but page unavailable container stops immediately
    log shows
    standard_init_linux.go:195: exec user process caused "exec format error",


    any idea's

    running now cheers


    i have the portainer pdf , and was looking for how to add images like sonarr, jackett radarr. amongst others


    but the documents does not show how to set them up


    pulledl the images
    in docker
    docker pull linuxserver/jackett
    and
    pulled the image in portainer by adding
    linuxserver/jackett


    so i assume this is the same way to pull the images


    after doing this i get

    Unusedlinuxserver/jackett:latest


    how do i get the image working/running


    thanks

    tried to delcare an end point , not sure which ip address so tried both 172.17.0.1 and 192.168.0.39 with port 2375 not sure wha the errors mean


    docker run -d -p 9000:9000 portainer/portainer -H tcp://<REMOTE_HOST>:<REMOTE_PORT>



    root@raspberrypi:~# ifconfig
    docker0 Link encap:Ethernet HWaddr 02:42:8d:3c:53:9b
    inet addr:172.17.0.1 Bcast:172.17.255.255 Mask:255.255.0.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:944 errors:0 dropped:0 overruns:0 frame:0
    TX packets:1150 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:72173 (70.4 KiB) TX bytes:200488 (195.7 KiB)


    eth0 Link encap:Ethernet HWaddr b8:27:eb:d6:8c:77
    inet addr:192.168.0.39 Bcast:192.168.0.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:100317 errors:0 dropped:0 overruns:0 frame:0
    TX packets:12396 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:11613705 (11.0 MiB) TX bytes:2304530 (2.1 MiB)


    root@raspberrypi:~# docker run -d -p 9000:9000 portainer/portainer -H tcp://192.168.0.39:2375
    d8b2422bdc4514110e14ceec8a17632c871ca0bb9fc8f89c313590bb90d3b2f2
    docker: Error response from daemon: driver failed programming external connectivity on endpoint laughing_mccarthy (55711986795eddd22b89b5cb88cbcbaa4cd6cf5a49af6883c7a43fbfba023d19): Bind for 0.0.0.0:9000 failed: port is already allocated.
    root@raspberrypi:~#





    root@raspberrypi:~# docker run -d -p 9000:9000 portainer/portainer -H tcp://172.17.0.1:2375
    6fc12081cdd1cce864c49c5731bb1ea95cd1f403265b16e721999470541e64f6
    docker: Error response from daemon: driver failed programming external connectivity on endpoint optimistic_clarke (20e8a0f96d68215dc96b40a519af58c9f37080a91aa654fbd292fdd52a0c1847): Bind for 0.0.0.0:9000 failed: port is already allocated.


    thanks

    hi
    started from scratch as


    installed manually via curl command
    got to portainer web ui and stuck on the Endpoint URL


    url or ip address of a Docker Host. the docker host API must be exposed over TCP port


    totally lost at this point, as all new to me


    what address do i add here----have searched but only just learning this stuff


    thanks

    can i ask which is the latest docker ver
    curl -sSL https://get.docker.com | sh


    got this error
    E: Sub-process /usr/bin/dpkg returned an error code (1)



    install this followed this

    Externer Inhalt gist.github.com
    Inhalte von externen Seiten werden ohne Ihre Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklären Sie sich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.


    Hello from Docker on armhf!
    This message shows that your installation appears to be working correctly.


    To generate this message, Docker took the following steps:
    1. The Docker client contacted the Docker daemon.
    2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
    4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.



    root@raspberrypi:~# docker version
    Client:
    Version: 1.11.1
    API version: 1.23
    Go version: go1.4.3
    Git commit: 5604cbe
    Built: Mon May 9 00:50:14 2016
    OS/Arch: linux/arm


    Server:
    Version: 1.11.1
    API version: 1.23
    Go version: go1.4.3
    Git commit: 5604cbe
    Built: Mon May 9 00:50:14 2016
    so i'm i all good


    or is there a newer version
    sorry for the questions

    Hi Guys
    New to the Forum and OMV on the raspberrypi,


    did all the extra updates , so i could install sonarr, radarr deluge, transmissionbt, plex,


    how ever docker CE shows up in the repos and when i enable it, i dont get any plug ins, is it correct that it is not supported on the PI


    or is any docker version supported ,


    as would like to add Jacket to help add some more indexes in sonarr/radarr


    new to all this stuff


    thanks