Scrath

joined 1 year ago
[–] [email protected] 1 points 2 hours ago

Thanks for the offer. Unfortunately I don't know any free cloud upload services that support that much data. I tried creating a file upload link for my synology NAS but based on the given URL that one would only work if you were in my local network and I don't believe there is a way to share that without exposing the entire NAS to the internet.

[–] [email protected] 1 points 1 day ago (1 children)

Thanks for the setup tips, especially about the masquerade rule and safe mode.

I'm not too worries about the loss of speed since internet here in germany is on average slower than 250mbps and anything data intensive like access to my Mediaserver should be handled over Ethernet anyway. If it does become an issue I can always throw a second AP at it I guess?

[–] [email protected] 1 points 1 day ago

I'm not sure how to find out whether it has two access points. Performancewise I believe the specific model I have selected should be fine.

[–] [email protected] 2 points 1 day ago

Thanks. I wasn't sure about the VLAN thing so that's one of my main reasons for this post. I will probably buy a VLAN capable router anyway because I am pretty into home automation stuff and the ability to separate the IoT traffic and play around with networking a bit seems nice

[–] [email protected] 1 points 1 day ago

I read about the issue regarding the halved connection speed somewhere but I don't believe that will be an issue. Considering the average internet speeds here in germany are below 250mbps I don't expect to saturate the WiFi connection even with half speed. Anything data intensive like accesses to my mediaserver will primarily be over ethernet.

[–] [email protected] 1 points 1 day ago

I've heard about DMZ before but I never knew what it was. That will probably not be an option unfortunately. While I don't know what router is currently used by the other residents I assume it will be either a FritzBox (which allow some configuration but are mostly idiot proof routers that are very popular here in germany) or a locked down router by the ISP. On neither case will I be able to configure a DMZ.

Regarding the WAN port, I was planning to use the stock RouterOS from MikroTik but I believe that the router can be configured this way already without OpenWRT.

[–] [email protected] 2 points 1 day ago (2 children)

Ah that makes sense. I thought I needed the VLAN to separate my network out from the rest.

I am a bit confused about your last paragraph though where you mention 2 APs. Do you mean my private AP and the AP used by the rest of the apartment or do you mean that I have to get 2 APs?

[–] [email protected] 1 points 1 day ago (2 children)

Hey, I just went through my old saved comments and stumbled across yours. Do you know if there is a way to download the entire Worm audiobook from the page you linked without having to click each individual download button? I typically use audiobookshelf for my listening so I would need to download everything first :/

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago)

My personal reasons for buying a synology were ease of use, reliability and power usage.

I had previously played around with TrueNAS in a VM using an external USB HDD Enclosure for storage and I just wanted something reliable. With TrueNAS I often ran into issues with user permissions one way or another and the Synology software is incredibly easy to use and foolproof.

[–] [email protected] 1 points 1 week ago (1 children)

Is that supposed to be a con? I don't even use 4 bays currently and would be perfectly fine with a 4 rackmount NAS. 7 HDD bays sounds great to me

[–] [email protected] 5 points 1 week ago (4 children)

That thing looks almost too good to be true for 500. What's the drawback?

Not available in europe? (It actually is available, I just checked)

Loud as fuck?

Bad Software?

[–] [email protected] 23 points 1 week ago (6 children)

Welp, guess I definitely won't be buying synology again in the future. I was planning to transition to a rackmounted NAS at some point and synology is overpriced in that category anyway but this puts the final nail in for me.

It's a shame because I quite liked the simplicity of their UI.

45
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

Hello everyone, I recently built a small distribution board to distribute 5V to multiple components for use in a robotics project. I made each output switchable with an individual switch and an LED to indicate the current state. When I went to test it using a lab power supply I noticed that the LEDs would start flickering weirdly when I turned them off and on again.

https://imgur.com/a/zaSCUby

As it turns out, the LEDs, which I found in my dads old parts in a bag labeled TLBO 5410, are apparently blinking LEDs. I found a datasheet for TLBR5410 LEDs which seem pretty much identical to what I have accidentally used.

Apparently these LEDs are made to operate directly from a 5V supply without an additional current limiting resistor (it is already built in) and are made to continuously blink at a frequency of 3Hz.

Because I thought I was using standard LEDs I added a series resistor causing them to behave weirdly due to low voltage. For comparison, this is how they are supposed to act: https://imgur.com/a/fXlcEDs

 

Hello everyone, I have another question regarding reverse-proxying again, specifically for the linuxserver.io jellyfin image.

On the dockerhub page for this image there are 4 ports listed which should be exposed:

  • 8096 for the HTTP Web UI
  • 8920 for the HTTPS Web UI
  • 7359/udp for autodiscovery of jellyfin from clients
  • 1900/udp for service discovery from DLNA and clients

Additionally there is also an environment variable JELLYFIN_PublishedServerUrl which is for "Setting the autodiscovery response domain or IP address". I currently have that set to my subdomain https://jellyfin.mydomain.com though I am not sure if that is correct.

I already have a reverse-proxy set up allowing me to access my servers webinterface under https://jellyfin.mydomain.com without exposing the https port on the container. What I am unsure about now however, is what to do with the two ports for UDP traffic.

By my understanding, a reverse-proxy will only forward traffic which comes to the ports 80 for http and 443 for https. Those are also the only ports my reverse-proxy container has exposed alongside the management interface. As such the 2 udp ports will not be reachable under my jellyfin domain.

How can I change this or is this even an issue?

11
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Hello, I have a question regarding the usage of a reverse-proxy which is part of a docker network.

I currently use Nginx Proxy Manager as a reverse-proxy for all my services hosted in docker. This works great since I can simply forward using each containers name. I have some services however (e.g. homeassistant) which are hosted separately in a VM or using docker on another device.

Is it possible to use the same reverse-proxy for those services as well? I haven't found a way to forward to hosts outside of the proxies docker network (except for using the host network setting which I would like to avoid)

view more: next ›