I've created a feature comparison table for various #Mastodon #iOS clients:
https://github.com/jsit/mastodon-ios-app-features/blob/main/README.md
Please feel free to contribute with an issue or PR!
| Real Account | https://mastodon.online/@pwningcode |
I've created a feature comparison table for various #Mastodon #iOS clients:
https://github.com/jsit/mastodon-ios-app-features/blob/main/README.md
Please feel free to contribute with an issue or PR!
FYI If you are following the official documentation to setup your own #mastodon #instance. Be sure to check out this GitHub issue when you get to the "Setting up nginx" step.
This command Does Not Work
certbot --nginx -d example.com
Do this instead: (as root)
systemctl stop nginx
certbot certonly --standalone -d example.com
nano /etc/nginx/sites-available/mastodon
Then manually uncomment the two ssl lines
systemctl start nginx
https://github.com/mastodon/mastodon/discussions/17372#discussioncomment-2045474
Today was my name day, and my dad called to greet me and asked, “Why are you working today?”
I said: “I'm not working. I'm having fun. I'm #coding. It's not a job.”
Life #achievementunlocked.🤩
Yeah, nvm working in #parallels. I'll just setup my own #mastodon #instance and call it a day.
Feel free to follow me @pwningcode
I'll keep this account for now and see how things go.
Now lets see if I can install #mastodon in a #parallels #vm. I need a place to test the browser extension without messing up someone's server. 😋