Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arifszn/gitprofile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: oricha/gitprofile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Oct 22, 2025

  1. Configuration menu
    Copy the full SHA
    c0d805e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c27a341 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f024fb View commit details
    Browse the repository at this point in the history
  4. Update gitprofile.config.ts

    oricha committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    49a5581 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2025

  1. Add Docker containerization with multi-stage build, nginx configurati…

    …on, and GitHub Actions CI/CD pipeline
    
    - Add Dockerfile with Node.js build stage and nginx production stage
    - Add nginx.conf with optimized configuration and security headers
    - Add .dockerignore to exclude unnecessary files
    - Add GitHub Actions workflow for automated Docker build and push to Docker Hub
    - Add Docker-related npm scripts for local development and testing
    - Add comprehensive RUN.md with deployment instructions for Dokploy and Northflank
    - Configure multi-platform builds (AMD64, ARM64) for better compatibility
    oricha committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    57258f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75a3752 View commit details
    Browse the repository at this point in the history
Loading