mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

16K
active users

Having lots of fun using Delta Chat. I've set up two accounts on my mail server, one for myself and one for my husband. We're both surprised at how fast it is compared to more traditional centralised chat apps like Signal. It's so cool to be able to self-host this and not rely on centralised infrastructure that is outside of my control.

Now I just need to convince everyone I know it's really cool :)

@delta

@gmc great and welcome :) did you try out the v86 app in a chat yet? It allows to run 32bit iso images, and if you configure eth0 on multiple devices the chat members will have an end-to-end encrypted private lan (using #webxdc realtime channels). Telnet/netcat/ping etc works. This virtual Ethernet even degrades in performance if too many devices do traffic :) tip: try it better on a desktop not mobile (although should also work)

@delta @gmc Do you have an article about this on your site somewhere? I'm not quite sure I grok what you mean.

@RandamuMaki @gmc no bigger write up, but if you have a desktop:

Go to message input, attach-app and select "v86 emu" app and start it.

Inside v86 app "Choose file", select an iso (download for example dl-cdn.alpinelinux.org/alpine/) and hit "Start" button. Login as "Root", no password.

Maki

@delta @gmc Weirdly enough that seems to be missing from the .deb version or I'm just ignorant. XD It's fine. It's enough to know it exists for some. :)

@delta @gmc That one broke on Debian 12.9 (Bookworm). I can't quite figure out why.

@delta @gmc Won't use github since it's owned by M$ and the other support page claims @palemoon is not supported.

@RandamuMaki We have a workaround in our forums which should allow #Discourse to work in #PaleMoon: https://forum.palemoon.org/viewtopic.php?f=70&t=29327&start=120#p244520 (you will need to install an add-on by one of our former community members first to add that filter rule: https://github.com/JustOff/modify-http-response or caa:addon/modify-http-response)

We wish @Discourse is more forgiving and gave importance to backwards compatibility though...

@delta @gmc

@palemoon @delta @gmc @Discourse The Pale Moon team and community is great. I don't blame you at all, I'll just keep calling out when sites like are being dumb. ;)

@delta Are there any accounts to test DeltaChat?

@hiker every App allows to create anonymous chat profiles on #chatmail servers. Just hit "create profile"

@RandamuMaki @delta @gmc I just now tried installing the latest .deb file and it works for me. I'm wondering a little bit about the path /home/%USER%/.config/DeltaChat/accounts in the beginning. What does your environment look like?

@rtn @delta @gmc I obfuscated my username with %USER% before making the screenshot, that's all. Environment is fine.

@RandamuMaki @delta @gmc Ah of course. Sorry just had to check. The error message could be better there.

@RandamuMaki @delta what cpu architecture do you have?
does the file at `resources/app.asar.unpacked/node_modules/@deltachat/stdio-rpc-server-linux-<your architecture>/deltachat-rpc-server` exist?

@treefit @delta I'm using the flatpak right now on amd64.

@RandamuMaki @delta great that this works, though @liaizon opened an issue on the desktop repo with your report and I would like to help getting it solved/closed.

Could you try to download and run github.com/chatmail/core/relea ? that't the dc core binary that desktop failed to load/find in your screenshot.

If it doesn't work it would be interesting to know any clues to why and wether the newest core from github.com/chatmail/core/relea still has the problem.

@RandamuMaki @delta @liaizon

I'd appreciate your help in this as @rtn wasn't able to reproduce the issue.

@treefit @delta @liaizon @rtn Most likely because they already have the server installed, I would imagine? Edit: I was obviously wrong on this assumption as the server component is included in the deb.

@RandamuMaki @delta @liaizon @rtn the rpc server is not a speperate package, but just a file included in the dc-desktop Debian package, that is for some reason not found on your system.

AFAIK @rtn started with a fresh Debian VM.

@treefit @delta @liaizon @rtn You are correct, I just used gdebi-gtk to see whether the deb contained it and ls -l to see whether the permissions are okay.

@treefit @delta @liaizon @rtn Trying to just run the deltachat-rpc-server from that folder gives `ERROR deltachat_rpc_server: Fatal error: failed to create folder: Permission denied (os error 13).` Any debug I could run from terminal to give you output to work with?

@RandamuMaki @delta @liaizon @rtn you need to supply the env var "DC_ACCOUNTS_PATH" to a path that you allowed to write in so it can create the accounts folder

@treefit @delta @liaizon @rtn So run DC_ACCOUNTS_PATH="location" bash -c './deltachat-rpc-server' then? Giving it a random temporary folder outputs `2025-03-21T13:59:13.470948Z ERROR deltachat_rpc_server: Fatal error: "/temporaryfolder/accounts.toml" does not exist.` so the server itself is at least not building the file tree it needs. Doing the same to the main executable leads to the same error I had before.

@treefit @delta @liaizon @rtn Just running the DeltaChat exec from the opt folder shows it's trying to create ~/.config/DeltaChat/accounts but is somehow unable to. The ./.config/DeltaChat folder has a hash-stringed folder in it and an accounts_old among with some other files. Permissions for the main folder is drwx------, which is true for a couple of the other folders there as well.

@treefit @delta @liaizon Using the deb download from the download page at delta.chat/en/download offers client and server and drops it all in /opt. Not sure what's going wrong there.

delta.chatDelta Chat: Get Delta Chat
More from Delta Chat

@RandamuMaki @treefit @delta I will try this on my MNT Pocket, it's running Debian unstable

@delta @gmc Wahey, I got the flatpak to work. No more errors.