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