You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4444:3000: 3000 is fixed and you should not change it, 4444 is the port of the serpbear website that you decided to create in step 2
USER: The username you want to use to log in to the application. for example: admin
PASSWORD: The password you want to use to log in to the application. For example: 0123456789
SECRET: The secret key will be used to encrypt 3rd party API keys and passwords. e.g. 4715aed3216f7b0a38e6b534a958362654e96d10fbc04700770d572af3dce43625dd
APIKEY: The API key that will be used to access the application's API. for example: 5saedXklbslhnapihe2pihp3pih4fdnakhjwq5
SESSION_DUration: Duration (in hours) of the user's login session. e.g. 24
NEXT_PUBLIC_APP_URL: The URL where your app is stored and accessible. for example: http://123.123.123.123:4444 or https://your-domain.com
Launch the application
Open the terminal server and run the following command:
cd /root/serpbear
docker compose up -d
The text was updated successfully, but these errors were encountered:
Deploy SerpBear
Install the
docker
application in the server's applications tabCreate a proxy website port to port
4444
(this port is up to you to decide)Proceed with SSL installation for this website
Proceed to create the file
serpbear/docker-compose.yaml
docker-compose.yaml
filedocker-compose.yaml
fileNote for configuring the following colored lines:
4444:3000
:3000
is fixed and you should not change it,4444
is the port of the serpbear website that you decided to create in step 2USER
: The username you want to use to log in to the application. for example:admin
PASSWORD
: The password you want to use to log in to the application. For example:0123456789
SECRET
: The secret key will be used to encrypt 3rd party API keys and passwords. e.g.4715aed3216f7b0a38e6b534a958362654e96d10fbc04700770d572af3dce43625dd
APIKEY
: The API key that will be used to access the application's API. for example:5saedXklbslhnapihe2pihp3pih4fdnakhjwq5
SESSION_DUration
: Duration (in hours) of the user's login session. e.g.24
NEXT_PUBLIC_APP_URL
: The URL where your app is stored and accessible. for example:http://123.123.123.123:4444
orhttps://your-domain.com
Open the terminal server and run the following command:
cd /root/serpbear docker compose up -d
The text was updated successfully, but these errors were encountered: