I’d just ping @[email protected] here as he might tell you more about it.
I’d just ping @[email protected] here as he might tell you more about it.
You could get a storage box which is just 3.81€ for 1TB and mount it via NFS or SSHFS. That’s how we are doing it at Feddit.de
Resetting your password used to remove 2FA. Not sure if it is still the case.
Is lemmy.ml closed to new communities?
Yes. You have to choose a different instance for new communities.
Same with Safari
A GET call to /api/v3/site also returns a parameter local_site_rate_limit where the different limits are shown.
Then I try the fedi icon and nothing happens at all… no expansion or anything. But I can see that the button is sensitive because it flashed as I clicked it. So then I forcefully copied that external link into a new tab in Tor Browser and it just shoots a blank.
Indeed. I can reproduce this behaviour with this comment from this thread. See the following screenshot from my network console. The body says {“error”: “not_logged_in”}, so maybe a caching error or something like that? I’ll ping the admin of lemmy.world
running over tor, which shows #LemmyWorld’s blockade I screencapped.
That makes sense. Cloudflare often blocks Tor IPs or spams them with captchas.
have always been wholly broken in ungoogled chromium.
No problem on my side.
Oh I see. So you accessed a comment on lemmy.world via the fedi icon and the Cloudflare proxy blocked you. Are you using Tor or a VPN? Because that never happened to me without either ^^
But note that there are two “show context” buttons. In principle, if I am on a broken version I should be able to visit the parent on the originating node & possibly side-step the bug.
I am not sure if I can follow you but this bug affects both “show context” and “show parent” button on broken instances.
Also note that I would still like a way to block CF instances
I am afraid that such a measure would only be possible for admins by blocking traffic for domains that resolve to/IP ranges operated by Cloudflare.
The problem with “view context” comes from the recent update and affects all instances using version 0.18.3.
requires a ProtonMail account to download files
Whyyy (for compensation, I know, buy whyyy)
Have Codeberg allowed mirrors again now? They didn’t used to.
Seems like you are right. It is definitely not synced automatically but it seems like dessalines occasionally pushes the changes there (last time 6d ago)
I firmly believe that my contributions could be significantly amplified if there were a mirror of Lemmy that utilized Forgejo hosting outside the United States
Well, I don’t think so. GitHub is unfortunately the leading platform and shifting to another one will rather lead to a decline.
However, they have an (now inactive) Gitea and a (working) Codeberg mirror but I think they only accept contribution via GitHub PR anyway.
Anyway, you could still bring this topic up (and unlike previous issues ask them to not only mirror the code but also accept PRs there). Though I think the devs would not really want to manage contributions across multiple platforms (maybe this will get better once Forgejo finally supports federation though).
Also if there is a better place to ask this, please let me know.
I recently learned there is [email protected]
You are totally right, seems like I forgot them ^^’
In that case add a totp_2fa_token
field to the login struct which holds the top token. The rest remains the same.
For subscribed communities you have to add an auth
parameter (that you can obtain by POST’ing {username_or_email: "your_name", password: "your_password"}
to /user/login
, then extracting the jwt
from the response) and type_=Subscribed
.
A complete request would look like that:
curl "https://mander.xyz/api/v3/community/list?auth=verylongstring&type_=Subscribed" | jq
Nice. Recycling symbols next please.
If the language tag of the comment is different from the languages you selected in your settings, it won’t be displayed but the count always shows the total number of comments.
It’s actually already mirrored to Codeberg, though it seems the devs haven’t pushed the changes for a couple of months.
https://codeberg.org/LemmyNet
Note that Codeberg discourages read-only mirrors though.