Welcome to anyone new in the #fediverse and #fosstodon !
I hope you like it.
If you want to recommend it to your friends, show them https://joinmastodon.org instead of links to the biggest instances. Federation makes this place so great!
@codeberg I'm having trouble opening codeberg.org and then I realized I don't know where your service status page is. the status.codeberg.org needs authentication. I strongly believe there should be a public status page. The following are the status pages of other git platforms:
githubstatus.com
status.gitlab.com
bitbucket.status.atlassian.com
status.sr.ht
while EU is drafting a new law for #chatcontrol,
Briar remains p2p, protects your social graph by using Tor by default and uses e2ee (end to end encryption) for every message by default.
Learn more about Briar:
https://briarproject.org/
Unfortunate #Briar is currently only available for #android.
A desktop client is in an active development and a beta version is already available for testing.
get Briar Desktop beta:
https://code.briarproject.org/briar/briar-desktop
#Metatext 1.5.1:
- Fixed emoji placement on iOS 15
- Fixed notification ordering issue
Now available: https://apps.apple.com/app/metatext/id1523996615?mt=8
โ ๏ธ WARNING: Since the last release of Metatext, a shady company has begun releasing spyware/scams disguised as social networking software under the name โMetaโ. Please ensure you only download authentic Metabolist software and not poor quality imitations โ ๏ธ
Just started playing with #Metatext by @metabolist. So far Iโm really impressed. If youโre on iOS you should consider using this Mastodon App.
Oh, and itโs OpenSource too! ๐
Just found the #metatext iOS app from https://fediverse.info - Awesome app, actually has a local/federated timeline unlike the official mastodon iOS app.
It's been 24 hours since we launched https://fediverse.info! We never anticipated the response, thank you โค๏ธ
Our directory now has 587 topics from 120 people ๐
We replaced the landing page video with one by @Framasoft and made other small improvements! #fediverseInfo
I have encountered more image descriptions on Mastodon in 24 hours than I have in Twitter in a couple of years. Seriously. I'm not exaggerating.
As a blind person, this means a lot to me. If you read this and you describe your images, thank you so, so, so much on behalf of all of us. If you don't, now you know you'll be helping random Internet strangers make sense of your posts by typing in a few more words than usual.
I do not know who needs to hear this, but PSA: if you have a WordPress blog, you can install this extension to add ActivityPub support to your blog. It makes it possible to have people follow your blog via ActivityPub services such as Mastodon, receive new posts and interact with it.
Another question for all the #docker people here:
Is it possible to give a container (a reverse proxy) the ability to:
1) See a clients real ip
2) be also in a docker bridge network to connect to other containers.
I want my reverse proxy to see the real IP from devices connecting to it and also should it be able to speak to e.g. another Wordpress container it reverse-proxies.
I could add -NET-HOST to every container but then I need to map ports outside of docker again.
Another tip: Every Mastodon account has RSS built in. Just add .rss to the end of the URL for your account, e.g. merveilles.town/@lrhodes.rss
That lets people follow your public posts from an RSS reader, but it's also useful if you wanted to use IFTTT to crosspost your public posts to another platform.
So far I got everything working (including โprivateโ DoH access with special links for each decice, so no unauthorized use possible) except that caddy doesnโt get the real device ip. After a lot of searching it looks like this is a feature/limitation within docker/iptables. Hope Iโll find an easy way to fix this without hacky workarounds or stuff I have to execute on the host.
I already tried
```
handle_path /originalpath/* {
rewrite * /newpath{path}
reverse_proxy docker_container
```
like I understand it from the official documentation. This doesn't work for me...
Anyone here has experience with #caddy ?
I want to reverse-proxy to a docker container, but change the path on the fly.
Right now my config looks like this:
```
handle /newpath {
rewrite /newpath /originalpath/
reverse_proxy docker_container
```
This works, but only for the exact path. I want it to accept /newpath/stuff/ and rewrite it to /originalpath/stuff/.
Help would be appreciated!
ยทGER/ENยท My two cents about everything related to technology, foss software, privacy and security.