Hi, I ran an instance of Mastodon end of last year but took it down a moth later. Now I'm getting back into Mastodon with a new instance, this time running it from Docker. The last time I ran my Mastodon instance, I pretty much got an e-mail every day to approve new trending hashtags. Now in my new instance, I got one email and approved one hashtag (#introduction), but since then I have gotten no emails. Also the trending hashtags list is empty. I checked the postgres database and the `tags` table is full of records. Am I missing something here? Or should I wait a couple more days?

11
3
Should I bother learning Podman?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCO
    codecompost
    1y ago 60%

    But is it really a drop-in replacement for docker? Networking seems fundamentally different.

    I tried to use a docker compose file for Wordpress as an example, with nginx-proxy-manager in another compose file. They're linked together through an external network.

    Podman works differently. You're expected to create 'pods'. I'm not super clear on this (just dipping my toes) but podman seems to be an alternative to k8s, not docker.

    1