ABOUT
Gogs is a painless self-hosted Git service written in Go, designed to be the easiest, fastest, and most lightweight way to set up a self-hosted Git service.
warningComplete the initial setup via the web installer on first access. (Use SQLite3 as Database and root as user). After Install you get an ERR Refused -> Re-open site with Port to fix it.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU1024 MB RAM8 GB disk
Config path/opt/gogs/custom/conf/app.ini
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/gogs.sh'; sha='3965fa3e3e3f0f927270be6becf55aded37dfe14c4d75d25c7e36b9c27a581f2'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.