• 1 Post
  • 5 Comments
Joined 1Y ago
cake
Cake day: Jun 16, 2023

help-circle
rss

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?


Anyone else had experience with OneUptime?
As per title. Wondering if anyone else here has had any experience with the [self-hosted version of OneUptime](https://github.com/oneuptime/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!).
fedilink

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


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.


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.


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.