Beiträge von tisote

    Hello, a new version of portainer is available : release 2.0.1, how can we update using OMV-Extras ? or do we need to perform update manually via an apt-get update ?

    Ok it's all right now :


    latest: Pulling from migoller/shinobidocker

    c9b1b535fdd9: Pull complete

    32eb17722c57: Pull complete

    c6a4a31e8940: Pull complete

    3f01d5292e29: Pull complete

    3ca5fc38582d: Pull complete

    1c4c452c0cee: Pull complete

    7415be52ecac: Pull complete

    df83d3b4cab3: Pull complete

    852a275a17f4: Pull complete

    f13a306cdb84: Pull complete

    58e7228c3ce5: Pull complete

    eb72ff85a085: Pull complete

    ba82756fa3a0: Pull complete

    fb2b567d2901: Pull complete

    5c3535052234: Pull complete

    Digest: sha256:648867d41b8378cccfed1e9d99b35916e71e961ce26aa9857c5878623afa9963

    Status: Downloaded newer image for migoller/shinobidocker:latest

    WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested

    c6ed74feb67d2fdac4a8ceb07d3a91b9d9598e24cafbe83c238cfa99bb4e5c2d


    But I see that image is not for arm/V7 but just for amd64 ........ :cursing::cursing:

    Hello,

    I try to install shinobi (like Jeff video 2020/06/12) but, when connected to my raspberry (with log pi) and make these commands :


    docker run -d \

    --name shinobi \

    -p 8080:8080 \

    -v /etc/localtime:/etc/localtime:ro \

    -v /etc/timezone:/etc/timezone:ro \

    -v /srv/dev-disk-by-label-OVM/data/appdata/shinobi/config:/config \

    -v /srv/dev-disk-by-label-OVM/data/appdata/shinobi/datadir:/var/lib/mysql \

    -v /srv/dev-disk-by-label-MX10/shinobi/videos:/opt/shinobi/videos \

    -v /dev/shm/shinobiDockerTemp:/dev/shm/streams \

    migoller/shinobidocker


    I have a permission error from docker :


    docker: Got permission denied while trying to connect to the Docker daemon socke t at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.24/c ontainers/create?name=shinobi: dial unix /var/run/docker.sock: connect: permissi on denied.

    See 'docker run --help'.


    I try also with my admin login of OVM5, but it still make the same error....


    Can you help please ?

    Hi!


    I'm trying to install Airsonic but log show an error :

    Code
    Error: Could not find or load main class <options>

    Here's my compose :


    version: "2.1"

    services:

    airsonic:

    image: ghcr.io/linuxserver/airsonic

    container_name: airsonic

    environment:

    - PUID=1001

    - PGID=100

    - TZ=Europe/Paris

    - CONTEXT_PATH=<URL_BASE> #optional

    - JAVA_OPTS=<options> #optional

    volumes:

    - /srv/dev-disk-by-label-OVM/data/appdata/airsonic:/config

    - /srv/dev-disk-by-label-MX10/Musique:/music

    - /srv/dev-disk-by-label-MX10/Musique/__playlists:/playlists

    - /srv/dev-disk-by-label-MX10/Musique/__podcasts:/podcasts

    - /srv/dev-disk-by-label-MX10/Musique/__others:/media

    ports:

    - 4040:4040

    devices:

    - /dev/snd:/dev/snd #optional

    restart: unless-stopped


    It's impossible to connect on my <ip>:4040 and there's the log error...


    can I have help ?