sidestore's anisette-v3 compatible server
Go to file
2023-08-23 20:53:43 +02:00
.github Set-up Docker and GitHub Actions 2023-06-17 00:36:47 +02:00
source Should fix the memory leak, and hopefully the segmentation fault 2023-08-15 12:27:17 +02:00
.gitignore Initial commit 2023-05-01 01:22:51 +02:00
Dockerfile Use a stable debian image in the container 2023-08-09 19:15:01 +02:00
dub.json Downgrade Provision because there is a memory leak in the last version. 2023-08-12 00:43:14 +02:00
dub.selections.json Downgrade Provision because there is a memory leak in the last version. 2023-08-12 00:43:14 +02:00
README.md Add commands to run it in docker and compile it 2023-08-23 20:53:43 +02:00

anisette-v3-server

A supposedly lighter alternative to omnisette-server

Like omnisette-server, it supports both currently supported SideStore's protocols (anisette-v1 and anisette-v3) but it can also be used with AltServer-Linux.

Run using Docker

docker run -d --restart always --name anisette-v3 -p 6969:6969 --volume anisette-v3_data:/home/Alcoholic/.config/anisette-v3/lib/ dadoum/anisette-v3-server

Compile using dub

apt update && apt install --no-install-recommends -y ca-certificates ldc git clang dub libz-dev libssl-dev
git clone https://github.com/Dadoum/anisette-v3-server.git; cd anisette-v3-server
DC=ldc2 dub build -c "static" --build-mode allAtOnce -b release --compiler=ldc2
stat anisette-v3-server