• 2.0.0 d102e8a70a

    Nikurasu released this 2023-04-22 18:27:39 +01:00 | 0 commits to main since this release

    I switched this project to fiber because I don't like how gin handles wildcards and vice versa the hosting of static files. I know, I can use middleware like that to get rid of the path segment conflicts or hosting the directory on another route like I did, but for me it's annoying. But with fiber it simply works like I want, so here it is:
    StaticHoster, now with the annoying route for the hosted directory.

    There is also one other minor change:

    • The api/update route is now protected with basic auth, not only with an api-key
    Downloads