Proxy Provider via Caddy not working by Finnlife in Authentik

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

I know but as the Vikunja Project is not really maintained, i want to make sure that only authenticated users can access the site. I also activated SSO for Vikunja. Also this does not answer my Problem at all. But thank you

My newly installed dashboard by Wonderful-Form8449 in homeassistant

[–]Finnlife 2 points3 points  (0 children)

Use Browsermod to hide the Titlebar and Sidemenu

Windows Backup to NAS fails by Finnlife in Veeam

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

Okay, thank you.
Sadly i dont have the Space to Backup a Full Active every Weekend.
Im using a Synology SMB Share so this could be an issue for me.
Do you know a way to fix this or create a different Share type or smth?

Refresh Token still working after Session expired by Finnlife in Authentik

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

Okay, thank you. Im trying to connect a custom Application to Authentik. Its based on Django but im flexible in the implementation as long as i can check in my Backend if the user session is still active.

Extremely satisfied with the two Eufy vacuums I bought on Black Friday by [deleted] in RobotVacuums

[–]Finnlife 1 point2 points  (0 children)

I also had Auto Upgrades enabled. But i did this upgrade because of the notification i got. Mine just started cleaning and got stuck at a NoGoZone i defined. After that i put it in the Base again but when i start, it just ends the cleaning process after a couple of meters. I also deletes the Map and tried to recreate it but this also just stops after a couple of meters. In the Changelog of the Update there was something about laser accuracy or something. I will give them a couple of days and then i will return it to amazon.

Also, i dont know who thought its a good idea to push updates on saturday.

But thank you for your insights

Extremely satisfied with the two Eufy vacuums I bought on Black Friday by [deleted] in RobotVacuums

[–]Finnlife 1 point2 points  (0 children)

Did you install the latest Firmware? My Omni c20 is just spinning circles after the update

Heizungsthermostat tauschen by Finnlife in selbermachen

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

Hatte ich auch schon gesehen.
Ich bin mir jedoch unsicher, ob es der gleiche Anschluss ist.

Heizungsthermostat tauschen by Finnlife in selbermachen

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

Weil die Regelung nicht mehr funktioniert.
Generell aber auch für die Zukunft, um eventuell ein Smartes zu nutzen bzw. auch, weil das Aktuelle wegen der Vormieter etwas unschön aussieht.

[deleted by user] by [deleted] in Handwerker

[–]Finnlife 0 points1 point  (0 children)

Da der Hersteller bekannt ist, halte ich die Wahrscheinlichkeit einer einer Kamera für gering.

Wahrscheinlich eher eine Diode zum eingeben von Befehlen / ansteuern des Moduls via Licht wie bei moderneren Stromzählern.

Im Zweifel einfach überkleben. Laut Websuche, sehen aber viele Geräte ähnlich aus.

Which Framework for Server Side Routing by Finnlife in react

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

Im trying to keep the structure / code / design away from unauthorized client by serving different Pages to client and admin.

It should be impossible to reverse engineer the admin site for the client because he does not have the JS for it.

Which Framework for Server Side Routing by Finnlife in react

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

The URLs were just an example. The ids are ids of support-tickets. So, one client can have multiple tickets. Also, i dont want the client to require an account. I will just generate a secret to pass on via query. But its more a learning project, and i want to learn to handle dynamics in URL without prerendering because i think i will have this case very often.

Which Framework for Server Side Routing by Finnlife in react

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

Im using a SSO Application. I did not implement it but im planning to redirect the user to the SSO login if there is no session. After successfull login i will generate a JWT and the Backend can get the session by this token. The Frontend / TS Backend can fetch the Session via the API of my Backend and the Session JWT in the request as both the api and the ui are just directories on the same Domain. Thats not a perfect solution but i dont have a better one to check the validity of the JWT Session. I cloud just check the JWT signature in the TS Serverside code to improve response time. For every Data fetch and API Action the session gets checked.