Definitely this. There are so many minor things regarding formatting or how something you wrote may sound off to someone else that you generally won't know or notice wirhout an outside perspective
Huh, guess I was wrong. I was pretty sure the text part alone was that much
The lack of a good server-side managament software for ebooks keeps astonishing me. I check back ever so often but the recommendations are always the same. It's either calibre-web, calibre with library on a network share or Kavita.
I've seen that audiobookshelf and jellyfin can apparently also handle books but I don't know how well the support is implemented.
Because I have a very peculiar way of organizing my book collection I need a utility which can export to a specific folder structure and file naming scheme and ideally allows exporting the entire library at once.
wuthout the images obviously
What about NAS systems? I don't recall seeing any for 10" before
I believe DVDs do have DRM actually but it has been broken so long ago as to be a non-issue
Actually ignore my previous reply. I just noticed that google drive has 15GiB of free storage instead of 5 like I thought. I sent you a link via PM to a shared folder in my google drive where you can upload it if you are still offering.
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.
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?
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.
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
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.
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.
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?
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 :/
Sounds like pretty much every multiplayer game with Anti-Cheat is horribly designed in that case...
Anti-Cheat software seems to be the last hurdle preventing widespread compatibility with Linux. Even when there is a linux version of an anti-cheat (BattleEye has a Linux version I believe) companies don't use that and still restrict their game to windows. Looking at you ubisoft and rainbow six siege
Shit breaks but when it does there is a well documented wiki to help you fix it rather than multitude of vaguely related ubuntu forum posts
One question in regards to your noise comment: What drives are you running? I have a synology with 2 toshiba mg08 16tb drives and those things are unbearably loud when reading or writing. A lot of that obviously comes down to the drives themselves but I also kind of blame the plastic chassis for probably resonating with the noise and not being better at soundproofing.
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.
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

Kmonad configuration to type german special characters?
Hello everyone, I am currently trying to set up a kmonad config file to replace the autohotkey script I used on windows. My goal is simply to use the right alt key in combination with a,o,u and so on to type german umlaut characters like ä,ö,ü, etc.
So far I am having trouble even getting kmonad to run the config. I guess I probably misunderstand how this is supposed to work significantly. My initial config file was generated by ChatGPT since I had no idea where to even start.
This is my current config file
undefined
(defcfg input (device-file "/dev/input/by-path/platform-i8042-serio-0-event-kbd") output (uinput-sink "kmonad_keyboard") fallthrough true allow-cmd true ) (defsrc ralt a o u s lsft ) (deflayer german ralt-a "ä" ralt-o "ö" ralt-u "ü" ralt-s "ß" ralt-shift-a "Ä" ralt-shift-o "Ö" ralt-shift-u "Ü" )
Any help would be appreciated.

Today I found out about blinking LEDs
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.
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 weir

Reverse-proxy for linuxserver/jellyfin docker image
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 on

Reverse-proxying from a docker network
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)