For me, it is because I don’t want to leave my power hungry desktop running 24/7 to just capture feeds… I already self host, so I let that do the fetching on a schedule, then my rss client just fetches from my server
galacticworm
- 0 Posts
- 13 Comments
galacticworm@piefed.socialto
Selfhosted@lemmy.world•Ways to Expose Services PubliclyEnglish
2·15 days agoIf you have a UniFi gateway, you can enable region based firewall on your port forward ip. This then blocks most of the world (incoming) as a first step. Then like others suggest, a reverse proxy. I use Caddy built with the Maxmind geolocation plugin, and I also run fail2ban on my exposed service.
I figure if you don’t need most of the world accessing your services, it is best to exclude them
galacticworm@piefed.socialto
Ask Lemmy@lemmy.world•What is your favorite TV show of all time?English
3·15 days agoBand of Brothers
galacticworm@piefed.socialto
Ask Lemmy@lemmy.world•Do you expect, or even hope to die alone?English
2·24 days agoI want to die in whatever magical way causes the least upset or disturbance to anyone I love… if that means alone, then sure… I am on my way out, my last moments don’t matter
galacticworm@piefed.socialto
No Stupid Questions@lemmy.world•*Permanently Deleted*English
5·1 month agoJean Claude Van Damme dancing in a skin tight onesie in the background in Breakin’ (1984). A breakdance movie
I have a bunch of actions setup in mp3tag which strips out all but the absolute necessary tags, and uses the cover from the directory to add the cover to the files… once tagging is correct, you can use any library.
I have a proxmox with a backup share sitting on the nas… rebuild is simply to rebuild a new proxmost host , attach same backup storage and restore backups. I have rebuilt a couple of times, back up and running in less than an hour
galacticworm@piefed.socialto
Australia@aussie.zone•High-speed rail is a decades-old Australian dream. One factor could finally make it realEnglish
5·2 months agoMust be election time again…
We can’t run normal trains at full speed on hot days, how will high speed rail overcome this?
Also, Woy to Central is 75mins
galacticworm@piefed.socialto
Australia@aussie.zone•Fair Work Commission annual ruling lifts minimum wage by 6 per cent and award rate by 4.75 per centEnglish
61·3 months ago‘…While the national minimum wage covers a very small proportion of the workforce, about 21 per cent of all employees in Australia are paid at a minimum award rate, amounting to almost 2.8 million people’
That’s a lot higher than I thought it would be. I wouldn’t say 1 in 5 workers earning minimum wage is ‘a very small proportion’
galacticworm@piefed.socialto
Australia@aussie.zone•TISM fined for $18,000 in damage to Sydney Opera House ahead of national tourEnglish
21·3 months agoI remember going to Brashes in the late 90s to buy their album ‘Machiavelli and the Four Seasons’, and there was not a single thing on the CD today it was by TISM… watching old mate the sales guy try find it was hilarious
galacticworm@piefed.socialto
Australia@aussie.zone•Australia now has more fuel on hand than before the war in the Middle East beganEnglish
1·4 months agoThere was something in the news the other day that the fuel is also now at pre-war prices, but there is still the 50% subsidy removed, right?
galacticworm@piefed.socialto
Sydney@aussie.zone•Sydney’s new underground ’70s-style Daiquiri bar comes with live music, disco vibes and a 4am licenceEnglish
2·4 months ago$25 drinks… okaaay
I have a similar setup to you, but I run caddy instead of npm. I recently added a log analyzer to caddy and noticed a bunch of unauthorized hits I thought I could do something about…
I added a region based firewall rule for the port forward address on my UniFi gateway only allowing incoming traffic from my own country. I couldn’t do a global region block as I have some legitimate incoming traffic from the USA, so I went with a rule targeting traffic to the reverse proxy ip specifically. It still managed to let in some random bot traffic, so I also added a block region rule above the allow region rule (both to the reverse proxy) blocking countries like Russia, china, North Korea etc…
If you don’t need to allow most of the world, it is an easy fix to do this at your gateway (I note you have a udm)