Bez popisu

Thomas Fanninger ac4daf2193 Update build script + add some workarounds před 10 roky
.SRCINFO ac4daf2193 Update build script + add some workarounds před 10 roky
PKGBUILD ac4daf2193 Update build script + add some workarounds před 10 roky
README.md 4c4755c13b Migration před 10 roky
app.ini.patch ac4daf2193 Update build script + add some workarounds před 10 roky
app_new.ini ac4daf2193 Update build script + add some workarounds před 10 roky
app_old.ini ac4daf2193 Update build script + add some workarounds před 10 roky
gogs.install 4c4755c13b Migration před 10 roky
gogs.service 4c4755c13b Migration před 10 roky
helper.sh ac4daf2193 Update build script + add some workarounds před 10 roky

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