-
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/updateroute is now protected with basic auth, not only with an api-key
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
5 downloads
-
static-hoster_386
52 downloads ·
2023-06-14 20:21:38 +02:00 · 10 MiB -
static-hoster_amd64
50 downloads ·
2023-06-14 20:21:35 +02:00 · 11 MiB -
static-hoster_arm
56 downloads ·
2023-06-14 20:21:20 +02:00 · 10 MiB -
static-hoster_arm64
55 downloads ·
2023-06-14 20:21:14 +02:00 · 10 MiB
- The