Skip to content

Commit

Permalink
alfresco
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 1, 2023
1 parent 75cc664 commit 07b40f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions apps/aitable/.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ W9_ID=aitable
W9_NETWORK=websoft9
W9_DB_EXPOSE="mysql"
W9_POWER_PASSWORD=A1PrMxExC45LsCT
W9_URL=InternetIP

IMAGE_PULL_POLICY=always
IMAGE_REGISTRY=docker.io
Expand Down
9 changes: 4 additions & 5 deletions apps/akaunting/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ W9_REPO=docker.io/akaunting/akaunting
W9_POWER_PASSWORD=1PrMxExC45LsCT

#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_EMAIL=[email protected]
W9_USER=$W9_EMAIL
W9_USER=[email protected]
W9_PASSWORD=$W9_POWER_PASSWORD
W9_HTTP_PORT=80
W9_HTTP_PORT_SET=9001
Expand All @@ -25,15 +24,15 @@ DB_HOST=$W9_ID-mariadb
DB_PORT=3306
DB_NAME=$W9_ID
DB_USERNAME=$W9_ID
DB_PASSWORD=$W9_PASSWORD
DB_PASSWORD=$W9_POWER_PASSWORD

# You should change this to a random string of three numbers or letters followed by an underscore
DB_PREFIX=asd_

# These define the first company to exist on this instance. They are only used during setup.
COMPANY_NAME=My Company
COMPANY_EMAIL=$W9_EMAIL
COMPANY_EMAIL=$W9_USER

# This will be the first administrative user created on setup.
ADMIN_EMAIL=$W9_EMAIL
ADMIN_EMAIL=$W9_USER
ADMIN_PASSWORD=$W9_POWER_PASSWORD
1 change: 0 additions & 1 deletion apps/akeneo/.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ W9_USER=admin
W9_PASSWORD=$W9_POWER_PASSWORD
W9_NETWORK=websoft9
W9_DB_EXPOSE="mysql"
W9_URL_REPLACE=false
W9_URL=appname.example.com
#### ------------------------------------------------------------------------------------------ ####
4 changes: 2 additions & 2 deletions apps/alfresco/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# web gui: http://ip:8080/share/page/
W9_VERSION=7.4.0
W9_ID=alfresco

W9_USERNAME=admin
W9_REPO = alfresco/alfresco-content-repository-community
# nthash encryption, plaintext is admin
# you can use /src/encryption.py to encryption password
W9_POWER_PASSWORD=8dHZPFLFGoPXuC

W9_USERNAME=admin
W9_PASSWORD=$W9_POWER_PASSWORD
W9_ENCRYPT_PASSWORD=483224ec46bae3afcddcc84d9b228d92

Expand Down

0 comments on commit 07b40f8

Please sign in to comment.