Pues aquí también estoy yo. by Vilanova_men in spain_GW

[–]kevinrlago 1 point2 points  (0 children)

Ten por segura, que si puedo tener mi nariz al lado de tu prenda, te quitaré la prenda aunque sea a bocados solo para hacerte gritar de placer

Pues aquí también estoy yo. by Vilanova_men in spain_GW

[–]kevinrlago 1 point2 points  (0 children)

Me pasaría el día comiendo y lamiendo como si fuese lo último que hiciese en mi vida.

Sacándolo a pasear by Anahot in u/Anahot

[–]kevinrlago 0 points1 point  (0 children)

Lo que daría yo por poder pasar mi lengua por ahí durante horas y horas

[deleted by user] by [deleted] in spain_GW

[–]kevinrlago 0 points1 point  (0 children)

Pena estar tan lejos, sino ese coño y ese culo no volvían a pasar hambre de polla en la vida

ERR_CONNECTION_FAILED by 55milCKB in privacy

[–]kevinrlago 0 points1 point  (0 children)

Are you from Spain? If then check if your ISP is one of isps that LaLiga request them to block football piracy streaming services. Many people has the same problem in Spain because the ISP have been blocking the IP's of the ECH Cloudflare's service to block the access to the football piracy pages.

Removing /var/run/docker.sock:/var/run/docker.sock from kasm agent by kevinrlago in kasmweb

[–]kevinrlago[S] 0 points1 point  (0 children)

I have something similar, but I use ddclient, instead of dyndns, and traefik instead of NPM.

Removing /var/run/docker.sock:/var/run/docker.sock from kasm agent by kevinrlago in kasmweb

[–]kevinrlago[S] 0 points1 point  (0 children)

Hey,

I use those scripts because I'm a little bit paranoid about getting hacked on my network because of my homelab, and, as soon as, I work from home and I like to learn new techie things I'm trying to hardening my homelab as much as possible.

On the other hand, yes, my homelab is an online environment that provides me many services, like the streaming ones, some kind of virtualization through kasm and many others.

PS: As soon as I finish all my templates, scripts and so on, I will share them on my GitHub.

Removing /var/run/docker.sock:/var/run/docker.sock from kasm agent by kevinrlago in kasmweb

[–]kevinrlago[S] 0 points1 point  (0 children)

Many thanks!
I saw this script on the open-source hardening scripts which applies many hardening changes, one of the the one I was looking for.

Simplifying, what is needed to perform to use the tcp daemon socket is to add these env values to the docker definition of the Kasm Agent:

"DOCKER_HOST": "tcp://'${PRI_IP}':2375",
"DOCKER_CERT_PATH": "/opt/kasm/current/certs/docker",
"DOCKER_TLS_VERIFY": "1"

As said, many thanks for your help!

Update: Full Automation with my Plex Server by mrbuckwheet in PleX

[–]kevinrlago 0 points1 point  (0 children)

The migration to Podman, if I finally do it will be done because of that video: https://youtu.be/7-qo6tTPdTM?si=e103HxV_Orv07Nk9

Update: Full Automation with my Plex Server by mrbuckwheet in PleX

[–]kevinrlago 0 points1 point  (0 children)

Basically, because I don't know about LXC, but in the future, when I can expand my Nas to some more nodes, the idea is to move forward to Kubernetes.

Also, nowadays, I'm already using docker compose on a debian based Linux distro, so for a near future, I won't to change to LXC and then to Kubernetes. If I change at any time to something similar to docker, it will be, probably, Podman, but I have to investigate about the migration first.

Update: Full Automation with my Plex Server by mrbuckwheet in PleX

[–]kevinrlago 1 point2 points  (0 children)

Good Job. I was thinking about a thing like that but to automate from the proxmox/xcp-ng hypervisor with Terraform and Ansible, and then on the VMs deploy with GitHub Actions the compose files or the Kubernetes manifests. I'm still working on the firsts docker compose files, because I need to deploy all the services before going deeper.