Skip to content
View roelbroersma's full-sized avatar
Block or Report

Block or report roelbroersma

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. tunnel-gui tunnel-gui Public

    This is a simple web-based GUI for a (Diet/Raspberry)Pi or Docker, based on OpenVPN with Multicast support. It simplifies the whole multicast/openvpn hassle for you so you can just focus on having …

    JavaScript 4 1

  2. WLED-usermodv2_HttpPullLightControl WLED-usermodv2_HttpPullLightControl Public

    Forked from Aircoookie/WLED

    HttpPullLightControl is a usermod_v2 to let WLED poll a URL and turn LEDs on/off/colored depending on the JSON response.

    C++

  3. Multipin relay support in WLED (cha... Multipin relay support in WLED (change usermods/esp32_multistrip/NpbWrapper.h )
    1
    Add the following code in usermods/esp32_multistrip/NpbWrapper.h after:
    2
    #ifndef RLYPIN
    3
      #define RLYPIN -1  //pin for relay, will be set HIGH if LEDs are on (-1 to disable). Also usable for standby leds, triggers,...
    4
    #endif
    5
    
                  
  4. monitor monitor Public

    Forked from andrewjfreyer/monitor

    Distributed advertisement-based BTLE presence detection reported via mqtt

    Shell

  5. When using Synology Snapshots and re... When using Synology Snapshots and replicating these to another local volume, those snapshots (ending with ...-1) will automatically be visible (read-only) on the network. You can set 'Hide this folder in My Network locations' but every thime after replicating, it will again show them. You can schedule the script below just after replicating, it will set the Shared Folders ending with ...-1 to Hidden. Unfortunatelly, when editing Shared Folders using DSM these settings will be overwritten and you need to run the script again. You can safely run it every hour.
    1
    #!/bin/bash
    2
    
                  
    3
    # Script to set 'browseable=no' for specific Samba shares ending with -1
    4
    # Author: Roel Broersma
    5
    # Description: This script modifies the smb.share.conf file to set 'browseable=no'