phoenix591
I’m rocking a pixel 6 pro. I like having the option of being able to unlock the bootloader and install custom roms, and the easy access to reflash the official os with just adb/fastboot as opposed to other androids requiring extra tools. Getting updates every month is also important to me.
its in lemmy 0.18.0( just before rc6)
of course just now even more work went in towards these issues.
I use both; often soda to pad out shorter sentences and pop for longer.
do things from your home instance, so once you find a community on another instance you want on your home instance, go to your home instance and search !community@other.instance eg !asklemmy@lemmy.ml and itl will pull in a few posts to start off, if you subscribe to that remote community hen your home instance will keep on getting posts.
That’s the problem with Android TV: there arn’t solid devices out there. There’s the newer Chromecasts, and then a bunch of Chinese garbage with potential malware preloaded and nothing inbetween.
you tell it what you mean by lemmy and lemmy-ui earlier in the config file outside of the server {} block
upstream lemmy {
# this needs to map to the lemmy (server) docker service hostname
server “127.0.0.1:8536”;
}
upstream lemmy-ui {
# this needs to map to the lemmy-ui docker service hostname
server “127.0.0.1:1234”;
}
part of it was http signature expiration, showed up as
WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Header is expired
0: lemmy_server::root_span_builder::HTTP request
with http.method=POST http.scheme="http" http.host=mylemmyinstance.com http.target=/inbox otel.kind="server" request_id=453c8a92-7bb5-4b7e-a4ad-212e91167d4e http.status_code=400 otel.status_code="OK"
at src/root_span_builder.rs:16
LemmyError { message: None, inner: Header is expired, context: "SpanTrace" }
in the logs, and that was fixed
the other part was some nginx config changes