Loading .gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line .ansible .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,5 +12,5 @@ stages: include: # deployment - local: ".gitlab/linting.yaml" - local: ".gitlab/build.yaml" - local: ".gitlab/linting.yaml" .markdownlint-cli2.jsonc 0 → 100644 +12 −0 Original line number Diff line number Diff line { // files to lint "globs": [ "readme.md" ], // linting rules "config": { "MD013": { "line_length": 120 } } } README.md→readme.md +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) | Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,5 +12,5 @@ stages: include: # deployment - local: ".gitlab/linting.yaml" - local: ".gitlab/build.yaml" - local: ".gitlab/linting.yaml"
.markdownlint-cli2.jsonc 0 → 100644 +12 −0 Original line number Diff line number Diff line { // files to lint "globs": [ "readme.md" ], // linting rules "config": { "MD013": { "line_length": 120 } } }
README.md→readme.md +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) |