I was no longer able to even run Gitea, I needed to modify the script because it's using uname -a | grep armv7l and the actual URI for the binary needed is gitea-1.21.8-linux-arm-6.
Also, I don't really know why did this weird script set up a nginx server and configured a site to serve Gitea, since installing it with the binary already provides its own HTTP server. I needed to reflash the SD card because I wasn't able to reach port 3000 to begin installation.
Please, for the sake of newcomers to self-hosting Git, either archive this repo or write and update the script properly.
I was no longer able to even run Gitea, I needed to modify the script because it's using
uname -a | grep armv7land the actual URI for the binary needed is gitea-1.21.8-linux-arm-6.Also, I don't really know why did this weird script set up a nginx server and configured a site to serve Gitea, since installing it with the binary already provides its own HTTP server. I needed to reflash the SD card because I wasn't able to reach port 3000 to begin installation.
Please, for the sake of newcomers to self-hosting Git, either archive this repo or write and update the script properly.