Beiträge von ricky_graber

    I did get it up and running with the following docker compose stack. I didn't have the hardware accel correct at first and do not have coral yet.

    After looking into your suggestion this seems to be the answer, but I'm still missing something. Using WeTTY, I ran the following commands but when showing the config options afterward, it doesn't seem to have changed? Value next to wakeup-interval is still 15m0s.

    Seems I need to be in /etc/default/openmediavault but do not have those permissions.


    # omv-env set -- OMV_PHOTOPRISM_APP_CONTAINER_START_OPTIONS "-e PHOTOPRISM_WAKEUP_INTERVAL=21600"

    # omv-salt stage run prepare

    # omv-salt deploy run photoprism


    Command used to check config values sudo podman exec photoprism-app photoprism show config

    I've tried several variations based on some other threads but how do I change a config option, specifically wakeup-interval on the Photoprism plugin? It is currently at 15m0s by default but I would like to change it to 6 hours. I have OMV installed "bare metal" on a HP Proliant machine.


    Some commands I've tried:

    sudo podman exec photoprism-app photoprism config set PHOTOPRISM_WAKEUP_INTERVAL 21600

    sudo podman exec -ti photoprism-app photoprism PHOTOPRISM_WAKEUP_INTERVAL 21600

    sudo podman exec -ti photoprism-app photoprism wakeup-interval 21600

    sudo podman exec photoprism-app photoprism PHOTOPRISM_WAKEUP_INTERVAL 21600

    sudo podman exec photoprism-app photoprism wakeup-interval 21600

    sudo podman exec photoprism-app photoprism wakeup-interval 21600


    Commands that do work:

    sudo podman exec photoprism-app photoprism help

    sudo podman exec photoprism-app photoprism config


    Similar threads:

    https://forum.openmediavault.org/index.php?thread/43757-photoprism-plugin-cli-commands/

    I've tried several variations based on the info above but how do I change a config option, specifically wakeup-interval? It is currently at 15m0s by default but I would like to change it to 6 hours.


    Commands I've tried:

    sudo podman exec photoprism-app photoprism config set PHOTOPRISM_WAKEUP_INTERVAL 21600

    sudo podman exec -ti photoprism-app photoprism PHOTOPRISM_WAKEUP_INTERVAL 21600

    sudo podman exec -ti photoprism-app photoprism wakeup-interval 21600

    sudo podman exec photoprism-app photoprism PHOTOPRISM_WAKEUP_INTERVAL 21600

    sudo podman exec photoprism-app photoprism wakeup-interval 21600

    sudo podman exec photoprism-app photoprism wakeup-interval 21600


    What does work:

    sudo podman exec photoprism-app photoprism help

    sudo podman exec photoprism-app photoprism config

    I did not get Full tunnel to work but did resolve my issue. When Wireguard is enabled, my phone uses cellular for everything except when pinging an IP address in my local network.

    From the Wireguard app > Interface > DNS servers, I had it set to my Pi-Hole IP address that is used on my local network. I removed this leaving the dns servers block blank.

    Also, Wireguard app > Peer > Allowed IPs, I set it to my local networks IP at 192.168.1.0/24

    I have the Wireguard plugin running on OMV6. From my android phone I am able to connect to my local network (OMV webgui and other local devices), but cannot access any external websites (Google, websites, etc) while connected to VPN. It shows "network has no internet access".

    What do I need to do in order to have internet access on my android device while connected to the VPN, either as a split tunnel or full tunnel routed through my home network?