Correct ay to setup *config* directory #925
Answered
by
jbtronics
Int-Circuit
asked this question in
Q&A
-
Hi everyone, after looking at Inventree and finding it not suitable for makers and fablabs, I found this project and liked it a lot. I am currently trying to automate the install and want to set a custom banner. To do so I added a mount to a config directory and the required banner file.
thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jbtronics
May 3, 2025
Replies: 1 comment 3 replies
-
If you just want to change the shown banner, it is the easiest to set the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The content of the banner env is parsed the same way as the file. So you can use all markdown you want.
You only have to be careful with formatting the docker-compose file, but YAML offers ways for Multiline strings (with the pipe operator, see https://yaml-multiline.info/), you just have to use the right indention level for your text