• 1 Post
  • 39 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2024

help-circle
  • Yes it actually helps to talk about it and get some outside views onto the topic. Even if you know your issues and possible solutions just talking about it makes one ‘more aware’ of it.

    Think of it similar when studying for a math exam. Looking at a solution and saying to yourself “ahh yes, I know that and that’s how I would also do it” is different from just trying it yourself.

    And yes it’s the other person’s job but they also want to help, that’s why they chose this career. In Germany there are also a few sessions in the beginning just to check if the patient and therapist are ‘compatible’, because if the patient doesn’t feel safe then it doesn’t help as much.











  • My setup: Locally (all in docker):

    • JF for managing and local access
    • JF with read only mounted volumes that uses the network of my Wireguard client container
    • Wireguard client opening a tunnel to Wireguard server on VPS ** Ping container regularly doing pings to Wireguard Server so the connection stays up (didn’t manage it otherwise)

    VPS (Oracle Cloud free tier, also everything in docker):

    • Caddy as a reverse proxy with https enabled and geolocking (only certain countries are allowed to connect to)
    • fail2ban to block IPs that try to bruteforce credentials
    • Wireguard server

    Usernames are not shown in the frontend and have to be entered. Passwords are generated by a password manager and can’t be changed by the user.

    So my clients just get the URL of my reverse proxy and can access the read only JF through my Wireguard tunnel. Didn’t have to open any ports on my side. If someone is interested I can share the docker compose files later.