I use the ELK stack (Elasticsearch, Kibana, Beats)
I use the ELK stack (Elasticsearch, Kibana, Beats)
What are your thoughts on Kagi? How does it compare to Google/Bing/etc?
$10/m for 1 provider and 1 indexer?
If you hunt around this black friday you should be able to get a better deal than that. For reference I have 1 unlimited provider (newshosting) for about $30/yr and 2 indexers each around $15/yr
Have you considered contacting the admins and seeing if they’d be able and willing to provide a dump for you?
Presumably they wouldn’t necessarily know the 2nd server even exists if they’re just hitting the reverse proxy. As long as both the reverse proxy and the origin server aren’t under the same VPS provider I would expect that to be fine.
Reverse proxy gets targeted, shut down, you spin up a new one somewhere else and keep going.
I transfer files to the pi via owncloud, it is incredibly slow on my pi 3b
Just guessing, are you using ethernet and does the Pi 3b have drives plugged in to USB?
A big issue with the Pi 3b is that the ethernet and USB share a single channel, so if you’re writing to a USB drive then you’re bottlenecking your ethernet and vice versa.
You could try using wifi instead of ethernet. I’ve squeezed out some extra performance in the past doing so.
To answer your question though, the Pi 4 does remove this limitation so you should see much higher throughput than the 3b
Unfortunately, not any more, sorry!
That was a while ago and we recently finished developing a replacement in-house so the OSTicket server is no more
I will say though that the Admin/Client panels are all powerful but quite unintuitive and not pretty. Think of old software from 90’s / early 2000’s that could do everything you wanted but you needed the manual most of the time.
In the Zero Trust dashboard you can choose exactly which ports are exposed by the tunnel
Can’t say I looked too much in to alternatives, but I got my workplace set up with self-hosted OSTicket. Worked perfectly for what we needed
Because it would make it easy to run both Truenas Scale and Kali, rather than trying to make Kali run under Truenas
Install Proxmox on the host, then Kali and Truenas as VM’s under it. Tailscale or Zerotier to create a vpn to access it securely remotely.
Proxmox 100%. Absolute perfect environment for playing around with jellyfin and whatever other software you want to check out. Just make a container, install whatever you want in it, then either leave it or delete it when you’re done. Makes life so simple
Same situation here but my users are all just friends and family so what I did was whitelist access from my own country and blacklist everything else. Not bulletproof of course but it did cut down on unintended traffic by nearly 100%
Cloudfare offers an authentication service like that already. Really easy to set up in front of a tunnel
Like others have said, it’s just an attempt to make selfhosting some things prettier and more user friendly while also giving you a system you could daily drive.
Honestly if you’re even a little bit familiar with Linux, I would say just install Proxmox instead. It’s such a good tool that will make experimenting and learning so much easier. If you still need docker then install portainer in an LXC or VM and off you go