Skip to content

UdotCASH/unverifier

Repository files navigation

Unstoppable Login

Unstoppable Domains login system using a popup interface. Runs with Docker Compose locally, and GitHub Actions auto-deploys on main merge.


1. Quick Start (Local Development)

Prerequisites

  • Docker & Docker Compose installed.

Run Locally

docker-compose up --build

Access the app at https://localhost:3000.

Stop Services

docker-compose down

2. Deployment (GitHub Actions Auto-Deploys on main Merge)

**Merging changes into main triggers GitHub Actions, which:

  • [x]* Builds & pushes Docker images
  • Deploys the latest version automatically

3. Project Structure

docker-compose.yml   # Defines services 
Dockerfile          # App container config 
Makefile           # Common tasks automation 
nginx.conf         # Reverse proxy settings 
app.js             # Main application logic 
index.html        # Frontend UI 
package.json      # Node.js dependencies 
README.md          # This file 

Anywhere Variables Configuration

Environment variables are managed in .env. Example:

INFURA_PROJECT_ID=your_project_id

Need Help

Open an issue or ping us in the repo. ’

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •