ABOUT
Forgejo is an open-source, self-hosted Git service that allows individuals and teams to manage their code repositories.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM10 GB disk
Config path/etc/forgejo/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/forgejo.sh'; sha='352ae0e9e47b3579fc19aca22a9f04fd4a4e7d60bff9b7c546f0d4244adb340b'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/forgejo.shSHA-256 352ae0e9e47b3579fc19aca22a9f04fd4a4e7d60bff9b7c546f0d4244adb340b alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Config path/etc/forgejo/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/alpine-forgejo.sh'; sha='ab5daf04009c264dae4fbf566b9df68fbf2f7880ef0a266dd6e03b684edb4d5f'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-forgejo.shSHA-256 ab5daf04009c264dae4fbf566b9df68fbf2f7880ef0a266dd6e03b684edb4d5f LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.