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

Organizations

@ancient8-dev @CaviesLabs

Block or report systemis

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. 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}$"