Admiral Patrick

I’m surprisingly level-headed for being a walking knot of anxiety.

Ask me anything.

I also develop Tesseract UI for Lemmy/Sublinks

Avatar by @SatyrSack@feddit.org

  • 1 Post
  • 24 Comments
Joined 2 years ago
cake
Cake day: June 6th, 2023

help-circle




  • It will automatically if the target site doesn’t block the request (Cloudflare, rate limits, etc). Per community rules and best practice, the original article URL must always be the post url; uploading a thumbnail will override that (currently).

    Once LW updates past 0.19.6 or so, there should be a field for custom thumbnail where you can do so (in addition to the post URL). I don’t know how the rules apply to that (not yet relevant for LW), but I would hope people wouldn’t abuse that to post unrelated images. Prob something to bring up to the mod team once LW updates to a version that supports custom thumbnail images during post creation.

    IMO, just drop the original link. If the thumbnail works, it works. If it doesn’t, it doesn’t.


  • And what’s the problem with that?

    Laws don’t currently make a concession for federated social media. If the law in an instance’s jurisdiction says that users on a platform must be of a certain age, then for practical/enforcement purposes it makes no difference if they’re local or federated.

    FWIW, I also ban people under age 18 on my instance (local and federated). Obviously I can’t know everyone’s age, but if someone offers it and I become aware, and it’s below the minimum age set in our policy, then they’re banned until they’re of age - simple as that.

    I’m in the US, so 13 is the minimum age by law for most services (COPPA), and there’s various grumblings to increase the age specifically for social media, so I’m playing it safe with 18 which is the age you’re legally considered an adult.

    Considering some of the stuff that gets posted here (legitimately and via bad actors), then my legal liabilities are less as I’m going out of my way to only serve adults on the platform. Mind you, I’m running this as a hobby / volunteer and do not have a team of lawyers on hand.


  • I’ve always thought the firewall color codes were arbitrary, though I might just have not paid attention all these years lol.

    Just to clarify: I meant connect your OpenWRT device to your hotspot instead of the AP you’ve been working with. Just to rule out multiple MACs being blocked on the AP.

    Beyond that, I’m not really able to help troubleshoot further, but worst case and if all you need is internet, you can set your OpenWRT device up so that it just NATs your downstream connections. Double-NAT, in most cases, is fine.



  • I did that with a GL.iNet travel router after flashing stock OpenWRT, and used it as a wireless bridge for several years. It uses relayd to bridge the Wifi station interface and Ethernet. Once you have an ethernet bridge, you can connect another AP or do whatever from there.

    If you create a second wifi interface in AP mode (in addition to the station/client one connected to the upstream), you should be able to add that to the LAN bridge alongside the ethernet interfaces. That bridge will then be part of the relayd bridge, and it all should just work (should, lol. I haven’t tested that config since I only needed to turn wifi into wired ethernet with this setup).

    Interfaces:

    LAN Bridge: Ethernet interfaces to be bridged to the wifi

    I have both of its interfaces in this bridge, and it also has a static management IP (outside of the WLAN subnet). This management IP is a static out-of-band IP since the devices connected over ethernet won’t be able to access it’s WLAN IP (in the main LAN) to manage it. To access this IP, I just statically set an additional IP on one of the downstream ethernet client devices.

    The LAN bridge is in a firewall zone called LAN.

    WWAN: Wireless station interface that’s configured as a client to the AP providing upstream access. I have this configured statically, but DHCP is fine too. Firewall zone is WLAN.

    WLANBRIDGE: The relayd bridge (Protocol: relay bridge). It’s interfaces are the LAN bridge and the WWAN interface.

    Disregard the WGMesh parts; that’s separate and not related to the wireless bridging mode.