That’s strange, I’ve run it fine on some very underpowered hardware. Are you adding a specific monitoring integration with it, or just out of the box settings?
Hello World!
That’s strange, I’ve run it fine on some very underpowered hardware. Are you adding a specific monitoring integration with it, or just out of the box settings?
As others stated, you can run and access the interface locally (or setup your own reverse proxy) for free. Their Cloud dashboard is also free for up to 5 nodes. They recently added a flat-rate “Homelab” plan as well, if you want to remove the limit. It’s all quite usable for $0 otherwise though!
I’m a huge fan of Netdata, very configurable and monitors just about anything you could want. Great interface and alerts too - https://www.netdata.cloud/
Worth noting that this should not affect you if you are only using tunnels (no DNS entries / open ports).
Netdata is fantastic, but not sure I’d call the UI mobile friendly (unless I’m missing something? 😂) To me, that’s really one of the only weak points with it.
An ultralisk was the first thing that I thought of.
That would only really work well if you had an equal number / frequency of posts coming in on your ‘Everything’ and ‘Subscription’ feeds. Otherwise the posts from your subscriptions could pretty easily get ‘overwhelmed’.
I think the idea is, see almost everything you are subscribed to, but also don’t miss any very popular posts. Ideally I’d love to be able to specify the ratio even. Something like “show me 5 posts from my subscriptions, followed by 1 post from another feed (e.g. Everything)”.
Instead of weighting posts, could also just do alternating posts from each list. With deduplication as well.
They actually recently opened a beta for sending emails from Workers as well. There are already a few projects to make use of this, examples:
I’d also like this, I think highlighting the ‘points’ with the vote color is good enough for me.
Thanks for your work on converting Sync to use Lemmy! I’ve tried just about every App for Lemmy, and Sync seems to certainly be the most feature-filled one so far.
As far as pricing goes, I don’t see a problem with experimenting on price and seeing what people are willing to pay. To the people saying $20 is too much… we are talking about removing the main source of revenue in the app, forever. That’s a pretty tough thing to figure out the ‘right’ price for, and might take some experimentation. If I was the developer, you can bet I’d start the price high though, rather than too low.
Sounds like what you want is some form of webhooks that your customers can sign up for, that will send out when the reports are complete.
There are quite a few ways to do that. One I’ve looked at recently is Convoy, for setting up a user-facing webhook Dashboard -
By using webhooks for delivery, then your actual configuration / viewing of schedules just becomes standard API calls.
Interesting article, thanks for sharing!
I’ve run a (nowhere near as popular) public API for just about 10 years now. Definitely relate to the bit where he mentions people simply retrying the same request when they get an error. 😂
I get a lot of students using the API for learning projects, which is great! But it also means my rate limiting is more often protecting my server from accidental infinite loops, rather than anything purposely abusive.
I’ve looked at mTLS certs as well, but think you’d run into the same issue there as Service Tokens (app needs to support it).
It really is a shame, because Cloudflare Tunnels / Access is great otherwise. Just troublesome to have non-browser access.
You can use Service Tokens with Cloudflare Zero Trust (Access). Unfortunately, the companion App then has to support setting custom request headers, in order to send the token. Not many support this in my experience.
The only other option would be to use Basic Authentication, instead of Cloudflare Access. This isn’t as secure, but would be supported by most Apps (since you can simply inline user:password in the API URL). You can even setup a Cloudflare Worker to add basic auth to any Route you want.
Ideally, would love some hybrid of these approaches, where I can keep Access enabled, but override with basic auth for ‘legacy’ apps. Don’t know of a way to do this though.
Edit: Forgot to mention a third option, if you just want access while home, you can setup a bypass in Cloudflare Access policies for your home IP address. Then if you really need access when remote, you could also use VPN, but not as seamless of course.
Awesome, thank you for sticking around!
The primary difference is mainly just the UI and how the deals are presented. The underlying data / prices are going to be pretty similar, as we are both dedicated to only tracking official stores (no grey market key resellers). So feel free to check out CheapShark, but no hard feelings if you prefer to stick with ITAD! 😄
Thanks for being an active user! Hope that you’ve found many good deals! 😁
Weird! For reference one VM I run on only has 1 GB of memory, and Netdata uses 100-200 MB. Could be something going on with UnRAID though. Definitely some sort of bug I’d think, since normally resource usage should be very low across the board.