

IIRC, earlier there would be a button to upload to imgur whenever you took a screenshot. I guess now you’d need to intentionally enable the feature to see the button.
IIRC, earlier there would be a button to upload to imgur whenever you took a screenshot. I guess now you’d need to intentionally enable the feature to see the button.
I really love moonfly
. It’s mainly a (neo)vim
theme, but has been ported to many other tools.
I use a few of them. There’s one to bring back YouTube dislikes, one to translate Lemmy links to my home instance, and another (self written) one to automatically change the YouTube share button to copy which copies the link in s single click.
There are a few more, but these are the most useful ones to me, I guess. I use ViolentMonkey as my script manager.
Also, I hate the name of the column. The frequent mention of the name “Who, Me?” just takes me out.
Thanks for the insight. They submitted said they’re willing to help with future issues, so I guess I don’t need to worry about it too much. (I can just discontinue k8s support if they don’t keep their word.)
Upon further testing, this does actually work. You may set both read_only: true
, and cap_drop: all
and it will work as long as you have a named volume. I had it mount a database file from the host system for my test config, which is why I was getting the errors. I don’t know how to make that work though i.e. when the db is bind mounted from the host system. Setting the mount :rw
doesn’t seem to fix it.
That’s great to know. Btw, you don’t actually need to specify the url path for it to work. That’s just for convenience of copying the link from the UI. It’ll just work as long as the server is reachable at that address.
Thanks. I had never tested this before. Seems like it throws errors. Of course, adding and deleting links don’t work. But that’s to be expected. But also link resolution fails since it cannot update the hit count properly. If this is a legitimate use case for you, I might work on making it work.
Like the other guy said, it’s not necessary. But docker makes it much easier to deploy. There are instructions to set it up without docker as well.
I mostly use
git
from the cli, but when I want to use a frontend, I uselazygit
. (I just find it easier to use TUI for some things like only committing some of the changed files, squashing, or fixup commits.)