0 Followers
0 Following
1 Posts

Suddenly getting a server error on my instance

https://lemmy.world/post/10562215

Suddenly getting a server error on my instance - Lemmy.World

I don’t know when it started, I usually check my instance through the Voyager app and it never showed a problem, but I’m suddenly getting “server error” and 502 bad gateway errors on my instance on desktop. I haven’t made any major changes (read, any at all) since I last confirmed it worked on desktop. Checking the logs I don’t see any obvious proxy issues but I am getting weird connection issues in lemmy-ui: TypeError: fetch failed lemmy-lemmy-ui-1 | at Object.fetch (node:internal/deps/undici/undici:11730:11) lemmy-lemmy-ui-1 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { lemmy-lemmy-ui-1 | cause: ConnectTimeoutError: Connect Timeout Error lemmy-lemmy-ui-1 | at onConnectTimeout (node:internal/deps/undici/undici:6869:28) lemmy-lemmy-ui-1 | at node:internal/deps/undici/undici:6825:50 lemmy-lemmy-ui-1 | at Immediate._onImmediate (node:internal/deps/undici/undici:6857:13) lemmy-lemmy-ui-1 | at process.processImmediate (node:internal/timers:478:21) { lemmy-lemmy-ui-1 | code: 'UND_ERR_CONNECT_TIMEOUT' lemmy-lemmy-ui-1 | } lemmy-lemmy-ui-1 | } Where on earth can I even begin to address this?

Need some guidance with upgrading

https://lemmy.world/post/9861977

Need some guidance with upgrading - Lemmy.World

Hi! I’m hoping for some guidance upgrading my instance. I’m still running on v0.17.3 because I ran into some issues upgrading to 0.18 and didn’t have time to really figure it out. Now that the current release is v0.19, I have people on my instance asking to upgrade and I don’t blame them. Can I simply point Docker compose at the latest release, or do I have to do incremental upgrades? What do I need to look out for with v0.18? Documentation seems to be pretty slim for whatever breaking changes happened during that release cycle and how to deal with them. Any help is appreciated!

Hidden Palace - Lemmy.world

It's just pathetic now

https://lemmy.world/post/320792

It's just pathetic now - Lemmy.world

I’m still in the process of moving old saves off my Reddit account and found this gem today. Reddit HQ is coping hardcore, I can’t image regular users actually care about this.

This video has lived rent-free in my head for weeks

https://lemmy.world/post/241458

This video has lived rent-free in my head for weeks - Lemmy.world

I feel like if anyone would appreciate this video as much as I do it’d be you guys. It’s a little long but totally worth it.

It looks like email is getting blocked because I need to set up SPF or DKIM. From my postfix logs:

This mail is unauthenticated, which poses a security risk to the 550-5.7.26 sender and Gmail users, and has been blocked. The sender must 550-5.7.26 authenticate with at least one of SPF or DKIM.

Now I'm off to figure that out!

Instance keeps returning "no_email_setup" error

https://lemmy.world/post/134554

Instance keeps returning "no_email_setup" error - Lemmy.world

Hopefully this is the last time I need to bug you guys here about stuff. :) I added a postfix relay to my Lemmy instance and configured the email settings in my lemmy.conf file but no matter what I do I keep getting a “no_email_setup” error when I try to test the SMTP server. Is there an obvious step I’m missing? This is the block in docker-compose.yml: postfix: image: mwader/postfix-relay networks: - lemmyinternal - lemmyexternalproxy environment: - POSTFIX_myhostname=myhostname.here - POSTFIX_inet_protocols=ipv4 restart: always And my lemmy.hjson has this block: email: { smtp_server: "postfix:25" smtp_from_address: "Lemmy <[email protected]>" tls_type: "none" }

Search bar on personal instance only returns local results

https://lemmy.world/post/108344

Search bar on personal instance only returns local results - Lemmy.world

Wanted to cross post this here in case someone has had this issue before. Been dealing with this for a couple of days now. cross-posted from: https://lemmy.world/post/94985 [https://lemmy.world/post/94985] > I set up my own personal Lemmy instance yesterday and everything seems to be up and running. I installed it on Docker with SSL enabled on a Digital Ocean droplet. > > The only thing that doesn’t seem to work is federated search. I can search local communities, but no matter what I do I can’t get it to recognize other instances. I’ve tried: > > - Searching with the bang prefix (ie, [email protected]) > - Searching with the whole URL (https://lemmy.ml/c/lemmy_support [https://lemmy.ml/c/lemmy_support]) > - Keywords (“lemmy support”) > > And nothing shows up. I’ve tried the same search terms multiple times over the past day or so and nothing is changing. My instance has federation and federation debugging enabled (although I can’t figure out where the federation debugging outputs yet, because nothing in console log changes), and as far as I can tell there are no errors in the Docker logs that could point me in a specific direction. Where can I start looking to properly debug this?

Search bar on personal instance only returns local results

https://lemmy.world/post/94985

[Solved] Search bar on personal instance only returns local results - Lemmy.world

I set up my own personal Lemmy instance yesterday and everything seems to be up and running. I installed it on Docker with SSL enabled on a Digital Ocean droplet. The only thing that doesn’t seem to work is federated search. I can search local communities, but no matter what I do I can’t get it to recognize other instances. I’ve tried: - Searching with the bang prefix (ie, [email protected]) - Searching with the whole URL (https://lemmy.ml/c/lemmy_support [https://lemmy.ml/c/lemmy_support]) - Keywords (“lemmy support”) And nothing shows up. I’ve tried the same search terms multiple times over the past day or so and nothing is changing. My instance has federation and federation debugging enabled (although I can’t figure out where the federation debugging outputs yet, because nothing in console log changes), and as far as I can tell there are no errors in the Docker logs that could point me in a specific direction. Where can I start looking to properly debug this? EDIT: I needed to expose my lemmy backend to the proxy network. This answer here helped me get to the solution. https://lemmy.world/comment/150173 [https://lemmy.world/comment/150173]

How to configure Lemmy instance nginx proxy for websockets?

https://lemmy.world/post/77385

How to configure Lemmy instance nginx proxy for websockets? - Lemmy.world

I’m playing around with my own instance of Lemmy but I keep getting a “websocket connection failed” error in my console. I’m having a really hard time understanding how to set up nginx for websockets - I’m more used to Apache and not familiar with WS at all. Is there documentation hiding somewhere that will help me set up my proxy forwarding properly?