a year ago
Description: Forgejo is a self-hosted lightweight software forge.
Category: Storage
18 Replies
a year ago
Fixed! Also got deploys working for this finally…
Had some issues since they primarily put images on their own docker registry.
a year ago
It is the least likely to change. Either way, there is also the "/api/v1/version" endpoint. There is no explicit health check endpoint according to their swagger docs.
a year ago
Now this is just nitpicking, but wouldn't https://forgejo.org/favicon.svg look better as the template icon?
a year ago
Oh possibly. I think I got that URL after I set up the template initially. Can update.
a year ago
I had to change the URL for health check back. Seems like that endpoint is not usable until the app is configured (first screen you get after deploy)
a year ago
You will want to find and use an endpoint that is always available, preferably not /
a year ago
Working on it. Seems like they dont expose a lot at the setup page… I think I get why the Gitea template doesn't have a healthcheck now.
a year ago
The Gitea template doesn't have a health check because I have never asked its template creator to add one lol.
a year ago
That being said, the API is just not available before setup it seems… Any attempt to use a different route sends you back to "/" for the setup.