暫無描述

Thomas Fanninger d37943e49f Removed Workaround 10 年之前
.SRCINFO d37943e49f Removed Workaround 10 年之前
PKGBUILD d37943e49f Removed Workaround 10 年之前
README.md 4c4755c13b Migration 10 年之前
app.ini.patch c79b173bcf Update PKGBUILD 10 年之前
app_new.ini c79b173bcf Update PKGBUILD 10 年之前
app_old.ini c79b173bcf Update PKGBUILD 10 年之前
gogs.install 4c4755c13b Migration 10 年之前
gogs.service 4c4755c13b Migration 10 年之前
helper.sh ac4daf2193 Update build script + add some workarounds 10 年之前

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