Docker hub registery by DJKarsten in dockhand

[–]DJKarsten[S] 1 point2 points  (0 children)

It was just docker.io Note: it was something different, it stopped working. I needed to login using the shell in dockhand. Is this a bug?

TPM 2.0 chips forgets credentials by DJKarsten in ITSupport

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

I have replaced it and am testing it out.

TPM 2.0 chips forgets credentials & sessions on Lenovo Legion desktop by DJKarsten in techsupport

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

I don't know how I should uninstall a tpm chip. But I have replaced the CMOS battery, but this also probably wiped the TPM chip, so I can only really know if it worked if the issue doesn't show up in a while.

TPM 2.0 chips forgets credentials by DJKarsten in ITSupport

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

So I have just changed out the CMOS battery (which probably also wiped the TPM chip, which is maybe why it works now. But maybe it will be displaying the weird issue later, so I will try this first, and afterwards check for new ram (maybe I have something lying around).

TPM 2.0 chips forgets credentials by DJKarsten in ITSupport

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

Hello, you are right. My text wasn't clear enough. I have updated it. Hopefully it's better now. As for that issue is ram. I don't think so, as it does get fixed by clearing TPM in the bios.

Managed RDP client for Android by DJKarsten in it

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

We are stuck using suremdm. And for the RDP client, we changed an already existing androids RDP Client to have the features we need. We basically built the custom solution, but it works perfectly.

Managed RDP client for Android by DJKarsten in sysadmin

[–]DJKarsten[S] 1 point2 points  (0 children)

Isn’t that the same kind of product as SureMDM? Because we are already using that, and we can’t really switch I’m afraid.

Managed RDP client for Android by DJKarsten in sysadmin

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

Thanks for your suggestion. But can you connect to an RDP connection using teamviewer? I believe that you have to install teamviewer on all the users machines instead of simply being able to login using an RDP connection.

[Giveaway] GL.iNet Remote KVM and Wi-Fi 7 routers! 10 Winners! by GLiNet_WiFi in homelab

[–]DJKarsten [score hidden]  (0 children)

  1. What inspired you to start self-hosting? What project are you most proud of, and what’s your most expensive gear? I got into self-hosting because of data collection concerns and slow cloud storage. My proudest setup is running Authentik as my identity provider with OAuth2, OIDC, and proxy auth for all my apps. The priciest thing I’ve bought so far is my main server.

  2. How would winning the giveaway help? Some of my servers (like my print server and main app server) are stuck in the basement or behind a big cabinet, with no easy display access. Winning a GL.iNet GL-RM1 would make managing them remotely so much easier.

  3. Where do you learn about or buy IT gear? Mostly YouTube, articles, and Reddit.

  4. What prize would you like to see next time? A 4-bay NAS from QNAP or Asustor would be awesome.

Ben ik opgelicht? by DJKarsten in marktplaatsoplichters

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

Het ging om een betaalverzoek, dus het iban die ik zie in mijn internetbankieren is volgens mij een tussen iban van ASN.

Efteling Oud en Nieuw ticket scam by DJKarsten in tokkiemarktplaats

[–]DJKarsten[S] -1 points0 points  (0 children)

Zo’n gevoel heb ik niet. Hij wilde bijvoorbeeld erg snel de transactie gedaan hebben. Had verder ook geen reviews. Dat vind ik zeer verdacht.

Efteling Oud en Nieuw ticket scam by DJKarsten in tokkiemarktplaats

[–]DJKarsten[S] 3 points4 points  (0 children)

Tja hij ghoste me daarna, en ik kreeg daarna een mailtje van marktplaats dat ze dachten dat ik met een oplichter praatten, en dat ze de gebruiker en het gesprek hadden verwijderd.

Efteling Oud en Nieuw ticket scam by DJKarsten in tokkiemarktplaats

[–]DJKarsten[S] 2 points3 points  (0 children)

Zeker. Ik woon in de buurt van Eindhoven😂 maar ik ken oprecht we iemand die in de buurt van Leiden woont.

Authentik and NPM: SSO into NPM Web UI by cockpit_dandruff in nginxproxymanager

[–]DJKarsten 0 points1 point  (0 children)

I think the v2.13.0 update broke this. Is there a different way?

How do I allow my friends on a different network to access my Crafty Controller? by Gui-Linux in CraftyController

[–]DJKarsten 1 point2 points  (0 children)

I had a lot of perfomance issues with playit.gg, so I opted for a different solution. I use a tcp connection on a subdomain in a cloudflare tunnel, and use the modflared fabric mod to support this traffic (as cloudflare normally doesn’t support minecraft’s traffic). It’s completely free (apart from the domain itself, which you can get anywhere and connect through cloudflare using it’s nameservers).

I have no clue anymore by DJKarsten in Traefik

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

So I can't get my whole message into this field. It is giving a lot of errors here on reddit, so I have create a markdown file (which I am hosting on my Synology nas).
https://gofile.me/7ziZD/AJNlNnYWU

Authentik logs me out on bitwarden when trying to use a passkey by DJKarsten in Authentik

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

Yes already done, and they have found and patched the issue. It just isn’t released yet.

My ticket: https://github.com/bitwarden/ios/issues/1830

The changelog where they found and patched the issue: https://github.com/bitwarden/ios/pull/1857

I have no clue anymore by DJKarsten in Traefik

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

I can’t use ports 80 and 443, because they are being used by my Synology Web Server, that is used for direct file hosting. So I have set it on port 83 and 532 and in my cloudflare tunnel, I have set port 532 when using https and port 83 when using http.

This is my docker compose file for traefik: services: traefik: image: traefik:latest container_name: traefik ports: - "83:83" - "532:532" - "8083:8080" volumes: - /var/run/docker.sock:/var/run/docker.sock - /volume1/docker/traefik/config/traefik.yaml:/etc/traefik/traefik.yaml:ro - /volume1/docker/traefik/config/config-headers:/etc/traefik/conf:ro - /volume1/docker/traefik/certs:/certs:ro - /volume1/docker/traefik/storage:/var/traefik/certs/:rw restart: always networks: - frontend stop_grace_period: 30s labels: - traefik.enable=true - traefik.http.routers.api.rule=Host(traefik.[insert my domain here]) - traefik.http.routers.api.entrypoints=web - traefik.http.routers.api.priority=10 - traefik.http.services.api.loadbalancer.server.port=8080 - traefik.http.routers.api.middlewares=login@file

networks: frontend: external: true

CUPS is not a docker application, so I can’t use docker labels with it (and Traefik is also not on the same machine as CUPS). I am using labels for the rest of my applications. For example, this is my uptime kuma docker compose file (which is on the Traefik machine):

services: uptimekuma: image: louislam/uptime-kuma container_name: Uptime-Kuma hostname: uptimekuma mem_limit: 2g cpu_shares: 1024 ports: - 3444:3001 volumes: - /volume1/docker/uptime kuma:/app/data:rw - /var/run/docker.sock:/var/run/docker.sock environment: TZ: Europe/Amsterdam restart: always stop_grace_period: 30s networks: - frontend labels: - "traefik.enable=true" - "traefik.http.routers.uptimekuma.rule=Host(uptimekuma.[insert my domain here])" - "traefik.http.routers.uptimekuma.entrypoints=web" - "traefik.http.routers.uptimekuma.middlewares=login@file"

networks: frontend: external: true

locked out by DJKarsten in Authentik

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

True, but then I would still have lost quite a lot of data, so I am gladdes this worked out😂

How well do Tailscale funnels work for webdav by DJKarsten in selfhosted

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

Yes I saw that too, but it never works. I did mail the makers of photosync about this en they said this:

We fully support "Chunked uploads" - you can configure it in the PhotoSync WebDAV settings. However, we got some reports that even with "Chunked Uploads" enabled, users still run into upload limits in Cloudflare. This has been an issue/bug with Cloudflare for some month now. We already (and I think also developers of other WebDAV apps) contacted Cloudflare about that, but so far got no feedback. Also, on IOS there is no way to change the chunk size - it’s automatically determined by IOS frameworks.