David Kebler

Results 82 comments of David Kebler

Amazing this was unexpected! This new requirement of AWS region totally brought down my whole set of reverse proxies including my cloud when the certs needed to be updated. As...

I run multiple instances so even something simple like changing the background color so I know I am at a different instance. Given all @sissbruecker 's work maybe he would...

Yes 2 env vars would be the easiest and enough for most users. Anymore more then they can build custom container themselves. LD_TITLE LD_BACKGROUND_COLOR as for the logo a bit...

so ld supports a custom.css file? did not find that in the docs. but just now found this https://linkding.link/how-to/#increase-the-font-size but confused by `CSS field in the settings:` what settings? A...

don't you just love Claude, had it look at your repo and suggest the ccs selectors to change. ``` /* Changed and enhanced title with larger size and bold text...

@alexjj Thanks for that improvement. As to the logo what I determined is that it needs to be a bind mount or it wont't overwrite the existing logo so @sissbruecker...

Sorry, after more testing that above (which I removed) does not work but this works and is simpler ```/* Header text styling */ header h1 { font-size: 0; } header...

@sissbruecker https://github.com/uCOMmandIt/uci-linkding-bookmarks FYI I just released my linkding "manager" that includes a css title and theme generator and custom logo. Given it wholly depends on your work thought you should...

I have written an extended bash shell ecosystem that allows me to lookup and source/load a "module" from a multiple libraries of bash modules (files) at will and run any...