Hi everyone. I have a Gitea instance running on a Windows Server, and I would like to run Anubis to prevent my website from being scraped. Will there be a Windows version, or can I compile it myself using something like MSYS2? Thanks in advance.
I was able to build it in MSYS2 with make prebaked-build using these instructions. Only thing is I had to add the .exe file extension to the built binary in the var folder. Seems to work.
Activity
MichaelAgarkov commentedon May 28, 2025
I was able to build it in MSYS2 with
make prebaked-buildusing these instructions. Only thing is I had to add the .exe file extension to the built binary in the var folder. Seems to work.