dcwestra
dcwestra
Also having this problem. Here is a specific example of the problem. I use watchtower to update my instance automatically, whenever that happens, smbclient needs to be reinstalled. I created...
I did some digging. Apparently this how it is supposed to work. The workaround involves adding an entrypoint option to your docker-compose file. Here is an example: ``` entrypoint: ["/bin/bash",...
Add ``` - variable: interval label: "Interval" description: "This sets how often the speed test runs" schema: type: string default: 1h required: true ``` After line 76 in questions.yaml (#...
Good catch. Corrected. Sloppy copy paste edit other variable.
Sorry. I meant no disrespect. I'm new to truecharts, and relatively new to GitHub. I love what you all are doing with truecharts and was hoping to be able to...