aboutsummaryrefslogtreecommitdiff
path: root/forge.scfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* group/index: Allow repo creation via webRunxi Yu7 days1-0/+4
|
* config: Add explanatory commentsRunxi Yu9 days1-3/+29
|
* git_init.go: git_bare_init_with_default_hooksRunxi Yu2025-02-171-2/+3
|
* config.go: git.hooks_socketRunxi Yu2025-02-171-1/+1
|
* ssh_server: Add link to sourceRunxi Yu2025-02-151-0/+1
|
* forge.scfg: Change default ssh rootRunxi Yu2025-02-141-1/+1
| | | | | Since the default listen address is :2222, it'd make sense to add :2222 to the default root.
* forge.scfg: Change default ssh host key pathRunxi Yu2025-02-141-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.
* *: Make the forge title configurableRunxi Yu2025-02-141-0/+4
|
* ssh_url_generation.go, etc.: Add config ssh.root and use itRunxi Yu2025-02-131-0/+1
| | | | | Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work.
* login: Set cookieRunxi Yu2025-02-131-0/+1
|
* forge.scfg: Fix ssh netRunxi Yu2025-02-121-1/+1
|
* ssh.go: Add anonymous SSH cloningRunxi Yu2025-02-121-0/+6
|
* config.go, etc.: Add PostgreSQLRunxi Yu2025-02-121-0/+5
|
* *: Add basic repo home with a README and recent commits displayRunxi Yu2025-02-091-0/+4
|
* *: Basic web serverRunxi Yu2025-02-051-0/+4