omvextras behind a proxy

  • (Sorry for my bad english) I have a problem installing omvextras behind a proxy. It is only http proxy, no https no ftp, only http (http://proxy:3128) and no user/password.

    I installed omvextras with command

    wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash

    I can find omv-extras in menu but i can't find any extra plugin. Then i've tried this command:

    omv-salt deploy run omvextras

    Here is the output:

    If i try wget https://openmediavault-plugin-developers.github.io/packages/debian/omvextras2026.asc i can download that file. Apt can install packages too.

    What can i do? I need remotemount plugin.

  • Max76

    Hat den Titel des Themas von „omvextras behine a proxy“ zu „omvextras behind a proxy“ geändert.
    • Offizieller Beitrag

    Hard to say. Something on your network is causing this. It is causing the same issue for the docker repo as well.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Exactly the same problem...

    Not sure what to tell you. saltstack doesn't support a proxy for pkgrepo.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Maybe you can try setting proxy in the shell by

    Code
    export http_proxy=http://proxy:3128
    
    export https_proxy=http://proxy:3128

    Then you can unset them by:

    Code
    unset http_proxy
    unset https_proxy

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!