Hi Viren and thanks so much for this awesome template. Not experienced with pull requests, so I just wanted to report a tiny issue I found when tinkering around with setting up kometa using your template.
For the scheduled container, you have the following env variable: KOMETA_TIME=00:00,02:00,04:00,06:00,08:00,10:00,12:00,14:00,16:00,18:00,20:00,22:00
I believe it should be KOMETA_TIMES=00:00,02:00,04:00,06:00,08:00,10:00,12:00,14:00,16:00,18:00,20:00,22:00 according to the documentation: https://kometa.wiki/en/latest/kometa/environmental/#all-available-runtime-flagsenvironment-variables
Also, the kometa team made this suggestion: "There's no need for - KOMETA_RUN=False and in some situations the mere presence of the env var has been communicated to Kometa as "true".
Hi Viren and thanks so much for this awesome template. Not experienced with pull requests, so I just wanted to report a tiny issue I found when tinkering around with setting up kometa using your template.
For the scheduled container, you have the following env variable:
KOMETA_TIME=00:00,02:00,04:00,06:00,08:00,10:00,12:00,14:00,16:00,18:00,20:00,22:00I believe it should be
KOMETA_TIMES=00:00,02:00,04:00,06:00,08:00,10:00,12:00,14:00,16:00,18:00,20:00,22:00according to the documentation: https://kometa.wiki/en/latest/kometa/environmental/#all-available-runtime-flagsenvironment-variablesAlso, the kometa team made this suggestion: "There's no need for
- KOMETA_RUN=Falseand in some situations the mere presence of the env var has been communicated to Kometa as "true".