The one reserved for residential usage is home.arpa
.
The one reserved for residential usage is home.arpa
.
Realizing this blew my mind. Definitely more interesting than following people.
Curl didn’t return anything. They’re likely just using it to log requests since the request path contains the data they need.
I’d be willing to bet they’re using the API to make all the changes. The cookie has the jwt token. I don’t believe you need the username (at least judging by the js API docs).
Looks like it’s issuing a GET to https://zelensky.zip/save/{ENCODED_JWT_TOKEN_AND_NAV_FLAG}
.
The ENCODED_JWT_TOKEN
is from btoa(document.cookie+nav_flag)
where nav_flag
is essentially 'navAdmin'
if the account hit is an admin or ''
if the user hit is not an admin (it checks if the admin button in the nav exists). Their server is likely logging all incoming requests and they just need to do a quick decoding to get jwt tokens and a flag telling them if it’s an admin account.
I’d be hesitant to visit Lemmy on a browser atm 😓
Yep, Lemmy is filling a Reddit-shaped hole. It’s a bit different but nice.
That’s awesome, glad you were able to find a solution!
r/latinopeopletwitter
Maybe an issue with ram? Could be loose, dusty, going bad.
It sounds pretty awesome. Just wondering if adding additional complexity to the setup is worth it to obfuscate my home IP. Easily setting up redundancy is a good feature in that regard though.
Oooh thanks for the tip about frp
. Interesting.
It really depends on the company that you use to manage the domain’s DNS. As long as they have an API to update DNS records…
For example, I can have my domain at Porkbun and have its DNS managed at Cloudflare. Cloudflare allows updating DNS records via API…so there’s programs to update it. Some routers even support it.
Worst case, you can set up a service like duckdns and have your domain, via cname, point to the duck DNS subdomain.
There’s options.
It’s in the post body, Free Ad-supported Streaming.
I had found an old post which indicates that post thumbnails are cached. So I guess there’s that.
In case you didn’t see it, the OP of this thread realized they didn’t setup their pictrs
API key… so I guess it’s possible to omit that and lemmy should still work. Not sure about the downsides.
Don’t quote me on it but I think it, besides handling image uploads, caches thumbnails for link posts.
Can you put your own router behind, what I presume, is the ISP router? Then you can manage DHCP and IP address reservation.
Did you configure the pictrs API keys for Lemmy and for pictrs?
If they’re not configured then I could see Lemmy not even using pictrs.
I’m pretty sure that error indicates nginx isn’t receiving a response from the upstream server (Lemmy and Lemmy-UI). So, either your upstream server isn’t responding to requests or nginx is misconfigured with the wrong upstream server 🤔
Yikes, I didn’t even know there was a wiki. Thank you!
https://www.rfc-editor.org/rfc/rfc8375.html