-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6831f2a
commit c33f740
Showing
33 changed files
with
106 additions
and
291 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
{ | ||
"dist": "community", | ||
"version": [ | ||
"8.11.3", | ||
"7.17.16" | ||
"8.12.2", | ||
"7.17.18" | ||
] | ||
} | ||
], | ||
|
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,46 +1,18 @@ | ||
W9_REPO=docker.io/websoft9dev/appname | ||
W9_VERSION=8.12.2 | ||
W9_DIST=community | ||
W9_VERSION=latest | ||
|
||
W9_POWER_PASSWORD=1PrMxExC45LsCT | ||
|
||
# Environments which for user settings when create application | ||
# Named expression: W9_xxx_xxx_SET, xxx refer to file fields | ||
W9_HTTP_PORT_SET=9001 | ||
W9_HTTPS_PORT_SET=9002 | ||
W9_DB_PORT_SET=3306 | ||
W9_SSH_PORT_SET=23 | ||
W9_KEY_SET="dfsjdkjf77xjxcjcj" | ||
W9_REPO=kibana | ||
|
||
#### -- Not allowed to edit below environments when recreate app based on existing data -- #### | ||
|
||
W9_ID=mycrm | ||
|
||
# W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application | ||
# Some container (e.g teleport) need HTTPS access, then need to set this pra | ||
W9_HTTP_PORT=80 | ||
W9_HTTPS_PORT=81 | ||
|
||
W9_LOGIN_USER=admin | ||
# use https://1password.com/zh-cn/password-generator/ to genarate 14 bit password | ||
# this password can also use password file | ||
W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD | ||
W9_ADMIN_PATH="/wp-login" | ||
|
||
# Container name's suffix must use one of the value | ||
W9_DB_EXPOSE="mysql,postgresql,mariadb,mongodb,redis" | ||
|
||
# It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT, http(s)://IP:PORT | ||
W9_URL=internet_ip:$W9_HTTP_PORT | ||
# modifies W9_URL on init when it is true | ||
W9_URL_REPLACE=true | ||
|
||
W9_HTTP_PORT=5601 | ||
W9_HTTP_PORT_SET=9001 | ||
W9_URL=appname.example.com | ||
W9_NETWORK=websoft9 | ||
|
||
#### ----------------------------------------------------------------------------------------- #### | ||
#### --------------------------------------------------------------------------------------- #### | ||
|
||
|
||
# Below environment is created by apphub | ||
SERVER_HOST="0.0.0.0" | ||
SERVER_NAME="kibana" | ||
|
||
#W9_NAME="" | ||
#W9_RCODE="" | ||
#ELASTICSEARCH_HOSTS='["http://{elastcisearch-host}:{port}"]' | ||
#ELASTICSEARCH_SERVICEACCOUNTTOKEN={elastcisearch-serviceaccounttoken} |
This file was deleted.
Oops, something went wrong.
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,2 +1,7 @@ | ||
# Appname | ||
## FAQ | ||
# Kibana | ||
|
||
如果不提前提供 ES 的连接信息,Kibana 可以单独运行 | ||
|
||
## to do | ||
|
||
- Test connecting to ES |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.