Cannot access any apps
I've just installed debian and then runtipi, I have runtipi running and have installed some apps such as notemark. When I try to access the app via https://notemark-migrated.tipi.local/ firefox tells me that it can't find that site and can't connect to it.
I have gone through this https://runtipi.io/docs/guides/local-certificate, copied the cert over and have installed Adguard and set the DNS Rewrites. That didn't seem to change anything though and I am still experiencing the same problem.
I tried using Port instead of the reverse proxy option (in notemark) and I get a different screen but it says connection to server failed.
The notemark log says this:
notemark-proxy-1 | 192.168.0.196 - - [19/Jul/2025:09:09:47 +0000] "GET / HTTP/1.1" 200 895 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-"
notemark-proxy-1 | 192.168.0.196 - - [19/Jul/2025:09:09:47 +0000] "GET /icon.svg HTTP/1.1" 200 2305 "http://192.168.0.248:8567/" "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-"
notemark-proxy-1 | 2025/07/19 09:09:47 [error] 21#21: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.196, server: , request: "GET /api/info HTTP/1.1", upstream: "http://10..xxx.xx.4:8000/api/info", host: "192.168.0.248:8567", referrer: "http://192.168.0.248:8567/"
notemark-proxy-1 | 192.168.0.196 - - [19/Jul/2025:09:09:47 +0000] "GET /api/info HTTP/1.1" 502 157 "http://192.168.0.248:8567/" "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0" "-"
I'm a bit lost at this point and have no idea what I am supposed to do. Can anyone offer any advice?
I perhaps should add that I am doing this over wifi at the moment, I was planning to get everything working before plugging it in to lan, just for convenience.

4 Replies
You will need to scroll all the way up to see the logs from notemark itself
What you are seeing now are the proxy logs
Ah sorry, this is the log for that app
So I've discovered that if I put
192.168.0.248 jellyfin.tipi.local
in /etc/hosts on my main machine (not the server) then I can access jellyfin (as the documentation states) although the browser complains about the certificate:
This server could not prove that it is jellyfin.tipi.local; its security certificate is not trusted by your computer's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection.Having said that, if I do the same for notemark.tipi.local then I still get the same 'connection to server failed' message - this isn't much of a concern because I was just using this as a test since it seemed like a simple app but I don't actually want to use it. I do wonder if it's a symptom of something wrong though, but perhaps it is the same issue as the certificate mentioned above? From a lot of searching it sounds like this is a DNS issue the only solution appears to be either changing the hosts file for every machine (I can do this but seems strange that I would have to do that) or use my server with adguard as a DNS server (which I don't really want to do, again it seems strange that I would need to do this).
For .lan you would need to use a DNS server yeah
Or .local
Because they are pseudo domains
Your machine doesn't know where does the subdomain resolve to