-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated at 2025-02-15 23:15:11+08:00
- Loading branch information
root
authored and
root
committed
Feb 15, 2025
1 parent
8752a09
commit b073ff7
Showing
6 changed files
with
53 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,20 @@ | ||
#!/bin/bash | ||
# Host Parameter (Replace!) | ||
# DOMAIN_T=当前服务器主域名 | ||
# HOSTNAME=当前宿主机主机名 | ||
DOMAIN_T="YOUR_LANS_DOMAIN" | ||
HOSTNAME="MASTER_HOST_NAME" | ||
|
||
# Port Rank Start Number ID | ||
# 端口序列,=PORTRANK*10000 | ||
PORTRANK=2 # 从:20000~29999 | ||
OCPREFIX=S2VM-OC # 主机前缀 | ||
|
||
# Public Domains (Optional) | ||
# 设置外网IPV4和IPV6地址 | ||
IPV4HOST="YOUR_IPV4_DOMAIN" | ||
IPV6HOST="YOUR_IPV6_DOMAIN" | ||
|
||
|
||
# OCIs Home Path (Optional) | ||
DATAPATH="/home/ocis" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Docker Container: S1V3-OCI-00-CD1 | ||
Docker Container: S1V3-OCI-91-CD1 |