Skip to content

daisuke1227/Daisukes-IPA-Signer

Repository files navigation

Daisukes IPA Signer

IPA Signing API using zsign

Setup

Natively

  1. Install zsign
sudo su -c "apt-get install git -y && git clone https://github.com/zhlynn/zsign.git && cd zsign && chmod +x INSTALL.sh && ./INSTALL.sh && cd build && cp zsign /usr/local/bin"
  1. Install NodeJS and NPM

    apt install nodejs -y
    apt install npm -y
  2. Update NodeJS

    npm install -g n
    n latest

    Reconnect to SSH

  3. Install MongoDB

    apt-get install gnupg curl
    curl -fsSL https://pgp.mongodb.com/server-7.0.asc | \gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg \--dearmor
    echo "deb [ arch=amd64,arm64 signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list
    apt-get update
    apt-get install -y mongodb-org
    
    Debian swap line 3 with
    echo "deb [ signed-by=/usr/share/keyrings/mongodb-server-7.0.gpg ] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/7.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org-7.0.list
  4. Install Modules

    npm install
  5. Modify .env

  6. modify main.js and replace const domain = process.env.Domain || "https://replacewebsite.com";

  7. Run

    node .

Docker

  1. clone repo
    git clone --depth=1 https://github.com/daisuke1227/Daisukes-IPA-Signer.git
  2. open up docker-compose.yml and change DOMAIN on line 9 (should be able to use http://127.0.0.1:3000 if you're only hosting locally)
  3. docker compose up -d
  4. askuasign is now running locally on http://127.0.0.1:3000 !

I love you!

About

just a stupid fork of askuasign

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •