DSPGerm

joined 10 months ago
[–] DSPGerm@alien.top 1 points 9 months ago

More control over the “styling” or theming in general would be incredible but I’d settle for improving/fleshing out widgets

[–] DSPGerm@alien.top 1 points 9 months ago (2 children)

Better widgets and options surrounding them. They introduced widgets and it hasn’t gotten much attention from Apple or app developers since.

[–] DSPGerm@alien.top 1 points 10 months ago

Linode. It’s a pretty basic Wordpress site on their shared hosting plan. It doesn’t get a lot of traffic so I haven’t really seen a reason to upgrade or switch.

[–] DSPGerm@alien.top 1 points 10 months ago (2 children)

I pay like $5 a month for web hosting. Not worth it to self-host a public e-commerce site on my own network.

 

I currently have a server that I use for plex, torrents, kodi, smb, etc. Pretty much everything runs in docker. My router offers a dynamic dns service but I'd like to migrate away from it in case I ever get a different router.

The way it currently works, when I spin up a new service or docker container I go into the router and go to NAT Forwarding -> Virtual Servers and put in the external port and internal IP/Port. I don't know of any other port forwarding settings on my router.

I'm concerned about the security of my setup because at present I don't have SSL on any of my services. I also am concerned that this machine is pretty much directly exposed to the internet. What is the best way to migrate this to a more router-neutral config that's more secure?

Do I use Traefik? Nginx Proxy Manager? Authentik? A different dynamic DNS? Cloudflare tunnels? Getting everything up and running with docker was a challenge when I started but I feel pretty comfortable with it now. This part with the networking and security is what I'm still struggling with. Appreciate your help