widdix / mastodon-on-aws

Host your own Mastodon instance on AWS
https://cloudonaut.io/mastodon-on-aws/
136 stars 27 forks source link

Update README.md #38

Closed nleskiw closed 1 year ago

nleskiw commented 1 year ago

Change tootsuite/mastodon to ghcr.io/mastodon/mastodon

michaelwittig commented 1 year ago

Hi @nleskiw Would you also change tootsuite/mastodon to ghcr.io/mastodon/mastodon in mastodon.yaml?

nleskiw commented 1 year ago

It appears that was already done.

$ grep tootsuite mastodon.yaml 
$ grep ghcr mastodon.yaml 
        AppImage: 'ghcr.io/mastodon/mastodon:v4.1.2'
        AppImage: 'ghcr.io/mastodon/mastodon:v4.1.2'
        AppImage: 'ghcr.io/mastodon/mastodon:v4.1.2'
michaelwittig commented 1 year ago

@nleskiw you are right, sorry for that. I guess I looked at an outdated version of the file 🙈 Thanks for the fix