1- W9_REPO = wordpress
2- W9_DIST = community
3- W9_VERSION = latest
4-
5- W9_POWER_PASSWORD = 1PrMxExC45LsCT
6-
7- # Environments which for user settings when create application
8- # Named expression: W9_xxx_xxx_SET, xxx refer to file fields
9- W9_HTTP_PORT_SET = 9001
10- # W9_HTTPS_PORT_SET=9002
11- # W9_DB_PORT_SET=3306
12- # W9_SSH_PORT_SET=23
13- W9_KEY_SET = " dfsjdkjf77xjxcjcj"
14-
15- # ### -- Not allowed to edit below environments when recreate app based on existing data -- ####
16-
17- W9_ID = openhands
18-
19- # W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application
20- # Some container (e.g teleport) need HTTPS access, then need to set this pra
21- W9_HTTP_PORT = 80
22- W9_HTTPS_PORT = 81
1+ W9_REPO = " docker.all-hands.dev/all-hands-ai/openhands"
2+ W9_DIST = ' community'
3+ W9_VERSION = ' 0.28'
4+ W9_POWER_PASSWORD = ' !s7#uNFj!sHWKZKe'
5+ W9_HTTP_PORT_SET = ' 9001'
6+ W9_ID = ' openhands'
7+ W9_HTTP_PORT = 3000
238
249W9_LOGIN_USER = admin
25- # use https://1password.com/zh-cn/password-generator/ to genarate 14 bit password
26- # this password can also use password file
2710W9_LOGIN_PASSWORD = $W9_POWER_PASSWORD
2811W9_ADMIN_PATH = " /wp-login"
29-
30- # Container name's suffix must use one of the value
31- W9_DB_EXPOSE = " mysql,postgresql,mariadb,mongodb,redis"
32-
33- # It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT
34- # If have protocols, should be set it in the APP's ENV
35- W9_URL = internet_ip:$W9_HTTP_PORT_SET
36- # modifies W9_URL on init when it is true
12+ W9_URL = ' internet_ip:$W9_HTTP_PORT_SET'
3713W9_URL_REPLACE = true
38-
3914W9_NETWORK = websoft9
4015
4116# ### ----------------------------------------------------------------------------------------- ####
4217
4318
44- # Below environment is created by apphub
19+ # Below environment is created by this app:
4520
46- # W9_NAME=""
47- # W9_RCODE=""
21+ SANDBOX_RUNTIME_CONTAINER_IMAGE = docker.all-hands.dev/all-hands-ai/runtime:0.28-nikolaik
22+ LOG_ALL_EVENTS = true
0 commit comments