add some damn good mod tools. lemmy will die if the user base grows and the mod tools do not.
add some damn good mod tools. lemmy will die if the user base grows and the mod tools do not.
is there an advantage to have apps embedded as iframe? as opposed to opening the url in a new tab?
like forwarding auth?
the only annoying thing is that is not possible to spin more than one homepages at the same time.
so i have one homarr and one homepage
well i don’t think you are supposed to. is still full beta, no debugger.
i think this is just for their community to test stuff on.
good bot, keep it up!
does this happen on Linux too?
i have to keep chrome around for sites that breaks with ff / ublock, but i only open it when i need it.
to manage passwords, use bitwarden
is not tied to any browser, it sync between devices and it’s free.
there are clients for Android and desktop, most likely ios too.
i don’t think you can subscribe to lemmit.online, the only user is the bot, and the only purpose of the instance is to archive stuff.
for docker the syntax is --gpus all
https://docs.docker.com/config/containers/resource_constraints/#expose-gpus-for-use
bonus: syntax to expose the gpu in a docker compose
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: 1
capabilities: [gpu]
thank you for the link, i actually understood what this does.
did it count the time to load the data onto the hdd and unload it at the other side?
how much time would it take to move 3tb onto a usb3 hdd?
i have a public ip and my own domain attached to that. i use subdomains for each service and a dashboard on the root domain.
i don’t use authelia etc, and rely on the autentication page of each service. but i have fail2ban.
i did help them set up the apps, but they took from there. the dashboard on the root domain helps them navigate all services without having to remember the full url.
yes… maybe.
as the dev said, it flags a lot of false positive. so a human should look at them anyway.
maybe when this is a bit more evolved, we can use it to preprocess posts, and if a post gets flagged for something, a mod / admin needs to approve the post manually.
maybe for CASM, it gets sent to an external service specialized to that stuff, so the mod / admin doesn’t have to look at the images.
it uses a model that describes a photo, then it searches the generated description for some terms and ranks the image to some levels of safety.
to test it you use a more general filter, for all nsfw for example, and see if the matches are correct.
if it helps, here is my setup from bare metal to 30+ services. https://github.com/simone-viozzi/my-server
including off-site encrypted backups
of course, i wrote this for me, so most stuffs are written like garbage, but fell free to open an issue, and i will fix them
me too, apparently they added some features and fixes. i wonder why they did it on a fork instead of pushing it upstream.
to run on ROCm, you need a specific version of pytorch.
but it is still in beta, i would not expect it to run well
the model under the hood is clip interrogator, and it looks like it is just the torch model.
it will run on cpu, but we can do better, an onnx version of the model will run a lot better on cpu.
if you configure homepage with docker labels, and have multiple homepage instances, they will all be the same. since there is no way to specify the instance on the label.
reference: