Skip to content
 
 

Repository files navigation

gitea-install

A set of scripts to install Gitea on Ubuntu server.

Dependencies

sudo apt install make dpkg-dev postgresql wget git

install

Create a vars.user.sh file:

GITEA_DOMAIN=example.com
APP_NAME=Foo
APP_ADMINUSER=admin
APP_ADMINEMAIL=admin@example.com
APP_ADMINPASS=strongpassword

# Optional
SOCKS5_PROXY=localhost:8080

Then:

make install

uninstall

make uninstall

About

A set of scripts to install Gitea on Ubuntu server.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages