This is why I use OMV and Nextcloud. A daily backup job duplicates everything to OMV. A weekly OMV backup job goes into Skiff drive. Fool me once…
This is why I use OMV and Nextcloud. A daily backup job duplicates everything to OMV. A weekly OMV backup job goes into Skiff drive. Fool me once…
Just use imgflip.com - that's all it does is add text to images.
What doesn't make sense is your use of the term "offline editor" - it's entirely nonsensical in this context. If they can't use an offline editor, they won't be any better with an online editor. It's like saying you need a 4 door car because you can't drive a 2 door car - it's the same thing with more seats. Photo editing is photo editing regardless of where the software is hosted.
I use Tailscale on PFsense. Just advertise the route to the local subnet and accept routes on whatever machine you’re accessing from and you’ve got yourself a pretty much plug and play solution.
I didn’t say they would. I said it’s a good time to learn.
I’m not saying in anyway that what you’re doing is in anyway wrong. It’s good that you’re thinking the way you are. Just saying, if you’re in this frame of mind now, it’s a good time to look at vlans. Think dedicated ranges with the benefit of reduced traffic saturation.
How small a client list are we talking? If it’s that small, then that would beg the question, why would you need dedicated ranges in the first place?
Son, I think it’s time you learn about vlans.
I didn’t even wait for expiration. I went ahead and moved all of mine into Cloudflare last night.
I have a zx01 or something like that from AliExpress with an N100 and 16GB. Those little machines are seriously impressive. It’s running Garuda and my son has not complained once about any game he’s tried to play. I don’t play games, I just bought it on a whim cause it’s tiny and $150 or so. I’ve run several systems on it without a hitch. I’m pretty certain it’ll hose a Minecraft server without an issue.
I currently have it running on a Zimaboard 216 which has a Celeron N3450 processor. Runs perfectly fine. Also have an instance running in proxmox with 2 cores and 1GB. Runs perfectly fine. I don’t know what the documented requires are but I can say from experience, it doesn’t need much.
pfSense on a ZimaBoard 216 works astonishingly well and it’s easy to setup and manage. Toss in a Mikrotik CSS610 and you have a vlan ready setup in under an hour.
If you don’t like the ZimaBoard, you can go with any of the Topton style router PCs from AliExpress for a couple hundred and have a 2.5Gb router running in proxmox with docker in a separate VM.
CTRL + D
I like OMV. It’s simple and to the point. TrueNAS is far too complicated and robust for basic home use, IMO. It’s like driving a tank to work. OMV does the job most people need. Nextcloud is cool but, again, a little to expansive for what I need. I’m not really going to use the included office tools or any of that. I just want remotely available storage. OMV + Tailscale + PiVPN means my backups and stored data are available anywhere, on any device including my phone. Nextcloud streamlines that availability but, again, just too much going on. TrueNAS is an enterprise product and feels like it. Not my cup of tea.
Docker-compose got it done. Once I learned about Volumes and using compose to pass in volumes from other instances I was able to pass in a directory with a custom yaml to the Dashy container then pass the same directory into the code-server container and both are working as I expected they should. Compose and volumes were the missing pieces. I also learned that stacks is how to use compose in Portainer. Not sure why they felt the need to change the naming but it works.
Cloudflare tunnel is the simple answer here. Yourdomain.com points to the public instance, private.yourdomain.com points to the private instance. All you need to do is install cloudflared on any always on machine on your network and point the URLs to the internal IPs of the machines hosting the services.
The other suggestions here are fine but Cloudflare is the easiest solution to what you want plus it’s free and simple to setup and maintain.
Yeah Dashy isn’t really important to me, it’s just another fun project to learn more about Docker. However, what I learned is that I don’t know shit about what I’m doing lol. It proved to be a great tool at exposing my absolute ignorance of something I thought I was getting a good grasp on.
Yeah I think I’m gonna shit can Portainer and go through that LinkedIn course someone else posted. Thanks for your insight.
Yeah I spent a few hours with Podman before I went straight back to Docker.
Huge thanks for this. I’ll look at them tonight.
You can self host VS Code.