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

134 Topics 1.1k Posts
  • Mastodon setup

    Moved
    4
    0 Votes
    4 Posts
    504 Views
    scookeS
    @johav What is wrong with this Dr. Jo? Makes sense... your name and your company name... perfect. Do you mean changing to openscicomm.access2perspectives.org? Or, jo.openscicomm.com? Clearly it will be too lengthy to do https://openscicomm.int.cpn.edu.rs! This here says you changing your username is basically making a new account, then directing the old username to the new one/new instance. At any rate, if you are doing this on Cloudron, it's really a simple thing to just start over with the domain name you want. Just be sure that the root domain is one you control because the root needs to have a domain on Cloudron for Mastodon to work (check out the "Federation" section at https://docs.cloudron.io/apps/mastodon/).
  • Mastodon and Matamo

    Moved
    6
    0 Votes
    6 Posts
    651 Views
    R
    @jaschaezra true, also something to think about indeed
  • Any ideas why images aren't showing anymore (using Minio)?

    Solved
    3
    0 Votes
    3 Posts
    602 Views
    scookeS
    @msbt That seems to be it. I'm using a Caprover instance of Mino now, whereas the previous instance was hand-rolled and installed. In the previous manual install, the two were different. In this Caprover install, both were the same. What threw me was that most documentation says that the two ARE different. But I fiddled a bit, changing each and seeing what happens, and that's how I got it working. Thank you for the tip!!
  • Warnings when editing user to be an admin

    5
    0 Votes
    5 Posts
    510 Views
    girishG
    Looks like it wants a slightly higher ruby version than that is bundled with ubuntu 20. I guess we can install the ruby version it wants via rvm but this seems like an overkill to remove a warning.
  • connect with other instance

    Unsolved
    4
    0 Votes
    4 Posts
    403 Views
    girishG
    @redegelde For general mastodon tutorials, please see the upstream docs - https://docs.joinmastodon.org/
  • LIMITED_FEDERATION_MODE

    Unsolved
    2
    +0
    0 Votes
    2 Posts
    467 Views
    nebulonN
    @CBCUN can you try to add that variable in the env.production file via in the filemanger via the Cloudron dashboard and then restart the app?
  • SSH Access Issue folder

    Moved
    9
    0 Votes
    9 Posts
    1k Views
    A
    @girish this is why need to research before judge this amazing product I had! Great team Cloudron again this is not trash!! This greatest I had.
  • Mastodon media cache cleanup is doing nothing?

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    W
    Solution: ./bin/tootctl media remove has an option --days which defaults to 7 days of not set. Our instance is only 3 days old. Since i did not set the flag it defaulted to 7 days. The system did everything right. There were no files as old or older than 7 days. Accordingly it did not delete anything. Computer smart. I was able to delete the cached media files.
  • How/Where to install own Mastodon theme

    6
    0 Votes
    6 Posts
    899 Views
    K
    Hi @girish Thank You for reply. I think I found the most recent manual. Can you take a look at it? https://github.com/Coffeedon/Cofffee-Assets/blob/main/README.md
  • Media not loading

    4
    1 Votes
    4 Posts
    525 Views
    H
    @jdaviescoates I have indeed. I believe that something must have happened to my block storage, as I since noticed that it was no longer mounted at all. Unfortunately I think the images are simply not there at all. In terms of things I had personally shared, that is just a lost cause now I believe. No major harm done there. But regarding avatars and images from remote posts, is there some way that I can force Mastodon to re-download these rather than trying to pull from a local source that doesn't actually exist?
  • IPv6 for Mastodon - how?

    10
    0 Votes
    10 Posts
    1k Views
    S
    @girish said in IPv6 for Mastodon - how?: @stormgrass This one - https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets . Did you do this? Ah, no, that point I missed. Am trying to fix it now, but the yaml indicated in the doc doesn't exist. So, I've created it and get hit with a syntax error, even though it's a copy of the contents specified. Anyway, I'll keep investigating, but I think you can mark this as resolved now. Thank you!
  • 0 Votes
    4 Posts
    552 Views
    scookeS
    YES. It does work. I have two different Mastodons using two different domains, and they are fine. Hope this helps anyone else with the same question.
  • Mastodon can't connect to Redis

    Moved Solved
    7
    0 Votes
    7 Posts
    2k Views
    S
    @girish Thank you, that did the trick! Not entirely sure how and why my install looked the way it did. I think I installed it first thing once it showed up in the app store, but back then it was still marked as unstable. Anyway, it's all good now, thank you!
  • Increase character limit for toots from 500 to xxxx

    7
    1 Votes
    7 Posts
    981 Views
    robiR
    does mastodon support threads yet?
  • No "Server description" and no "Custom extended information"

    Solved
    7
    0 Votes
    7 Posts
    792 Views
    E
    @girish Confirmed. I also found my description in the meta-tags. Okay, that's how it (the page design) works. Problem solved. Once again: Thank you very much! Greetings Eismer
  • Fresh reinstall of Mastodon?

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    E
    @murgero Thank you! I think, resigning from the relays will help. Your answer helped me a lot to understand some things about Mastodon. Have a nice weekend! Eismer
  • Some Mastodon users getting a blank screen

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    girishG
    I have put a note in our docs and also in the postinstall message.
  • This topic is deleted!

    1
    +0
    1 Votes
    1 Posts
    4 Views
    No one has replied
  • Mastodon RSS : what is "contentSnippet"?

    4
    0 Votes
    4 Posts
    671 Views
    timconsidineT
    @robi hmmm, that's a good question. I was under the impression that some text is mandatory. But having tried it, Mastodon certainly allows it. And the RSS feed looks like this : { "title": "xxxxxxx: “”", "link": "https://xxxxxxxxxxxx", "pubDate": "Sun, 26 Sep 2021 19:56:22 +0000", "enclosure": { "url": "https://xxxxxxxxx.png", "length": "14690", "type": "image/png" }, "content": "", "contentSnippet": "", "guid": "https://xxxxxxx", "isoDate": "2021-09-26T19:56:22.000Z" }, So it works. Although my n8n workflow to crosspost to Twitter would likely break, but I will try that later when I'm feeling braver.
  • Sidekiq Startup Threads / Processes

    Solved
    6
    0 Votes
    6 Posts
    881 Views
    girishG
    @michaelf in the new package there is a /app/data/config.sh that you can edit to tweak the settings . https://docs.cloudron.io/apps/mastodon/#scaling