-
Now based on fiber Stable
released this
2023-04-22 19:27:39 +02:00 | 0 commits to main since this releaseI 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
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
static-hoster_386
37 downloads · 10 MiB
-
static-hoster_amd64
35 downloads · 11 MiB
-
static-hoster_arm
38 downloads · 10 MiB
-
static-hoster_arm64
42 downloads · 10 MiB
- The