0 Followers
0 Following
2 Posts

Let us celebrate our mutual experience of close proximity by touching our multi-fingered appendages to one another's - Person who invented the handshake, probably.

https://lemmy.world/post/35342163

Let us celebrate our mutual experience of close proximity by touching our multi-fingered appendages to one another's - Person who invented the handshake, probably. - Lemmy.World

Lemmy

CCTV Design Software - Lemmy.World

Hello, Does anyone know of a FOSS CCTV design software as an alternative to JVSG or CCTVCad? Thanks

Serve local IP stream to intenet via local webserver/ website

https://lemmy.world/post/24308206

Serve local IP stream to intenet via local webserver/ website - Lemmy.World

Hello, I’ve attached a diagram of the setup I’m trying to achieve. Hopefully its clearer than trying to explain it with text… Basically I’m trying to stream the camera to a selfhosted webpage. The camera is connected to the VPN server The stream is picked up on the Media Server (MediaMTX) The stream is available from anywhere on the local network via whatever protocol MediaMTX offers. All good here. The webserver set up is Nginx. Works fine. A basic Wordpress site is set up and I can access it via a domain name over the internet with HTTPS. What I’m struggling with is getting the “local stream” (read local IP) in to the website. I have WP plugins that let me embed streams, but I suspect the issue is the local IP is not available over the internet so you cant just point it to 192.X.X.X. Saying that though, even on my local network I cant see the stream. So the questions are, 1. how can I serve the stream to nginx/ wordpress and 2. can I somehow have nginx treat the stream as a locally hosted resource that can proxy the stream to remote web browsers? Ideally I dont want to open up a port on the LAN for a direct streaming to the internet which the website then points to as it seems a unsafe… But if that’s the only way then I guess it can’'t be helped. Happy to provide more info if needed. TIA

Gnucash - Unrealised gains in net worth linechart

https://lemmy.world/post/1622899

Gnucash - Unrealised gains in net worth linechart - Lemmy.world

Hello, Does anyone here using Gnucash know how I can take unrealised gains in to account on the net worth linechart? I know I can manually add an account for unrealised gains and track that way but for assets like stocks that fluctuate over time, id rather not manually enter a price every time… especially given Gnucash has the data from the price database. There are other reports like the advance portfolio which calculate this so is there a way to show this data in the net worth chart?

Deleting Reddit Tools

https://lemmy.world/post/292266

Deleting Reddit Tools - Lemmy.world

Currently going through “the purge” and decided to record the tools I found here for others convenience. Reddits own data request. [https://support.reddithelp.com/hc/en-us/articles/360043048352-How-do-I-request-a-copy-of-my-Reddit-data-and-information-] Bulk Downloader for Reddit [https://github.com/aliparlakci/bulk-downloader-for-reddit] Export Archive [https://github.com/nooneswarup/export-archive-reddit-saved] Reddit Manager [https://redditmanager.com] Power Delete Suite [https://github.com/j0be/PowerDeleteSuite]

Proxmox vs Host+Docker

https://lemmy.world/post/150921

[QUESTION] Proxmox vs Host+Docker - Lemmy.world

Hello, I figured this would have been asked a lot on reddit but given the sub went private I figured it would be good to ask the question here for people like me in this situation. I’ve recently managed to upgrade my server from an old 4gb Celeron laptop to an Optiplex 3070 i5-8500 16gb and see it as an opportunity to improve my system. Currently on the laptop I have Ubuntu Server with docker. The containers I have running are: - pihole - rtsp-server - nextcloud - ntfy - wireguard - nginx - zoneminder (was previously shinobi) cctv - php7.4 - portainer - mosquitto - homeassistant - phpmyadmin - certbot - mariadb - openproject (currently unable to run this alongside zm due to lack of ram) Its been running well for a few years. I’m surprised given the specs of the laptop but there we go. I don’t know if in future I’d want to spin up other services like the *arr’s and jellyfin and I dont really have much media or the knowhow on how to get them. I’m new to indexers and whatnot. I’m sure another post will come up/ has already asking what services people run Anyway, the question is should I : 1) Install Proxmox and a Debian/ Ubuntu Server VM and move my docker containers there? 2) Try and transfer to LXC alternatives? 3) Stick with docker on host? I feel like I may have previously (years ago) tried installing proxmox on the laptop but it didnt work well (either lack of hypervisor support or low specs). If its the latter then I know host+docker can run on a low spec system and therefore uses less resources. Does the question essentially come down to whether or not I need a VM? Or is the overhead of proxmox so low that it doesnt matter? What would you guys recommend and why? TIA and it’s nice to meet you all on lemmy!