See https://github.com/TecharoHQ/anubis/tree/main/data
These are not shipped in the package, because upstream decided to push
them in /usr/share/doc directory. The software itself imports
datafiles with "(data)" syntax thinking that they will live in
/usr/share/doc/anubis not in the /usr/share/anubis.
Signed-off-by: Jiri Kyjovsky <j1.kyjovsky@gmail.com>
The binary produced by the standard %gobuild method was incomplete. It
was missing the internal UI components required to render the user
challenge page, causing the feature to fail with 404 errors at
runtime and complaining about missconfiguration all the time.
Upstream has special make target `prebaked-build` which produces correct
binary.
Signed-off-by: Jiri Kyjovsky <j1.kyjovsky@gmail.com>