请教一下,我是用synology NAS Docker建置redmine,是要用手动方式安装theme外挂程式,但是不知道theme外挂程式该放置哪一路径资料夹?该如何进行手动安装?谢谢

3 个回答

  • 旧至新
  • 新至旧
  • 最高Like数

0

tyrion

iT邦见习生 ‧ 2024-09-25 15:49:01

To manually install a theme plugin for Redmine in a Docker container on your Synology NAS, place the theme folder in the /usr/src/redmine/plugins directory. You can use commands like git clone to download the theme directly into this folder. After setting appropriate permissions and restarting the Redmine container, activate the theme through the Admin area under "Settings" > "Appearance."
Block Blast


  • 1

johnlee4403

iT邦新手 5 级 ‧
2024-09-25 18:00:53

Dear Tyrion
How to find the path /usr/src/redmine/plugins of NAS folder

修改

0

angela67

iT邦见习生 ‧ 2024-12-19 17:22:56

I recommend recommend cloning their repo directly RUN git clone githubredmine-theme-gitmike.git public/themes/gitmike . The line will save the cloned project in the appropriate folder public/themes smashy road

0

mancyhenry

iT邦见习生 ‧ 2025-03-04 12:58:53

@block blast I suggest cloning their repository directly with the command: RUN git clone githubredmine-theme-gitmike.git public/themes/gitmike .