I noticed this trying to self host a teddit instance before the third party api thing happened and teddit still worked, i just didn’t think to post it until now. Is this normal?
If teddit and radarr are both on the same root domain, the radarr auth cookie may also be sent to teddit. This is because of the cookie’s domain and same site attributes. It’s probably nothing to worry about.
It’s set up through docker containers but they’re all on the same machine
So they‘re accessible from the same domain or ip address, right?
Yeah
In the future if it is something you are really worried about it is normal to have subdomains for each docker container using something like nginx proxy manager. It is really easy to setup and you can have cookies for teddit.example.com and radarr.example.com separately.
Yeah alright It’s nothing to worry about, you’re all good