Trying to set up an instance and am having some trouble with the reverse proxy setup. I’m using the docker install instructions If I leave everything defaults like in the docker conf it works but no federation. But as soon as I start trying to set my local IP and the ports like in the link above, ded.

I’m, running this on my PC which is running Arch Linux. I have nginx, docker compose the whole shebang installed. And I can run a “good instance” that’s nonfederated without the proxy stuff.

with the proxy settings, I get __lemmy-lemmy-1 | federation enabled, host is beardconvention.com lemmy-lemmy-1 | Starting http server at 192.168.1.35:8536 lemmy-lemmy-1 | Error: LemmyError { message: None, inner: Address not available (os error 99), context: "SpanTrace" } lemmy-lemmy-1 | 2023-06-12T16:56:00.991781Z  INFO lemmy_db_schema::utils: Running Database migrations (This may take a long time)... lemmy-lemmy-1 | 2023-06-12T16:56:00.993406Z  INFO lemmy_db_schema::utils: Database migrations complete. lemmy-lemmy-1 | 2023-06-12T16:56:00.996952Z  INFO lemmy_server::code_migrations: Running user_updates_2020_04_02 lemmy-lemmy-1 | 2023-06-12T16:56:00.998552Z  INFO lemmy_server::code_migrations: 0 person rows updated. lemmy-lemmy-1 | 2023-06-12T16:56:00.998655Z  INFO lemmy_server::code_migrations: Running community_updates_2020_04_02 lemmy-lemmy-1 | 2023-06-12T16:56:00.999733Z  INFO lemmy_server::code_migrations: 0 community rows updated. lemmy-lemmy-1 | 2023-06-12T16:56:00.999780Z  INFO lemmy_server::code_migrations: Running post_updates_2020_04_03 lemmy-lemmy-1 | 2023-06-12T16:56:01.000526Z  INFO lemmy_server::code_migrations: 0 post rows updated. lemmy-lemmy-1 | 2023-06-12T16:56:01.000578Z  INFO lemmy_server::code_migrations: Running comment_updates_2020_04_03 lemmy-lemmy-1 | 2023-06-12T16:56:01.003005Z  INFO lemmy_server::code_migrations: 0 comment rows updated. lemmy-lemmy-1 | 2023-06-12T16:56:01.003061Z  INFO lemmy_server::code_migrations: Running private_message_updates_2020_05_05 lemmy-lemmy-1 | 2023-06-12T16:56:01.003599Z  INFO lemmy_server::code_migrations: 0 private message rows updated. lemmy-lemmy-1 | 2023-06-12T16:56:01.003641Z  INFO lemmy_server::code_migrations: Running post_thumbnail_url_updates_2020_07_27 lemmy-lemmy-1 | 2023-06-12T16:56:01.004004Z  INFO lemmy_server::code_migrations: 0 Post thumbnail_url rows updated. lemmy-lemmy-1 | 2023-06-12T16:56:01.004071Z  INFO lemmy_server::code_migrations: Running apub_columns_2021_02_02 lemmy-lemmy-1 | 2023-06-12T16:56:01.004469Z  INFO lemmy_server::code_migrations: Running instance_actor_2021_09_29 lemmy-lemmy-1 | 2023-06-12T16:56:01.008217Z  INFO lemmy_server::code_migrations: Running regenerate_public_keys_2022_07_05 lemmy-lemmy-1 | 2023-06-12T16:56:01.008709Z  INFO lemmy_server::code_migrations: Running initialize_local_site_2022_10_10 lemmy-lemmy-1 | federation enabled, host is beardconvention.com lemmy-lemmy-1 | Starting http server at 192.168.1.35:8536 lemmy-lemmy-1 | Error: LemmyError { message: None, inner: Address not available (os error 99), context: "SpanTrace" } _

Over and over again, any suggestions?