

Isn’t that basically SyncThing? I thought it was BitTorrent under the hood.
Isn’t that basically SyncThing? I thought it was BitTorrent under the hood.
I tend to change volumes to bind mounts. Makes it easier to backup or move the service.
Might want to avoid using relative paths with bind mounts and declare the full path. It has caused me headaches before.
Might take a look at NextCloud though it may be overkill as it’s intended to be a full Google Cloud or Office365 replacement. On the other hand, it is modular so you only have to set up what you actually need.
There’s a couple of options.
I’ve used Grocy. It’s not intended for that particular use case but it would work. More for Grocery management.
Might want to check out https://awesome-selfhosted.net/
Depends on your threat model, but you’re probably fairly secure from remote unauthorized access right now.
Given that I’m American, I would put the *arr stack behind a dedicated VPN container like gluetun and set Gluetun up using a “no logs” VPN.
For remote access, Tailscale can probably get around that double NAT. If you have it on your devices as well as your server, you won’t necessarily need to expose anything publicly.
If that’s not an option, you could set up an external VPS to run a reverse proxy (Caddy perhaps) and use the Tailscale connection to connect the VPS to your home server. There are fully self hosted ways to do this (Headscale comes to mind), but Tailscale is how I personally would solve this.
They load. I have to specify http:// to get it to work though.
I’ve never done it myself but this may be what you’re looking for.
Please! That would be very helpful. I tried but got tired of banging my head against a wall. I’d like to see how you approached it.
It’s doable. I personally run my Jellyfin instance publicly available and there’s maybe 3 people who use it regularly. With my internet connection, WAN side users are limited to about 720p but I’ve had the 3 of us all playing different media at the same time on occasion. The main limiting factors on the number of simultaneously active users is how much upload bandwidth you have and how quickly you can transcode video files. Any 10 year old box will be able to handle 1 or 2 users at a time provided it doesn’t need to do a bunch of transcoding. If your building a box, would use a 11th or 12 gen Intel or if you must go AMD, have a graphics card to handle the transcoding. The “build a box” route can probably handle 4 or 5 simultaneous users, possibly more depending on your hardware choices. The main limiting factor in that case would be your upload.
What’s your utilization? On how many cores?
Starting blind, I’d start with cleaning the case, fans and heat sinks with compressed air (canned is fine, do it outside). Dust builds up, and prevents proper cooling. DO NOT LET THE FANS SPIN WHILE CLEANING THEM, the reverse current will damage your system.
Check for any failed fans.
After that, changing the thermal paste might help depending on how well or how long ago it was applied originally. Paste is cheap so no need to be stingy. Generally lasts about 5 years before beginning to degrade.
I’ve always used NameCheap. Can’t speak to their ethics, but customer support has been excellent the few times I’ve needed it.
Before I grew enough spare capacity at home to self host our family’s server, I was using MCPro hosting. It was fine and at the time, cheap. I understand they’ve been bought by Apex now though. No experience with them.
Not OP but if I had to guess, probably Turnkey File Server.
When I was first playing with NC I was using a RPi3 with an external SSD for a drive. Performance was pretty good, but as soon as I tried the same setup in a VM, the performance tanked. The only way I found to avoid the performance penalty was a manual install like it was bare metal, which I didn’t really want to do. My experience with such setups is that they tend to be brittle.
My understanding was that the performance penalty was caused by the chain of VMs. Proxmox --> Ubuntu VM --> Docker. I don’t know enough about it to say for sure.
My NextCloud is running on an old desktop that’s been repurposed into a server. The server is running Proxmox, and NC is running in docker directly on Proxmox using the nextcloud-aio image.
Found that had better performance than running it in a VM and was less headaches than the other install options.
I keep thinking about moving it to dedicated hardware, say some sort of mini pc, but it hasn’t been a high priority for me.
I started running into the same problem about 2 years ago. Found a company called Send in Blue ( which has since been bought and is now called Brevo). They’re a commercial mail sender but have a free tier. How long that will continue to be available, I don’t know, but for now it solves my email sending issues.
Possibly. The listing seems to mostly consist of things I’ve never heard of, or would be interested in watching for that matter.
I use SearcXNG. It can use Google on the backend, but in default configuration it uses several different backends. It can also use paid backends if you set it up. Basically if it has a search api, SearXNG can hook into it with the right configuration.
I’ve bounced between a bunch of different ones. Each time I switched and moved the directory over the formatting and linking tended to break. In the end, I settled on just a raw hierarchical directory structure using raw markdown (using a basic text editor) for typed notes and whatever other relevant media (pictures, pdfs, whatever), and GoodNotes for handwritten notebooks with PDF backups saved to directory on my Nextcloud.
I don’t know, maybe my needs are odd but I’ve just never found a single application that could handle all of my note-taking and documentation needs. Everything is close, but frustratingly annoying in one missing feature or another. And all of them seemed damned slow compared to just opening up a file browser or a terminaland doing what I needed.
As for file syncing, Logseq was pretty easy to handle syncing for. I just put the logseq notes directory on my Nextcloud and Bob’s you’re uncle. Access on my desktop, laptop and mobile devices. Don’t have to use Nextcloud though, just something that would allow you to sync the directory between devices. Syncthing would probably work. Just don’t bounce between devices too fast. Causes conflicts you have to correct manually.