FTPClient does this too
- 2 Posts
- 45 Comments
Gnucash but I’ve been using it for like 7+ years and I’m kind of set in my ways now
abominable_panda@lemmy.worldto
Selfhosted@lemmy.world•Solutions for remote access?English
5·9 months agoI use wireguard. One network is behind cgnat so i just get that client to connect outbound to the other client to initiate the tunnel (instead of trying to connect to IT) and it works just fine.
I did try tailscale once upon a time but it was so clunky and confusing for me…i just wanted to simply access my entire networks remotely without any overhead
abominable_panda@lemmy.worldto
Open Source@lemmy.ml•Qualcomm has started enshitification of ArduinoEnglish
43·10 months agoStupid question.
Does this apply to what you write and upload on the Arduino IDE to your boards? Or just whatever you publish on their website/ cloud?
Came here to suggest this. Glad its getting the exposure it deserves
abominable_panda@lemmy.worldto
Open Source@lemmy.ml•OSS PDF editor/markup software recommendationsEnglish
1·11 months agoNot long after this post, BentoPDF made an appearance
abominable_panda@lemmy.worldto
Open Source@lemmy.ml•BentoPDF - The Privacy First PDF ToolkitEnglish
3·11 months agoHaving just installed StirlingPDF this week, can someone please explain the pros and cons of both?
I think they mean powerline adapters
abominable_panda@lemmy.worldto
Selfhosted@lemmy.world•Yet another note taking recommendation neededEnglish
1·11 months agoI have joplin but personally found myself using Nextcloud Notes 100% of the time. I just need very basic, quick markdown notes
Ticks all your boxes
Raspberry Pi:
- Install wireguard (as a server)
- Set up a peer/client config
- Open wireguard port on the router
MiniPC:
- Install wireguard (as a client)
- Add server config and connect to server
- Verify connection
- Ensure connect on boot
Points to note:
-
Configure them both locally and ensure you have a connection before you move the pi to another country
-
If you’re behind a CGNAT on one network, that’ll change some things. That network will have to be the client. (If both are behind CGNAT, you’re out of luck and cant use this - will have to be tailscale or other method)
-
If using a domain name make sure its always pointing to your ip (in case it’s not static)
-
I think if you set allowed ip as 0.0.0.0/0 on the client it’ll route all traffic.
Edit:
Saw your comment about just having qbt use the vpn. Check this guide out
abominable_panda@lemmy.worldto
Open Source@lemmy.ml•Let's talk maps for driving, transit, finding businesses? OsmAnd, Organic Maps, CoMaps , etcEnglish
3·1 year agoThey do? I dont recalling having needed to pay for it and dont need to log in. I even have a degoogled phone… maybe it used to be free
abominable_panda@lemmy.worldto
Open Source@lemmy.ml•Let's talk maps for driving, transit, finding businesses? OsmAnd, Organic Maps, CoMaps , etcEnglish
7·1 year agoMy experience has been OSMAnd feels “heavy”. It is a large app but i guess there’s so much it just feels sluggish. But it has the most features which I use as my go to reference.
Organic maps (and CoMaps) feels sleeker and quicker but when im on the road I want traffic updates.
For the last few years my go to is Magic Earth for the traffic data.
My issues with OSM is a lot of missing information and incorrect roads. I have contributed updates but when I’m driving and I come across something wrong there’s no way for me to flag it so i can revisit it later.
All in all I’m still torn between them all and still waiting for the day one ticks all the boxes.
More often than not I find I end up using Google Maps to get me out of a wrong or missing turn or to the final destination because finding places on OSM isn’t there yet. If OSM gets something wrong when I’m driving I don’t have time to faff around trying to fix it so GMaps takes over the rest of the way and I dislike having to do so
abominable_panda@lemmy.worldto
Selfhosted@lemmy.world•Public vs. Private synched photo managementEnglish
2·1 year agoSyncthing or rsync?
Good suggestions in the chat. Ill throw in my setup for your consideration.
I have several cameras, specifically with Ingenic SOCs on which ive flashed Thingino firmware (foss) so thats a bit of security on the camera side. Some others like hikvision ive picked up but not gotten around to setting up yet. But itll be plug and play as youll see next.
Next i have a router flashed with freshtomato but openwrt is also an option. On that ive set up a vlan for the cameras that do not have internet or inter vlan access. So even if i didnt have custom camera firmware, they still wouldnt be able to send it anywhere.
Next my home vlan has one way access in to the “camera vlan” so i can view from my network.
Finally wireguard server (on the home vlan so it has internet access) so i can monitor remotely
I just pull the rtsp streams. Havent gotten round to feed analysis yet but i used to use zoneminder. But i hear frigate and another software (cant remember off my head) supports for coral tpu quite well even after it has been dropped from support
abominable_panda@lemmy.worldOPto
Selfhosted@lemmy.world•Serve local IP stream to internet via local webserver/ websiteEnglish
1·2 years agoYeah that’s a fair point but its a full website with only one page for streaming in this case
abominable_panda@lemmy.worldOPto
Selfhosted@lemmy.world•Serve local IP stream to internet via local webserver/ websiteEnglish
2·2 years agoSeems this is the way to go amongst all the replies. Didn’t realise i could reverse proxy a camera stream! Thank you
abominable_panda@lemmy.worldOPto
Selfhosted@lemmy.world•Serve local IP stream to internet via local webserver/ websiteEnglish
2·2 years agoSeems this is the way to go amongst all the replies Didn’t realise i could reverse proxy a camera stream! Thank you
abominable_panda@lemmy.worldOPto
Selfhosted@lemmy.world•Serve local IP stream to internet via local webserver/ websiteEnglish
2·2 years agoReverse proxy the stream and reference itself in the reverse proxied website? Is there no way to do it internally in nginx?
abominable_panda@lemmy.worldOPto
Selfhosted@lemmy.world•Serve local IP stream to internet via local webserver/ websiteEnglish
1·2 years agoHadn’t heard of it before. Thank you!
Flash thingino on a supported camera and you have an open source firmware available with vpn support