@@ -149,8 +149,8 @@ lfs_path = Git LFS Root Path
149
149
lfs_path_helper = Files tracked by Git LFS will be stored in this directory. Leave empty to disable.
150
150
run_user = Run As Username
151
151
run_user_helper = Enter the operating system username that Gitea runs as. Note that this user must have access to the repository root path.
152
- domain = SSH Server Domain
153
- domain_helper = Domain or host address for SSH clone URLs .
152
+ domain = Server Domain
153
+ domain_helper = Domain or host address for the server .
154
154
ssh_port = SSH Server Port
155
155
ssh_port_helper = Port number your SSH server listens on. Leave empty to disable.
156
156
http_port = Gitea HTTP Listen Port
@@ -2547,7 +2547,7 @@ config.app_ver = Gitea Version
2547
2547
config.app_url = Gitea Base URL
2548
2548
config.custom_conf = Configuration File Path
2549
2549
config.custom_file_root_path = " Custom File Root Path"
2550
- config.domain = SSH Server Domain
2550
+ config.domain = Server Domain
2551
2551
config.offline_mode = Local Mode
2552
2552
config.disable_router_log = Disable Router Log
2553
2553
config.run_user = Run As Username
@@ -2563,7 +2563,7 @@ config.reverse_auth_user = Reverse Authentication User
2563
2563
config.ssh_config = SSH Configuration
2564
2564
config.ssh_enabled = Enabled
2565
2565
config.ssh_start_builtin_server = Use Built-In Server
2566
- config.ssh_domain = Server Domain
2566
+ config.ssh_domain = SSH Server Domain
2567
2567
config.ssh_port = Port
2568
2568
config.ssh_listen_port = Listen Port
2569
2569
config.ssh_root_path = Root Path
0 commit comments