Mastodon - microblogging
-
I tested it and I'm able to get the front page loading but it times out on both registering and login processes. This is both from the
/#/appstore/org.joinmastodon.cloudronapp?version=2.6.1
source and when building it myself. Eventootctl
freezes to a halt. There's plenty of memory on this VPS. What's wrong? Should allocate even more memory for the app? -
FYI: Nextcloud integrates (?) Mastodon in v 15:
By using the popular ActivityPub standard, Nextcloud users can subscribe to and share status updates with users in the so-called ‘fediverse’, an interconnected and decentralized network of independently operated servers! This allows federation of Nextcloud servers with the popular decentralized Mastodon network, where tens of millions of users already ‘toot’ with one another, potentially growing the fediverse by an order of magnitude. According to wikipedia, Peertube, Pleroma, Friendica and soon Diaspora are part of this same network, as are almost a dozen more communities. As every one of the hundreds of thousands of Nextcloud servers turns into a potential hub in the fediverse, we are very excited about the possibilities this will give our users to communicate with others!
-
@necrevistonnezr I have not tested the nextcloud "social" app but I'm curious how nextcloud will enter the fediverse
-
Just pushed out an updated version of Mastodon for testing (v2.8.4). For link to install add the following to your domain string: (#/appstore/org.mastodon.cloudronapp?version=2.8.4). Your testing would be greatly appreciated. I will try to keep up with newest release and better manage the repo. The main git is at (https://git.stealthdrop.cloud/c1t1z3n0n3/mastodon_cloudron) for you to submit issues we also have a support rocket.chat at (https://support.helpchangethe.world). This app would not be possible without the giants that put in the work of the first packages. Happy Testing
-
Thanks @sumacinitiative . Have this mostly working now - https://git.cloudron.io/cloudron/mastodon-app . Will get this published next week
-
@will Seems similar to https://github.com/tootsuite/mastodon/issues/11277 .
From what I can tell ".", "_" and "-" are allowed as per https://github.com/tootsuite/mastodon/blob/f86ee4b59f25727d248609e0afe277a4f69f6be7/app/models/account.rb#L52 . So maybe this is a LDAP adapter bug that we need to report upstream.