1- W9_REPO = wordpress
2- W9_DIST = community
1+ W9_REPO = m1k1o/neko:chromium
2+ W9_DIST = ' community'
33W9_VERSION = latest
4-
5- W9_POWER_PASSWORD = 1PrMxExC45LsCT
4+ W9_POWER_PASSWORD = ' t7#Rh#FI29CjFo1A'
65
76# Environments which for user settings when create application
87# Named expression: W9_xxx_xxx_SET, xxx refer to file fields
9- W9_HTTP_PORT_SET = 9001
8+ W9_HTTP_PORT_SET = ' 9001'
109# W9_HTTPS_PORT_SET=9002
1110# W9_DB_PORT_SET=3306
1211# W9_SSH_PORT_SET=23
13- W9_KEY_SET = " dfsjdkjf77xjxcjcj"
12+ # W9_KEY_SET='dfsjdkjf77xjxcjcj'
13+ W9_LOGIN_USER = admin
14+ W9_LOGIN_PASSWORD = $W9_POWER_PASSWORD
1415
1516# ### -- Not allowed to edit below environments when recreate app based on existing data -- ####
16-
17- W9_ID = neko
17+ W9_ID = ' neko'
1818
1919# W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application
2020# Some container (e.g teleport) need HTTPS access, then need to set this pra
21- W9_HTTP_PORT = 80
22- W9_HTTPS_PORT = 81
21+ W9_HTTP_PORT = 8080
2322
24- W9_LOGIN_USER = admin
23+ # W9_LOGIN_USER=admin
2524# use https://1password.com/zh-cn/password-generator/ to genarate 14 bit password
2625# this password can also use password file
27- W9_LOGIN_PASSWORD = $W9_POWER_PASSWORD
28- W9_ADMIN_PATH = " /wp-login"
26+ # W9_LOGIN_PASSWORD=$W9_POWER_PASSWORD
27+ # W9_ADMIN_PATH="/wp-login"
2928
3029# Container name's suffix must use one of the value
31- W9_DB_EXPOSE = " mysql,postgresql,mariadb,mongodb,redis"
30+ # W9_DB_EXPOSE="mysql,postgresql,mariadb,mongodb,redis"
3231
3332# 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
34- W9_URL = internet_ip:$W9_HTTP_PORT
33+ W9_URL = ' internet_ip:$W9_HTTP_PORT'
3534# modifies W9_URL on init when it is true
36- W9_URL_REPLACE = true
37-
38- W9_URL_WITH_PORT = false
3935
4036W9_NETWORK = websoft9
4137
@@ -45,4 +41,4 @@ W9_NETWORK=websoft9
4541# Below environment is created by apphub
4642
4743# W9_NAME=""
48- # W9_RCODE=""
44+ # W9_RCODE=""
0 commit comments