A set of scripts to install Gitea on Ubuntu server.
sudo apt install make dpkg-dev postgresql wget git
Create a vars.user.sh
file:
GITEA_DOMAIN=example.com
APP_NAME=Foo
APP_ADMINUSER=admin
[email protected]
APP_ADMINPASS=strongpassword
# Optional
SOCKS5_PROXY=localhost:8080
Then:
make install
make uninstall