Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 2, 2023
1 parent 29cc8ba commit 0986729
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 30 deletions.
5 changes: 2 additions & 3 deletions apps/chatgptnextweb/.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
W9_VERSION=latest
W9_ID=chatgptnextweb

W9_DIST=community
W9_REPO=yidadaa/chatgpt-next-web

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_HTTP_PORT=3000
W9_HTTP_PORT_SET=9001

W9_NETWORK=websoft9
W9_DIST=community
#### --------------------------------------------------------------------------------------- ####

# Your openai api key. (required)
Expand Down
5 changes: 2 additions & 3 deletions apps/clamav/.env
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
W9_ID=clamav
W9_VERSION=unstable

W9_DIST=community
W9_REPO=clamav/clamav
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_NETWORK=websoft9
W9_SCAN_PATH=/
W9_DIST=community
#### --------------------------------------------------------------------------------------- ####
5 changes: 2 additions & 3 deletions apps/cloudbeaver/.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
W9_ID=cloudbeaver
W9_VERSION=latest

W9_DIST=community
W9_REPO=dbeaver/cloudbeaver

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_HTTP_PORT=8978
W9_HTTP_PORT_SET=9090

W9_NETWORK=websoft9
W9_DIST=community
#### --------------------------------------------------------------------------------------- ####
10 changes: 5 additions & 5 deletions apps/codeserver/.env
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# code-server is not login username
W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
W9_ID=codeserver
W9_VERSION=4.16.1
W9_PASSWORD=$W9_POWER_PASSWORD
W9_DIST=community
W9_REPO=ghcr.io/linuxserver/code-server

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=codeserver
W9_HTTP_PORT=8443
W9_HTTP_PORT_SET=9001

W9_NETWORK=websoft9
W9_PASSWORD=$W9_POWER_PASSWORD
W9_URL_REPLACE=true
W9_URL=appname.example.com
W9_DIST=community
W9_DB_EXPOSE="mysql"
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####

PUID=1000
Expand Down
13 changes: 6 additions & 7 deletions apps/couchdb/.env
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
W9_POWER_PASSWORD=8dHZPFLFGoPXuC
W9_ID=couchdb
W9_VERSION=3.3.2
W9_USER=admin
W9_PASSWORD=$W9_POWER_PASSWORD
W9_DIST=community
W9_REPO=couchdb

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=couchdb
W9_HTTP_PORT=5984
W9_HTTP_PORT_SET=5984

W9_NETWORK=websoft9
W9_URL_REPLACE=false
W9_USER=admin
W9_PASSWORD=$W9_POWER_PASSWORD
W9_URL=appname.example.com
W9_DIST=community
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
13 changes: 4 additions & 9 deletions apps/dgraph/.env
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
# version tags refer to: https://hub.docker.com/r/dgraph/dgraph/
W9_POWER_PASSWORD=UGz0IARz117ssO%
DB_DGRAPH_VERSION=latest
W9_ID=dgraph

W9_REPO=dgraph/dgraph
W9_DIST=community

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=dgraph
W9_ZERO_1_PORT=5080
W9_ZERO_1_PORT_SET=5080
W9_ZERO_2_PORT=6080
W9_ZERO_2_PORT_SET=6080

W9_ALPHA_1_PORT=8080
W9_ALPHA_1_PORT_SET=8080
W9_ALPHA_2_PORT=9080
W9_ALPHA_2_PORT_SET=9080

W9_RATEL_PORT=8000
W9_RATEL_PORT_SET=8000


W9_NETWORK=websoft9
W9_URL_REPLACE=false
W9_URL=appname.example.com
W9_DIST=community
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####

VOLUMES_PATH_PREFIX=./volumes

0 comments on commit 0986729

Please sign in to comment.