dcwestra

Results 10 comments of 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...

Still having this same issue on Gotify 2.6.3 and iGotify 1.5.0.0 in docker. App version 1.4.2 (32) on iPhone 13 pro max on iOS 18.6.2 All notifications in the iOS...

Can confirm with Lunaresk. Still disappearing. See screenshots below. First is with my entry with "Days Start at 0" still toggled on. Second is what happens immediately after toggling off.

Trying to figure this out myself. Tried passing it as a "command:" in docker-compose.yml, but due to the square brackets contained in the code, docker-compose did not like it. It...

Nevermind. The instructions are in the drupal docs. Justus tested and it works. https://www.drupal.org/docs/getting-started/installing-drupal/trusted-host-settings#s-advanced-instructions

Having the same issues about once every 24 hours or so where the process "civetweb-master" starts using a single thread to 600% until the ftl database is removed and ftl...