Coder Social home page Coder Social logo

k3rokami / omnisette-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sidestore/omnisette-server

0.0 0.0 0.0 83 KB

An HTTP server wrapper for omnisette. Supports both V1 (Provision) and V3 of anisette servers.

Shell 1.61% Rust 96.87% Dockerfile 1.53%

omnisette-server's Introduction

omnisette-server

An HTTP server wrapper for omnisette.

Supports both V1 (Provision) and V3 of anisette servers.

Alt

Setup

First, download the Apple Music APK in the root of the project directory and then extract it as a zip.

unzip applemusic.apk 'lib/*/libstoreservicescore.so' 'lib/*/libCoreADI.so'

Next, download the latest omnisette-server binary for your platform from GitHub Releases. Place it in the root project directory with the lib directory, so that omnisette can access the libraries at ./lib. (You can also run from source via cargo run)

Now, run the omnisette-server binary. You can use --help to get a list of options, but the defaults should be good for most setups (I recommend changing the worker argument; it is equal to the amount of people who can provision at the same time, so choose it based on how much traffic you expect). You might want to setup something to run omnisette-server in the background.

Compile

If you wish to build omnisette-server, run the following:

sudo apt update
sudo apt install --no-install-recommends -y git unzip curl perl make
curl https://sh.rustup.rs -sSf | sh # Choose option 1
source "$HOME/.cargo/env"
git clone https://github.com/SideStore/omnisette-server.git
cd omnisette-server
cargo build --release
curl https://apps.mzstatic.com/content/android-apple-music-apk/applemusic.apk -O
unzip applemusic.apk 'lib/*/libstoreservicescore.so' 'lib/*/libCoreADI.so'
rm applemusic.apk
./target/release/omnisette-server

Docker

Run:

docker run -d --restart always --name omnisette -p 6969:80 --volume omnisette_data:/opt/omnisette-server/lib ghcr.io/sidestore/omnisette-server:latest

Or if you want to build it locally, clone the repository and then run:

docker build . -t imagenameofyourchoosing
docker run -d --restart always --name omnisette -p 6969:80 --volume omnisette_data:/opt/omnisette-server/lib imagenameofyourchoosing

omnisette-server's People

Contributors

amsam0 avatar macleykun avatar joematt avatar nythepegasus avatar dependabot[bot] 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.