it’s actually the top-level domain for Mali, and it’s free to register .ml domains. i believe that’s the main reason they used it.
if you’re self-hosting your own e-mail with postfix, you can do this as well: https://www.postfix.org/postconf.5.html#recipient_delimiter
i believe HiddenServicePort 9998 127.0.0.1:9998
means that, in order to access it, you will need to browse to <hostname>:9998
in the Tor Browser.
if you just want the default http port, you can try HiddenServicePort 80 127.0.0.1:9998
i believe?
edit: i’ve never actually setup an onion service, i’m just going off what the docs are saying.
you can post it in the announcements community.
this is the correct link: https://beehaw.org/c/linuxhumor@lemmy.ml
and it shows that it has 0 subscribers from beehaw, so that’s why you won’t see any posts in your feed. it needs at least 1 subscriber from your instance, then it should federate properly.
https://lemmy.ca/c/fedizens
https://lemmy.ca/c/thefedizenenquirer
https://lemmy.ca/c/fediverselore
https://lemmy.ca/c/bestofthefediverse
can create a generic fediverse one if needed?
it looks like from the error message that you maybe don’t have the correct amount of whitespace. here’s a snippet of mine:
services:
lemmy:
image: dessalines/lemmy:0.16.6
ports:
- "127.0.0.1:8536:8536"
- "127.0.0.1:6669:6669"
restart: always
environment:
- RUST_LOG="warn,lemmy_server=info,lemmy_api=info,lemmy_api_common=info,lemmy_api_crud=info,lemmy_apub=info,lemmy_db_schema=info,lemmy_db_views=info,lemmy_db_views_actor=info,lemmy_db_views_moderator=info,lemmy_routes=info,lemmy_utils=info,lemmy_websocket=info"
volumes:
- ./lemmy.hjson:/config/config.hjson
depends_on:
- postgres
- pictrs
logging:
options:
max-size: "20m"
max-file: "5"
i also added the 4 logging lines for each service listed in my docker-compose.yml file. hope this helps!
there’s still 2 or 3 of us lemmy.ca users who are occasionally active, haha. I just lurk most of the time.
this link seems to indicate win 11 is supported? https://docs.unity3d.com/2022.1/Documentation/Manual/system-requirements.html
@asonix@lemmy.ml see comments above.
also, just to be clear, that link with ?format=webp
is the link that lemmy tries to load when the pic is clicked on.
that option just disables the built-in firefox controls to turn on PiP mode, where you can drag the video outside of the browser window, and browse other tabs, etc.
i believe websites are still free to do their own thing with their videos.
so it sounds like an extension (like you already mentioned) is your only option to disable them.
i get a 500 internal server error when attempting to fetch this url:
https://feddit.de/pictrs/image/83b2f6f9-19cf-4f32-9661-4308baedcc89.jpeg?format=webp
with the response: {"msg":"Unsupported image format"}
seems like maybe a pictrs issue?
i’m able to view the image if the ?format=webp
isn’t in the link.
you mean, like adding my username like this? @Kokomheart@lemmy.ca
not sure why that would be, seems to be working for me. are you using an app or anything, or just on the website?
yeah, i’ve seen some of the chatter on matrix about. i’ll see what happens today & tomorrow and maybe will put off the upgrade, depending on what happens.