Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Aug 11, 2023
1 parent 00b112f commit e2ffa66
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# anisette-v3-server

A supposedly lighter alternative to [omnisette-server](https://github.com/SideStore/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.

You can run it using docker, or build it with dub (requires both openssl and zlib, see the Dockerfile
for dependencies).
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"provision": {
"repository": "git+https://github.com/Dadoum/Provision.git",
"version": "a007cb290da1a21e231a1a4a335a047a151ca24f"
"version": "58f339fe988d770da5de4ad7361a619b5deea2f6"
},
"slf4d": "~>2.1.1",
"vibe-d:web": "~>0.9.7-alpha.2",
Expand Down
1 change: 0 additions & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ class AnisetteService {
.buildPath(identifier)
);
}
GC.collect();
}
}

Expand Down

0 comments on commit e2ffa66

Please sign in to comment.