Skip Navigation
Post doesn't federate to lemmy.world or beehaw
  • it may be related to the older lemmy version.

    the latest lemmy version has changed how metadata is fetched for posts coming from federation and it will no longer be processed while receiving the federated activity, instead it will be processed in the background. sometimes, metadata for urls cannot be fetched within the time limit and then the post will not federate properly if it's not happening in the background.

  • Feedback about our name: someone's concerns on sharing
  • I think most (especially mobile) clients simply don't have this option and will always copy/share the "fedi link" - the url where the content is canonically hosted. all other URLs are simply cached representations of the original content.

  • Automate posting to Lemmy through no-code tools
  • I'm not familiar with n8n but it's fairly straightforward on the API side.

    You'll need a session token, also known as JWT, which you can get from logging in.

    You typically don't want to do a login for every post, so you'll want to store that as a persistent value.
    For authentication, you can pass the header authorization: Bearer {jwt}, with {jwt} being the session token.

    https://join-lemmy.org/api/classes/LemmyHttp.html contains the API documentation.

    You'll need to figure out the id of the community that you want to post to.

    If you need to look it up, you can use getCommunity to fetch its details. Afterwards you can use createPost to submit it.

    The form links for the methods explain the request body json values that should be provided.

  • Why does Lemmy have such a small image size limit?
  • photos will never be pngs unless someone intentionally converts them to that format, as pngs are much worse than jpgs for storing this type of image. pngs are much better for computer generated images, such as screenshots, drawings, etc. you can also losslessly compress pngs with tools like pngcrush without converting them to jpg.

  • android_dev seems to be broken somehow
  • so just dropping duplicates then?

    are there no references to the duplicates from posts? if there are and the duplicate rows are just deleted it'll cascade deletion and purge all those posts from the db as well

  • Lemmy Development Update 2024-10-18
  • delegating authentication to another service.

    one of the more commonly known options would be sign in with google, but this is also quite useful for providers hosting multiple services. a provider could host a service that handles authentication and then you only have to login once and will automatically get logged in for their lemmy, xmpp, wiki and other services they might be providing.

  • federation issue to instance
  • do you happen to have experience with setting up influxdb and telegraf? or maybe something else that might be better suited?

    the metrics are currently in prometheus metrics format and scraped every 5 minutes.

    my idea was to keep the current retention for most metrics and have longer retention (possibly with lower granularity for data older than a month).

    the current prometheus setup is super simple, you can see (and older copy of) the config here.

    if you want to build a configuration for influxdb/telegraf that i can more or less just drop in there without too many adjustments that would certainly be welcomed.

    the metric that would need longer retention is lemmy_federation_state_last_successful_id_local.

  • federation issue to instance
  • I'll probably have to look at another storage than prometheus, aiui it's not really well suited for this task.

    maybe something with influxdb+telegraf, although i haven't looked at that yet.

  • federation issue to instance
  • so all you're looking for is the amount of activities generated per instance?

    that is only a small subset of the data currently collected, most of the storage use currently comes from collecting information in relation to other instances.

  • federation issue to instance
  • Hi, I run this.

    What benefit do you expect from longer retention periods and how much time did you have in mind?

    The way data is currently collected and stored keeps the same granularity for the entire time period, which currently uses around 60 GiB for a month of retention across all monitored instances.

  • hello. How long do I need to wait for the e-mail to verify it? waiting 8h now...
  • verification emails are usually sent immediately. if there are delays you should check your junk folder, and if it's not there it probably won't arrive anymore. depending on the instance you signed up on there may be alternative methods to reach out to the instance admins about this. note that private messages from mastodon to lemmy do not work unfortunately.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
    Nothing4You @programming.dev
    Posts 0
    Comments 62