From 39ece5e0e3166be03f1f3fc88b2464269d336458 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sat, 10 Aug 2024 14:42:22 +0200 Subject: [PATCH] feat: added some more themes --- Containerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Containerfile b/Containerfile index 52a036b..dfb76c4 100644 --- a/Containerfile +++ b/Containerfile @@ -41,6 +41,18 @@ RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/PlockGames/ RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/alexcode-cc/redmine-theme-dwarf-build.git +RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/jbbarth/redmine_theme_ministere.git + +RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/tomy-shen/TW-Style.git + +RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/Intera/redmine_theme_intera.git; mv redmine_theme_intera/intera .; rm -rf redmine_theme_intera + +RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/knt419/material.git + +RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/alexcode-cc/redmine-theme-minimalflat2-build.git + + + RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine-git-remote.git redmine_git_remote RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine_glossary.git