diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-15 00:38:29 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-15 00:38:29 +0800 |
commit | 612a65349492306e068e0b2259510ee6648027ba (patch) | |
tree | 30addcf73a35f346773418b66bb00ed0bc0e1dff /config.go | |
parent | templates: *.html.tmpl -> *.tmpl (diff) | |
download | forge-612a65349492306e068e0b2259510ee6648027ba.tar.gz forge-612a65349492306e068e0b2259510ee6648027ba.tar.zst forge-612a65349492306e068e0b2259510ee6648027ba.zip |
ssh_server: Add link to source
Diffstat (limited to '')
-rw-r--r-- | config.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ var config struct { Net string `scfg:"net"` Addr string `scfg:"addr"` CookieExpiry int `scfg:"cookie_expiry"` + Root string `scfg:"root"` } `scfg:"http"` SSH struct { Net string `scfg:"net"` |