From e2ffa66d0741ee781e2292ec891dbe3ceff9fae8 Mon Sep 17 00:00:00 2001 From: Dadoum Date: Fri, 11 Aug 2023 02:09:05 +0200 Subject: [PATCH] Fix https://github.com/SideStore/SideStore/issues/446 --- README.md | 9 +++++++++ dub.json | 2 +- source/app.d | 1 - 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..87faa48 --- /dev/null +++ b/README.md @@ -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). diff --git a/dub.json b/dub.json index 2ee4f62..cfa7c7d 100644 --- a/dub.json +++ b/dub.json @@ -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", diff --git a/source/app.d b/source/app.d index dbdc54d..7426f11 100644 --- a/source/app.d +++ b/source/app.d @@ -279,7 +279,6 @@ class AnisetteService { .buildPath(identifier) ); } - GC.collect(); } }