Skip to content
View systemis's full-sized avatar
🥷
Cs::Web3::AI
🥷
Cs::Web3::AI

Organizations

@ancient8-dev @CaviesLabs

Block or report systemis

Report abuse

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

Report abuse

Pinned Loading

  1. Deploying NEXTJS site with nginx + pm2 Deploying NEXTJS site with nginx + pm2
    1
    # How to setup next.js app on nginx with letsencrypt
    2
    > next.js, nginx, reverse-proxy, ssl
    3
    4
    ### 1. Install nginx and letsencrypt
    5
    ```bash
  2. detect_private_key.sh detect_private_key.sh
    1
    #!/bin/bash
    2
    
                  
    3
    # Define patterns for Ethereum and Solana private keys
    4
    ETH_PATTERN="(0x)?[A-Fa-f0-9]{64}"
    5
    SOL_PATTERN="^[1-9A-HJ-NP-Za-km-z]{88}$"