

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]
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.
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
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: