Commit 3d555ee6 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat(ci): various improvements

parent 7cc45384
Loading
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
.ansible
+1 −1
Original line number Diff line number Diff line
@@ -12,5 +12,5 @@ stages:
include:

  # deployment
  - local: ".gitlab/linting.yaml"
  - local: ".gitlab/build.yaml"
  - local: ".gitlab/linting.yaml"
+12 −0
Original line number Diff line number Diff line
{
  // files to lint
  "globs": [
    "readme.md"
  ],
  // linting rules
  "config": {
    "MD013": {
      "line_length": 120
    }
  }
}
+5 −3
Original line number Diff line number Diff line
# Overview

Simple Roundcube container with some plugins pre-installed.

| package | version | link |
|---|---|---|
| roundcube | latest | [github](https://github.com/roundcube/roundcubemail)
| johndoh/contextmenu | latest | [github](https://github.com/johndoh/roundcube-contextmenu)
| roundcube | latest | [github](https://github.com/roundcube/roundcubemail) |
| johndoh/contextmenu | latest | [github](https://github.com/johndoh/roundcube-contextmenu) |

The Dockerfile can be found here: [gitea](https://git.simoncor.net/siempie/roundcube)
The Dockerfile can be found here: [gitea](https://git.simoncor.net/siempie/roundcube) |