Posts by ruudm

    Probably yes (but I don't know where). I have tried also OMV's internal shairport but had some problems. Alternative is to have shairport in Docker, since there is much more flexibility. Depends a bit of your sound equipment. Developer Mike Brady at Github, or take a look at other samples/options at Docker hub.


    My yml, sample:


    Linux 6.1.0-38-amd64, 7.7.14-1 (Sandworm)


    After a restart a notification by system monitoring appears with the following message:


    Host: server

    Date: Wed, 13 Aug 2025 07:23:50

    Service: mountpointsrv-remotemount-Backup_OMV

    Event: Status failed

    Description: status failed (1) -- no output


    System seems fine, what does the message means?

    Hi, I am trying to figure out how to get a static IP on my Nextcloud container in combination with a Zero trust tunnel from Cloudfare, attached to a subdomain.

    Goal is to have nextcloud working locally (instead of external subdomain) by a DNS-rewrite in Adguard. Adguard only allows static 'normal' IP-numbers like 192.168.188.9 (without portnumbers). My Nextcloud container runs on OMV port 8080 but is automatically redirected to my subdomain. Inside my config.php for Nextcloud are the lines:

    Code
    'overwrite.cli.url' => 'https://sub.example.nl',
    'overwritehost' => 'sub.example.nl',
    'overwriteprotocol' => 'https',

    Typing my OMV-ip (like 192.168.188.11:8080) results in a redirect to sub.example.nl, that is logically but actually not wanted (keep data locally and faster).


    My Nextcloud yml:


    I have already created a macvlan in OMV which is operational for i.e. Adguard-container. "Subnet": "192.168.188.0/24", "IPRange": "192.168.188.6/32", "Gateway": "192.168.188.1". Is it possible to use this already created macvlan for Nextcloud? If yes - howto attach or combine?


    I am doing something wrong (puzzling :/ ) - how to combine networks under 'services'. Underneath works for another container:

    Code
    services:
        networks:
          lokaal: 
            ipv4_address: 192.168.188.6
    
    networks:
      lokaal:
        external: true

    It seems that you cannot simply combine lines starting with - networkname and networkname: under networks-services.


    I hope I made myself clear and maybe somebody can point me to the right direction. Thx!

    Anoother suggestion: create a MacVlan inside OMV/services/compose/networks. I.e. "Subnet": "192.168.188.0/24", "IPRange": "192.168.188.6/32", "Gateway": "192.168.188.1". Depends on your config.

    It finally ends up in a fixed IP-address which can be used on your router.


    My working yml:

    Thx for your reply macom. Executing the suggested commands in the mentioned thread (post #5) doesn't help. Looks like (omv-salt deploy run apt apticron all succeeded but after that, trying to alter the events in notifications there is still the same error. Restart doesn't help also.

    I am trying to untick the event 'update management' and then apply the changes. If there are no more suggestions I will restore a OS-backup from a few days ago. Good excercise ;) Maybe something went wrong in the meantime.

    After updating to 7.4.13-1 there seems to be a small non critical error. All is still working well but if I edit the notifications this ends up in an error.

    Can I do something to repair this? Or is it best to restore a OS-backup?

    When trying to play audio from an iPad OS 18.0 (Plex, Spotify) the BT-connection crashed, it sometimes looks like it is connected but then it disappears, no sound possible. Used to work fine for long time. Solved it by uninstalling the plugin and install original shairport by Docker (https://hub.docker.com/r/mikebrady/shairport-sync) and default yml. Don't know what actually caused the problem, just to let you know. OMV 744-1, Linux 6.1.0-23-amd64.


    Could be caused since upgrading to iOS 18.

    Very good idea to have this in Docker and OMV. The hardest part is mapping your directories the right way. My yml:


    About mapping I used this page: https://trash-guides.info/Radarr/Radarr-remote-path-mapping/ not especially for SabNZB but you get the picture.

    Main lesson learned was indeed the information about the snapshot. Wiki: so far so good.


    XML-editing (understanding) for me was quite difficult, learned also a lot from this thread about passtrough. You can do so much with KVM XML, how far to go with explaining on a Wiki for OMV? Explaining basic use seems fine to me. Know the options of the plugin and the rest is this forum or Google.