fix(panam): update forgejo for sqlite3 and set SSH_DOMAIN to panam.local

This commit is contained in:
Alexander Wainwright 2026-04-10 14:30:24 +10:00
parent dc92d5cb97
commit 356362a6e1

View file

@ -13,6 +13,7 @@ in
server = {
DOMAIN = "git.figtree.dev";
ROOT_URL = "https://git.figtree.dev/";
SSH_DOMAIN = "panam.local";
HTTP_ADDR = "0.0.0.0";
HTTP_PORT = 3000;
};