Sin descripción

Thomas Fanninger ac4daf2193 Update build script + add some workarounds hace 10 años
.SRCINFO ac4daf2193 Update build script + add some workarounds hace 10 años
PKGBUILD ac4daf2193 Update build script + add some workarounds hace 10 años
README.md 4c4755c13b Migration hace 10 años
app.ini.patch ac4daf2193 Update build script + add some workarounds hace 10 años
app_new.ini ac4daf2193 Update build script + add some workarounds hace 10 años
app_old.ini ac4daf2193 Update build script + add some workarounds hace 10 años
gogs.install 4c4755c13b Migration hace 10 años
gogs.service 4c4755c13b Migration hace 10 años
helper.sh ac4daf2193 Update build script + add some workarounds hace 10 años

README.md

Gogs

PKGBUILD files for different versions of Gogs (Go Git Service).

Open points

Install

$ tar -xvzf /<path to Tarball>/gogs-*.tar.gz
$ cd <package-name>
$ makepkg
$ pacman -U gogs-*.tgz

Configuration

Enable and start systemd servicd

$ systemctl enable gogs.service
$ systemctl start gogs.service

Logging

After start of the service every log entry is over journalctl displayable.

$ journalctl -f -u gogs.service