Comments for 300M m/s https://300m.com Cyber Recovery and Hygiene Mon, 21 Nov 2022 12:11:10 +0000 hourly 1 https://wordpress.org/?v=6.9.4 Comment on Setting up a Mastodon Server at DigitalOcean by Marc Kranat https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10153 Mon, 21 Nov 2022 12:11:10 +0000 https://300m.com/?p=1856#comment-10153 In reply to Andrew.

Looks good to me https://www.ssllabs.com/ssltest/analyze.html?d=besocial.co.za&latest
Common names besocial.co.za
Alternative names *.besocial.co.za besocial.co.za
Serial Number 04e51f2283df6fa7e393ae568f6a79805222
Valid from Mon, 21 Nov 2022 09:49:21 UTC
Valid until Sun, 19 Feb 2023 09:49:20 UTC (expires in 2 months and 28 days)

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Andrew https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10152 Mon, 21 Nov 2022 07:21:14 +0000 https://300m.com/?p=1856#comment-10152 Hi for some reasons chrome is saying that my site is not safe. Is it something to do with the SSL certificate. I registered the site through godaddy and used the 1-click digitalocean masterdon setup. Everything seems to be working great except for the secure connection in the browser. Any ideas? Should I try install a certificate with GoDaddy?

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Douglas https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10142 Sun, 20 Nov 2022 04:21:14 +0000 https://300m.com/?p=1856#comment-10142 In reply to Marc Kranat.

Turns out rebooting the droplet makes the logs work :shrug:

Once I had logs I could see that I needed to enable Object Level ACLs.

I’m going to reach out to the folks that made tutorials that I found and let them know to add that.

Must have: “ACLs Enabled” under Bucket / Permissions / Object Ownership

Now I need to figure out why my friends on other servers are showing up with 0 posts.

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Douglas https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10141 Sun, 20 Nov 2022 01:43:23 +0000 https://300m.com/?p=1856#comment-10141 For sure. /opt/mastodon/public seems fine

I tried adding RAILS_LOG_LEVEL=debug to the .evn.production and journalctl is still returning

No journal files were found.
— No entries —

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Marc Kranat https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10140 Sun, 20 Nov 2022 01:13:31 +0000 https://300m.com/?p=1856#comment-10140 In reply to Douglas.

Sorry, 500 errors are far to generic for me to help here, but one more suggestion, check the ownership of /opt/mastodon/public/ is mastodon and not root, and correct if needed.

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Douglas https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10139 Sun, 20 Nov 2022 00:47:00 +0000 https://300m.com/?p=1856#comment-10139 In reply to Marc Kranat.

Good point. Nothing super revealing in the nginx log. No errors. I do see the 500 in the access log.

..IP.. – – [20/Nov/2022:00:44:36 +0000] “POST /api/v2/media HTTP/2.0” 500 894 “…HOST…” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36”

Load is at 0.01 and swap is not being used..

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Marc Kranat https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10138 Sat, 19 Nov 2022 22:03:28 +0000 https://300m.com/?p=1856#comment-10138 In reply to Douglas.

Prob coming from NGINX, Check /var/log/nginx, those are pretty meaningful logs, also check your resources with top (or i prefer htop).

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Douglas https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10137 Sat, 19 Nov 2022 21:55:18 +0000 https://300m.com/?p=1856#comment-10137 After install, I’m getting 500 errors on most searches and when trying to upload images.

There isn’t anything to go on from the browser console and I’m not seeing any logs. I see an empty log folder under the mastodon home and the journalctl is simply returning “No journal files were found”

Any tips on how to debug these 500 errors?

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Marc Kranat https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10135 Sat, 19 Nov 2022 17:10:56 +0000 https://300m.com/?p=1856#comment-10135 In reply to Dario Hudon.

Nice walk though here setting up with an S3 bucket https://github.com/cybrespace/cybrespace-meta/blob/master/s3.md
Make sure you have given the Masto server IP address access to the bucket, that caught me once as I think default they are full locked down.
I wouldn’t be using my default admin account for general use anyway, create a new user, and elevate permissions to admin.
adding a “.” in the user part of an email address usually allows you to use the same email address on multiple accounts, so maybe first.last@ is the same as firstlast@.

]]>
Comment on Setting up a Mastodon Server at DigitalOcean by Dario Hudon https://300m.com/privacy/setting-up-a-mastodon-server-at-digitalocean/#comment-10134 Sat, 19 Nov 2022 16:40:38 +0000 https://300m.com/?p=1856#comment-10134 ]]> Hey Marc, thanks for a simplified breakdown. I have an instance that I’m trying to get going but have a few issues.

I went the S3 route for storage and curious what the settings in env.production would be to just use Digital Oceans as I’ll be the only one using the instance — Having issues with permission on S3 and running in circles 🙁

I’m going to try your SMTP settings for Gmail as well to avoid the same issue with Sendmail.

I was wondering however, is there a way to rename the admin username? I named it Admin and would prefer it be my username. If not, perhaps I can create another user and give them admin access?

If so, is that done using RAILS_ENV?

Thanks for helping us all out, truly appreciated 🙌

]]>