aboutsummaryrefslogtreecommitdiff
path: root/forge.scfg (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-06forge.scfg: Use tcp addr for tcp netv0.1.38Runxi Yu1-1/+1
2025-04-03Automatically deploy and run git2dRunxi Yu1-0/+3
2025-04-03config: Add git.socket for git2dRunxi Yu1-0/+4
2025-04-01LMTP configuration updateRunxi Yu1-0/+7
2025-04-01Basic debugging LMTP handlerRunxi Yu1-0/+3
2025-04-01Stub LMTP listenerRunxi Yu1-0/+5
2025-03-22Support X-Forwarded-For for reverse proxiesRunxi Yu1-1/+8
2025-03-22Configurable timeoutRunxi Yu1-0/+4
2025-03-22IRC sending queuesRunxi Yu1-0/+10
2025-03-06group/index: Allow repo creation via webRunxi Yu1-0/+4
2025-03-05config: Add explanatory commentsRunxi Yu1-3/+29
2025-02-17git_init.go: git_bare_init_with_default_hooksRunxi Yu1-2/+3
2025-02-17config.go: git.hooks_socketRunxi Yu1-1/+1
2025-02-15ssh_server: Add link to sourceRunxi Yu1-0/+1
2025-02-14forge.scfg: Change default ssh rootRunxi Yu1-1/+1
Since the default listen address is :2222, it'd make sense to add :2222 to the default root.
2025-02-14forge.scfg: Change default ssh host key pathRunxi Yu1-1/+1
Usually the user running the forge won't be able to read /etc/ssh/ssh_host_ed25519_key, and OpenSSH likes to panic when it doesn't like key permissions. People likely won't want their OpenSSH and Lindenii SSH host keys to be the same anyway, so let's use /etc/lindenii/ssh_host/ed25519_key for this.
2025-02-14*: Make the forge title configurableRunxi Yu1-0/+4
2025-02-13ssh_url_generation.go, etc.: Add config ssh.root and use itRunxi Yu1-0/+1
Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work.
2025-02-13login: Set cookieRunxi Yu1-0/+1
2025-02-12forge.scfg: Fix ssh netRunxi Yu1-1/+1
2025-02-12ssh.go: Add anonymous SSH cloningRunxi Yu1-0/+6
2025-02-12config.go, etc.: Add PostgreSQLRunxi Yu1-0/+5
2025-02-09*: Add basic repo home with a README and recent commits displayRunxi Yu1-0/+4
2025-02-05*: Basic web serverRunxi Yu1-0/+4