Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | group/index: Allow repo creation via web | Runxi Yu | 7 days | 1 | -0/+4 |
| | |||||
* | config: Add explanatory comments | Runxi Yu | 9 days | 1 | -3/+29 |
| | |||||
* | git_init.go: git_bare_init_with_default_hooks | Runxi Yu | 2025-02-17 | 1 | -2/+3 |
| | |||||
* | config.go: git.hooks_socket | Runxi Yu | 2025-02-17 | 1 | -1/+1 |
| | |||||
* | ssh_server: Add link to source | Runxi Yu | 2025-02-15 | 1 | -0/+1 |
| | |||||
* | forge.scfg: Change default ssh root | Runxi Yu | 2025-02-14 | 1 | -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 path | Runxi Yu | 2025-02-14 | 1 | -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 configurable | Runxi Yu | 2025-02-14 | 1 | -0/+4 |
| | |||||
* | ssh_url_generation.go, etc.: Add config ssh.root and use it | Runxi Yu | 2025-02-13 | 1 | -0/+1 |
| | | | | | Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work. | ||||
* | login: Set cookie | Runxi Yu | 2025-02-13 | 1 | -0/+1 |
| | |||||
* | forge.scfg: Fix ssh net | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| | |||||
* | ssh.go: Add anonymous SSH cloning | Runxi Yu | 2025-02-12 | 1 | -0/+6 |
| | |||||
* | config.go, etc.: Add PostgreSQL | Runxi Yu | 2025-02-12 | 1 | -0/+5 |
| | |||||
* | *: Add basic repo home with a README and recent commits display | Runxi Yu | 2025-02-09 | 1 | -0/+4 |
| | |||||
* | *: Basic web server | Runxi Yu | 2025-02-05 | 1 | -0/+4 |