Brandon Nason
Brandon Nason
So I figured out a poor mans way of doing this using some custom helpers, sensors and automations. Note, I have a night time sensor that's basically inverted so I...
@fsamin not sure if you saw my comment on the file, but I pushed a fix. https://github.com/ovh/cds/pull/5237#discussion_r436818248
I've forked this repo and updated the code as best as I can to allow for multiple IPs and have it working for me. Fix applied to v1.22.6 https://github.com/bnason/cloud-provider-vsphere/tree/v1.22.6-fix-multi-ips Fix...
So for my setup, this issue was caused by the vSphere CPI not working correctly and thus not untainting the nodes which never allowed the csi pods to run and...
I was planning on primarily using the date from the name of the page if it includes YYYY-MM-DD and as a backup a date field from frontmatter.
@engelhro I believe that is the option under Settings -> Search -> Arrangement of search results, set to Bottom up. Though that setting won't fix your issue of the tags...
@engelhro if I change only that setting to Top Down, the orientation of the tags switches for me. See new screenshot. What version are you on? I'm on 1.33.1 
I went ahead and created a pull request for a feature option that "inverts" the tags position relative to the app icons. #1281
I may take a stab at this. I'm assuming I will need to modify the Scanner. Since it already is looking at the `ta_config.json`, I could add some new keys...
It looks like there is an autorun parameter I can pass to `defineWorker` ``` import { defineWorker } from '#concierge-handlers' export default defineWorker( 'myJob', async (job) => {}, { autorun:...