Skip to content

myusername450/anisette-v3-server-fork

This branch is 4 commits behind Dadoum/anisette-v3-server:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 16, 2023
Feb 26, 2024
Apr 30, 2023
Aug 10, 2024
Mar 2, 2024
Aug 10, 2024
Aug 10, 2024
Mar 24, 2024

Repository files navigation

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

Ansible

If you want to quickly setup anisette-v3 with ansible, just use the setup-anisette-v3-ansible.yaml playbook. Setup your inventory and choose your desired host in the playbook. Tweak your parameters/ansible.cfg for the remote_user you use. Requires root.

ansible-playbook -i inventory setup-anisette-v3-ansible.yaml -k

About

sidestore's anisette-v3 compatible server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 93.3%
  • Dockerfile 6.7%