GithubHelp home page GithubHelp logo

linktohack / ipapk-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sharljimhtsin/ipapk-server-fixed-pkg-error

0.0 2.0 0.0 3.05 MB

IPA & APK server, in Go

Makefile 2.00% Go 50.90% CSS 3.97% HTML 41.55% Dockerfile 1.58%

ipapk-server's Introduction

What

IPA & APK server

Build & deploy

go get github.com/linktohack/ipapk-server
make linux
# or build & deploy via docker
make deploy

Config

config.json

{
  "host": "0.0.0.0",
  "port": "8080",
  "database": "file:db.sqlite3",
  "proxy": "https://apps.ql6625.fr"
}

Upload

POST /upload (multipart) param:

package: IPA/APK, required
changelog: ChangeLog, optional

response:

{
    "uid": "820e8c1b-954a-4489-8d6c-7ea2c47d1ec1",
    "name": "xxxxxxx",
    "platform": "ios",
    "bundleId": "com.xxxxxx",
    "version": "1.0.0",
    "build": "100",
    "install_url": "itms-services://?action=download-manifest&url=https://apps.ql6625.fr/plist/820e8c1b-954a-4489-8d6c-7ea2c47d1ec1",
    "qrcode_url": "https://apps.ql6625.fr/qrcode/820e8c1b-954a-4489-8d6c-7ea2c47d1ec1",
    "icon_url": "https://apps.ql6625.fr/icon/820e8c1b-954a-4489-8d6c-7ea2c47d1ec1",
    "downloads": 0
}

With ommand line:

curl -X POST https://apps.ql6625.fr/upload -F "[email protected]" -F "changelog=123"

Or using web interface at the end of home page.

ipapk-server's People

Contributors

kiethen avatar linktohack avatar sharljimhtsin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.