iKill101

joined 2 years ago
MODERATOR OF
[–] [email protected] 1 points 1 year ago

When I say two servers I mean two VMs to get the system to work effectively.

From memory, the admin interface doesn't get an SSL certificate issued to it. It perpetually stays HTTP. If you don't set up another server as a reverse proxy, it won't let you log in due to CORS issues. Add another server as a reverse proxy, and it'll come good and let you log in.

Hopefully that makes sense?

[–] [email protected] 12 points 1 year ago

I mean, my local Colesworth doesn't really give a shit. I've seen people on the phone buying mass gift cards and had to step in because the staff just allow the purchases. I haven't heard a warning over the PA/in-store radio for years now. YMMV but it's still a problem around NW Sydney it seems.

 

As per title.

Wondering if anyone else here has had any experience with the self-hosted version of OneUptime? And specifically, has anyone had any luck setting it up behind Nginx Proxy Manager?

I've managed to set it up, but I'm honestly not 100% happy with how you have to essentially have two servers to host it (one being a reverse proxy for the admin interface, the other being the application core).

Don't get me wrong, it's neat and definitely full featured, but there is still a long way to go with it. For my use case, I wanted a public status page that people can subscribe to for updates. I'd come from UptimeKuma which was fantastic but lacked the subscriber feature. I used to use Cachet back in the day before it became abandonware (the original owner bought the rights back for it and has rebooted development for it, though!).

 

For my non-Aussie friends, the ATO = Australian Taxation Office.

 
 

She was asleep like this, but as I picked my phone up she woke up... still with tongue out.

 
1
Sorry about the downtime... (external-content.duckduckgo.com)
 

What happened?

Our SSL certificate expired, which rendered our instance unusable - that is, no content would load.

Why'd it happen?

We're not 100% sure. NGINX Proxy Manager is supposed to renew the certificate automatically, but it didn't. I'm suspecting this has something to do with how I've set it up. I'll need a bit of time to investigate further.

Why'd you take soo long to fix it?

Busy with IRL work, and didn't notice it. I haven't had time to jump onto Lemmy in the last 24 hours.

What steps are you taking to ensure this doesn't happen again?

I'll be adding the Lemmy instance to my UptimeKuma server to monitor the cert expiry, and give me notice before it expires. If I can't figure out why it's not renewing automatically, I'll renew the certificate before it expires again.

[–] [email protected] 3 points 2 years ago

Hey, thanks for the link/suggestion for Yattee! Never knew something like this existed for iOS.

 

Unfortunately, some people have decided to post CSAM on remote instances. The moderators of the communities have been very proactive, but because of the federated nature of Lemmy, it means the material had federated.

So like most instances are doing, we've initiated a purge on the pictrs database/filesystem to delete ALL images from the last 24 hours.

Images may appear broken. I'd like to apologise for the inconvenience, but as Lodion said best on his post in [email protected] - "... this is pretty much the nightmare scenario for an instance. I’d rather nuke all images ever than to host such content."

It's pretty disgusting.

For fellow Lemmy admins who are curious, the script to delete is:

sudo find /srv/lemmy/example.com/volumes/pictrs/files -type f -ctime -1 -exec shred {} \;

Be sure to modify the path to point to your pictrs directory!

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago)

I hope that in my lifetime I can see ISPs regulated as a public utility.

From an Aussie where our Internet is somewhat considered a "public utility" (NBNCo), it's not the best. I'm paying $130/mo (Aussie bucks) for 250/100 fibre.

Our NTDs are capable of gigabit symmetrical, but thanks to our Lord and Saviour, Rupert Murdoch, it was essentially limited speed wise and the network was built with ridiculous complexity, such as the CVC constraints (Connectivity Virtual Circuit), which means ISPs have to buy additional bandwidth and hope and pray that every user doesn't max out their connections at the same time.

For example, the POI (Point of Interconnect) I'm connected to has a total of 1.5Gbps with the ISP I'm with. Based on their stats which they make public to customers, I'm guesstimating that there's approximately ~50 other households in my POI area connected with this ISP. We all have to share that bandwidth otherwise it slows to a crawl.

ETA: I'm purely talking about the FTTP network here, not the other part of the mess that is NBNCo and FTTN/C/B, Fixed Wireless, Satellite & HFC... the NBN is a complete mess.

 

As per the title, 0.18.4 was released a few days ago and we'll be updating to it in the next hour.

As usual, attached is an overview of the (new) server! Barely a scratch so far. Everything is running optimally.

Thanks for all your support! ❤️

 
 

Kinda. There are a few small issues to still figure out, but for the most part we're back and should be federating.

I'll be working over the coming hours to finalise things and fix the niggly errors.

If you notice any errors, please message me or post here.

Cheers!

 

Hopefully you won't notice much downtime, because it's going to be a relatively simple migration. But if you do notice, apologies in advance!

I plan on doing the migration within the next 24 hours. Possibly sooner. Can't give an exact time at the moment, but check the comments. I'll post updates here.

[–] [email protected] 12 points 2 years ago

My disappointment is immeasurable... and my day is ruined.

 

As per the title, we've just upgraded the instance to 0.18.3. Hopefully this'll fix the database taking up enormous amounts of space!

I've also attached some graphs of the instance's status for the nerds out there.

If you notice any issues, please let us know!

Thanks ❤️

[–] [email protected] 3 points 2 years ago (1 children)

I just set up Pixelfed myself. I've got it running on a 1GB Linode. Would definitely recommend at least 2GB RAM, because mine is using swap like there's no tomorrow.

Processor wise, one core seems to be OK. My load averages are 0.11-ish.

[–] [email protected] 2 points 2 years ago

I don't believe that's possible. At least, not right now. Happy to be corrected though.

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago) (1 children)

I did, yes. It took me a few hours of troubleshooting though, spanned across two days. I'm using Nginx Proxy Manager instead of the Nginx proxy that comes with Lemmy, but it all translates similarly. I also followed this guide on YouTube.

If it's sitting there saying "pending" for your subscriptions, it may be that the "proxpass /" location ports are off by one. It'll look like it's federating properly, but really it isn't. That was one thing I noticed with the documentation/examples; things were off and not updated. Check my screenshot attached for what I mean. The documentation/example config for the proxy lists the Lemmy-ui port as 1235, but it's actually 1236.

Screenshot

Hopefully that makes sense. If I can be of any more assistance, let me know!!

[–] [email protected] 12 points 2 years ago (14 children)

Personally... it was an experience to say the least. I went down the Docker path for my instance. I've tried to keep away from Docker for ages, but here I am.

I'd recommend using the ansible playbook to get it running, as the docker documentation isn't very detailed and it gets very confusing; especially for a beginner.

view more: next ›