Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Mastodon

121 Topics 962 Posts
  • Mastodon - Package Updates

    Pinned
    54
    0 Votes
    54 Posts
    2k Views
    nebulonN

    [1.13.1]

    Update Mastodon to 4.2.8 This update changes registrations to be closed by default. Full changelog Add hourly task to automatically require approval for new registrations in the absence of moderators (ClearlyClaire, ClearlyClaire) In order to prevent future abandoned Mastodon servers from being used for spam, harassment and other malicious activity, Mastodon will now automatically switch new user registrations to require moderator approval whenever they are left open and no activity (including non-moderation actions from apps) from any logged-in user with permission to access moderation reports has been detected in a full week. When this happens, users with the permission to change server settings will receive an email notification. This feature is disabled when EMAIL_DOMAIN_ALLOWLIST is used, and can also be disabled with DISABLE_AUTOMATIC_SWITCHING_TO_APPROVED_REGISTRATIONS=true. Change registrations to be closed by default on new installations (ClearlyClaire) If you are running a server and never changed your registrations mode from the default, updating will automatically close your registrations. Simply re-enable them through the administration interface or using tootctl settings registrations open if you want to enable them again. Fix processing of remote ActivityPub actors making use of Link objects as Image url (ClearlyClaire) Fix link verifications when page size exceeds 1MB (ClearlyClaire)
  • Problems with S3

    1
    0 Votes
    1 Posts
    35 Views
    No one has replied
  • Can't switch user because of OIDC issue

    Solved
    3
    0 Votes
    3 Posts
    49 Views
    jdaviescoatesJ

    I was logged in to my dashboard as jdaviescoates and into Mastodon as uniteddiversity and what I wanted to do was to login to Mastodon as josef

    @girish said in Can't switch user because of OIDC issue:

    @jdaviescoates you are probably logged into the dashboard as well.

    I was, but as a different user...

    But, actually, it seemed I was somehow logged in as both.

    So, I just logged out of my dashboard as jdaviescoates but I was immediately still logged in, but as uniteddiversity

    I'm not sure how that happened/ was possible - because how did I manage to login as jdaviescoates in addition to uniteddiversity?

    I mean, surely I would've had to logout as uniteddiversity in order to be able to login again as jdaviescoates - but I guess, not, somehow šŸ¤·

    @girish said in Can't switch user because of OIDC issue:

    We are going to look into OIDC logout support from next release.

    Sounds like that is a pretty important thing to support, thanks! šŸ™

  • Problem with first User/Admin

    Solved
    3
    0 Votes
    3 Posts
    68 Views
    sponchS

    thanks - that did the trick šŸ™‚

  • Rename user handle /cloudron users

    Unsolved
    9
    1 Votes
    9 Posts
    107 Views
    scookeS

    No, I mean just reinstall your Mastodon and start over with your account. As long as the account you want to have named correctly was only ever created on your own instance, reinstalling that instance should reset that username. If you move it, you won't be able to change it (I think).

  • 3 Votes
    4 Posts
    79 Views
    necrevistonnezrN

    @rmdes said in Custom Cloudron image for ElasticSearch:

    I'd certainly contribute with funding, even more if the app can then be used by other cloudron apps (if possible)

    Nextcloud being such a candidate

  • How to install Elasticsearch on Mastodon?

    42
    1 Votes
    42 Posts
    2k Views
    bmannB

    The new thread is for funding packaging and support https://forum.cloudron.io/topic/11178/custom-cloudron-image-for-elasticsearch

    Iā€™m no good with Docker, but what I can do is pool funds and rally people to get it done.

  • Mastodon v4.2.6

    Solved
    4
    0 Votes
    4 Posts
    91 Views
    nebulonN

    New package is out now

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Mastodon 4.2.5 does not display images

    Solved
    4
    1 Votes
    4 Posts
    77 Views
    A

    Hi girish,
    thanks for replying. I found the error, at the end it was a RAILS variable: https://github.com/mastodon/mastodon/issues/24177

  • Mastodon 4.2.5 security update

    Solved
    4
    0 Votes
    4 Posts
    111 Views
    nichu42N

    You're the best! Thank you.

  • SMTP sparkpost issue.

    20
    1 Votes
    20 Posts
    205 Views
    M

    Big thanks @girish

  • 0 Votes
    18 Posts
    1k Views
    R

    been a while, and still on the Cloudron But more and more now not able to changer there email or password getting the the line "your are logged in external"
    so i thing going to run your steps @itbeard or does Cloudron have the solution now
    regards
    Eric

  • Import from masto.host

    Solved
    9
    0 Votes
    9 Posts
    357 Views
    holloschH

    We'll set up an fresh instance. This is quite simpler.
    thanks for help!!!

  • Backing up media cache

    34
    0 Votes
    34 Posts
    2k Views
    archosA

    @nebulon Thank you for your reply. In the instructions it says that first you have to run the command

    cd /home/mastodon/live aws s3 sync --acl public-read public/system/ s3://instance-media --endpoint=https://s3.fr-par.scw.cloud

    To synchronize local data, cache Mastodon media to the S3 bucket.
    I guess that would have to be a different command here on Cloudron.
    Now my images load, but the local avatars, server image have disappeared from the instance and the remote images and avatars are not loading. Is it possible that the remote images will load gradually, I don't know.
    I've been really struggling with this for a few days now and the result is still not good. šŸ˜ž

  • 2 Votes
    3 Posts
    100 Views
    jdaviescoatesJ

    @ehson_mokhtary you may also find some clues e.g. in these posts:

    https://github.com/cybrespace/cybrespace-meta/blob/master/s3.md

    (see e.g. this section https://github.com/cybrespace/cybrespace-meta/blob/master/s3.md#follow-up although I've no idea how you'd do that on Cloudron)

    https://chrishubbs.com/2022/11/19/hosting-a-mastodon-instance-moving-asset-storage-to-s3/

  • Mastodon 4.2.0 update error

    Solved
    6
    1 Votes
    6 Posts
    240 Views
    T

    Found a solution!

    Went into my 4.1.9 app page in Cloudron, clicked Terminal, used the Postgres button to get into DB mode, and typed this in:

    CREATE UNIQUE INDEX index_statuses_tags_on_tag_id_and_status_id ON public.statuses_tags USING btree (tag_id, status_id);

    Managed to upgrade seamlessly to 4.2.0 after that.

  • Mastodon 4.2.0 coming

    Solved
    6
    1 Votes
    6 Posts
    397 Views
    nebulonN

    Package is out.

  • 4.1.8 security patch

    Solved
    3
    2 Votes
    3 Posts
    79 Views
    nebulonN

    Yes package update is out by now.

  • V4.1.7 Release

    Solved
    2
    0 Votes
    2 Posts
    79 Views
    nebulonN

    Updated package is out.