Giving family members access to an immich-kiosk url #85
-
My goal is to give several different family members an android tablet running fully-kiosk (or similar) and create an immich-kiosk url that fully-kiosk accesses. In it's current state, I feel that as long I have my instance of immich-kiosk exposed to the internet, then this will work. My issue is security. I note in the documentation that immich-kiosk has a password variable however the documentation also mentions this should not be relied upon. I could add each tablet to my vpn but then the tablet has complete access to anything on my local network (something I don't wany my family members to have). So I'm not sure what the best way to go about this is? I'm seeking ideas/throughts or any other implementations that achieve the same result? Thanks team! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
What do use for vpn? With wireguard you could limit access to a certain IP. On the server side, you could add this line: AllowedIPs=192.168.1.42/32 (assuming 42 is the ip answer you're looking for) I'd agree with being leery of exposing stuff to the internet if you're not pretty confident (and right) about what you're doing! |
Beta Was this translation helpful? Give feedback.
-
There are the options I would look into:
You can use the password feature in Kiosk but I would use it through a Cloudflare tunnel to add https as a bare minimum. The heavy caveat on this feature is because it uses an api key paradigm rather then a standard password one. And it hasn't been put through any sort of penetration testing. |
Beta Was this translation helpful? Give feedback.
There are the options I would look into:
You can use the password feature in Kiosk but I would use it through a Cloudflare tunnel to add https as a bare minimum. The heavy caveat on this feature is because it uses an api key paradigm rather then a standard password one. And it hasn't been put through any sort of penetration testing.