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 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.
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.
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.
I’m running casa on Debian on a pi 4. I have three drives attached, two in an external enclosure and one nvme in an Argon nvme case. The last update the two external drives disconnected and won’t reconnect. Last night I took another update and today the nvme is disconnected and doesn’t show up in lsblk of fdisk. I’m pretty sure I’m gonna stop using casa all together. Two updates in a row and three drives lost.
In all honesty I ran both because I hadn’t yet discovered route advertisement on tailscale. Now that I’ve discovered that feature, I really only use wireguard for the phone due to battery drain with tailscale. Also, I can’t use wireguard on my work PC because the firewall drops all VPN traffic and tailscale gets around that. I’m not gonna pretend to know how it gets around that cause I haven’t bothered to learn it that deeply yet but it works and I like it.
I guess the TL;DR is tailscale bypasses firewall restrictions and wireguard doesn’t drain my phone battery.
I use them a lot actually. I really like them. It’s really useful for things like vaultwarden access from any machine, anywhere. I also host a humhub instance for my mother’s bible study group and a couple informational sites behind them. It pushes all of the traffic through 443 without having to fiddle with SSL. I wouldn’t lean on it for major website without local SSL but for small use cases like mine it works great.
You can self host VS Code.