You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules
Adam Strzelecki b886fb4bf0 LOCAL_ROOT_URL for workers accessing web service
Local (DMZ) URL for gogs workers (such as ssh update) accessing web service. In
most cases you do not need to change default http://localhost:HTTP_PORT/. You
may need to alter it only if your ssh server node is not the same as http node,
eg. running behind proxy on different node than web server.

                     --- 80 public port -> 8080 -- web server node
                    /
    public proxy --<
                    \
                     --- 22 public port -> 10022 -- ssh server node

This option is not intended to be accessible via web GUI settings, since it is
unlikely someone needs to change it to somethings else than default
http://localhost:HTTP_PORT/ which should work for most of the cases.

But this should land into the documentation somewhere.

fixup
9 years ago
..
auth #2037 Add "New Mirror" button on Dashboard 9 years ago
avatar fix #1960 9 years ago
base fix #1829 and fix #890 9 years ago
bindata #1943 Able to config fsck timeout 9 years ago
cron go vet and fix #1890 9 years ago
git Allow pre-receive hook customization 9 years ago
httplib fix insecure tls when trigger task 9 years ago
log force new INI version 9 years ago
mailer fix #1829 and fix #890 9 years ago
middleware unified name: IsViewBranch, IsViewCommit and IsViewTag 9 years ago
process introduce git-shell 9 years ago
setting LOCAL_ROOT_URL for workers accessing web service 9 years ago
ssh #1681 carry --config flag for builtin SSH 9 years ago
template Render commit msg as header + verbatim description 9 years ago
user Factor out function to get the current user 9 years ago
uuid Add uuid 10 years ago