All articles

Getting Started

What is CICDoo Getting started: the onboarding wizard The Dashboard and Infrastructure Map

Concepts

Production, staging and development stages Domains, subdomains and SSL Odoo versions and editions (Community vs Enterprise) Workspaces and team collaboration

Servers

Adding a server Server domains and DNS Using a load balancer Server actions: deploy, logs and charts

Projects & Git

Creating a project Connecting GitHub Connecting GitLab Branches and instances

Instances & Console

Creating an instance Restarting, stopping and removing an instance Merging branches between stages Web IDE and remote access Instance settings explained Deployments and the job queue

Agent Tasks

What agent tasks are Setting up agent tasks Running a task and reviewing the result Agent time and top-ups

Monitoring & Backups

Monitoring your instance Backups and restore Alert notifications (email and SMS)

Workspaces & Permissions

Inviting workspace members Member permissions and resource access A member cannot see or use a resource

Account & Security

Two-factor authentication (2FA) Profile and integrations settings Passwords and account recovery

Billing & Plans

Plans and pricing Upgrading and managing your subscription If a project subscription goes unpaid The channel partner program

Support & Tickets

Opening a support ticket Getting help from the CICDoo team

Troubleshooting

Troubleshooting: cannot connect a server Troubleshooting: a deployment failed Troubleshooting: git push fails with 403 after moving a repository Troubleshooting: my instance is down or slow Troubleshooting: domain or SSL problems

Account & Security

Profile and integrations settings

Managing your profile information and connecting GitHub or GitLab accounts via OAuth or a personal access token.

Profile tab

Open Settings and stay on the Profile tab:

  • Full Name: edit your display name and click Save Changes.
  • Profile Avatar: generated automatically from your initials. There is no image upload.
  • Email Address: shown read-only. Your email address cannot be changed from the app; contact support if you need to update it.

Integrations tab

The Integrations tab in Settings is where you connect the git accounts CICDoo uses to access repositories and deploy projects. Both GitHub and GitLab can be connected either with OAuth (one click) or with a personal access token (PAT).

GitHub

  • OAuth: click "Connect with GitHub OAuth" and approve the authorization. Once connected, a green "GitHub Connected" box appears.
  • Personal Access Token: click "configure a Personal Access Token", paste a token created in your GitHub settings with the repo and read:user scopes, then click Save PAT.
  • Disconnect: in the green "GitHub Connected" box, click Disconnect.

Note for Odoo Enterprise users: Odoo Enterprise repositories are private, so deploying the Enterprise edition requires a GitHub Personal Access Token with access to the Odoo Enterprise repositories. OAuth alone is not enough for this. The Integrations tab shows your current Enterprise PAT status.

GitLab

  • OAuth: click "Connect with GitLab OAuth" and approve the authorization.
  • Personal Access Token: click "configure a Personal Access Token". Two fields appear:
  • GitLab URL: defaults to https://gitlab.com. If you use a self-hosted GitLab, enter your own GitLab URL here.
  • GitLab Personal Access Token: paste a token created in your GitLab settings with the api and read_user scopes. Click Save PAT to finish.
  • Disconnect: in the green "GitLab Connected" box (which shows the connected username), click Disconnect.

Tips

  • You can connect both GitHub and GitLab at the same time.
  • If repository access suddenly stops working, a revoked or expired token is the most common cause. Reconnect or save a new PAT from this tab.

Related: Two-factor authentication (2FA) and Passwords and account recovery.

If you get stuck, open a support ticket from the Tickets page or the chat widget.

Still stuck? Open a ticket from the app or talk to an engineer.