Skip to content
View hayou's full-sized avatar

Block or report hayou

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 Loading

  1. Traefik + authenticated dashboard + ... Traefik + authenticated dashboard + geoblock plugin
    1
    ### Traefik + authenticated dashboard + geoblock plugin
    2
    
                  
    3
    Here is tree of my docker-compose
    4
    
                  
    5
    ```bash
  2. keycloak-curl-api.sh keycloak-curl-api.sh
    1
    # config
    2
    KEYCLOAK_URL="https://url/auth"
    3
    KEYCLOAK_REALM=master
    4
    KEYCLOAK_CLIENT_ID=admin
    5
    KEYCLOAK_CLIENT_SECRET="xxxxxx"
  3. Wireguard Optimal MTU Wireguard Optimal MTU
    1
    ### About
    2
    * I faced bandwidth issues between a WG Peer and a WG server. Download bandwidth when downloading from WG Server to WG peer was reduced significantly and upload bandwidth was practically non existent.
    3
    * I found a few reddit posts that said that we need to choose the right MTU. So I wrote a script to find an optimal MTU.
    4
    * Ideally I would have liked to have run all possible MTU configurations for both WG Server and WG Peer but for simplicity I choose to fix the WG Server to the original 1420 MTU and tried all MTUs from 1280 to 1500 for the WG Peer.
    5
    
                  
  4. proxmox-ovh-ipFO proxmox-ovh-ipFO
    1
    ### Rise model 
    2
    
                  
    3
    Don't create a virtual MAC if you want to put IP FO directly on your proxmox host 
    4
    
                  
    5