Skip to content

feat: roundcube dev stack#2365

Draft
kulmann wants to merge 1 commit intomainfrom
roundcube-dev-stack
Draft

feat: roundcube dev stack#2365
kulmann wants to merge 1 commit intomainfrom
roundcube-dev-stack

Conversation

@kulmann
Copy link
Copy Markdown
Member

@kulmann kulmann commented Apr 14, 2026

Description

This PR adds a roundcube service to our dev stack so that https://github.com/mschneider82/opencloud-webmail can be tested easily. Download and build the webmail app and place it in dev/docker/apps. Add a config.json file inside that folder with the following content:

{
  "config": {
    "instances": [
      {
        "id": "default",
        "label": "Dev Mail (Stalwart)",
        "roundcubeUrl": "https://host.docker.internal:9443",
        "sharedSecret": "dev-shared-secret"
      }
    ]
  }
}

You will find an Mail accounts nav item in the user preferences. Add an account and use ldap credentials (e.g. lynn:demo). The email addresses of our demo users are their usernames and @example.org.

Types of changes

  • Bugfix
  • Enhancement (a change that doesn't break existing code or deployments)
  • Breaking change (a modification that affects current functionality)
  • Technical debt (addressing code that needs refactoring or improvements)
  • Tests (adding or improving tests)
  • Documentation (updates or additions to documentation)
  • Maintenance (like dependency updates or tooling adjustments)

@kulmann kulmann force-pushed the roundcube-dev-stack branch from 20f5aa4 to bedd907 Compare April 14, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants