Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
codecompost @lemmy.codecompost.nl
Posts 1
Comments 14

Hashtags not populating?

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?

1
Should I bother learning Podman?
  • 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.