You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
610 B
41 lines
610 B
[common]
|
|
server_addr = iot.edusoa.com
|
|
server_port = 7000
|
|
|
|
[gitea]
|
|
type = http
|
|
local_ip = 127.0.0.1
|
|
local_port = 3000
|
|
subdomain = gitea
|
|
host_header_rewrite = 127.0.0.1
|
|
|
|
[drone]
|
|
type = http
|
|
local_ip = 127.0.0.1
|
|
local_port = 9080
|
|
subdomain = drone
|
|
host_header_rewrite = 127.0.0.1
|
|
|
|
[portainer]
|
|
type = http
|
|
local_ip = 127.0.0.1
|
|
local_port = 9000
|
|
subdomain = portainer
|
|
|
|
[registry]
|
|
type = http
|
|
local_ip = 127.0.0.1
|
|
local_port = 5000
|
|
subdomain = registry
|
|
|
|
[netdata]
|
|
type = http
|
|
local_ip = 127.0.0.1
|
|
local_port = 19999
|
|
subdomain = netdata
|
|
|
|
[cas]
|
|
type = https
|
|
local_ip = 127.0.0.1
|
|
local_port = 8443
|
|
subdomain = cas |