-
Notifications
You must be signed in to change notification settings - Fork 393
Workspace Location
dbeaver-devops edited this page Dec 31, 2024
·
1 revision
By default, CloudBeaver stores all its files (configurations, scripts, etc.) in the
/opt/cloudbeaver
on the host machine.
Folder | Location |
---|---|
workspace |
Workspace files for CloudBeaver. |
drivers |
Auto downloaded database drivers. |
conf |
Configuration files for CloudBeaver. Learn more |
-
Locate the name of the running container:
- Open a terminal on the host machine.
- Run the following command to list all running containers:
docker ps
-
Once you have identified the container name, open a shell inside the container:
docker exec -it <container_name> /bin/bash
Replace
<container_name>
with the actual name of the container. -
After entering the container, navigate to the workspace directory using:
cd workspace/
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
- Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
- Single Sign On
- SAML
- OpenID
- AWS OpenID
- AWS SAML
- AWS IAM
- AWS OpenId via Okta
- Snowflake SSO
- Okta OpenId
- Cognito OpenId
- JWT authentication
- Kerberos authentication
- NTLM
- Microsoft Entra ID authentication
- Google authentication
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development