Results 2867 comments of MichaIng

I have not much experience with Tailscale either. So I think you use its internal MagicDNS feature? https://tailscale.com/kb/1054/dns#using-dns-settings-in-the-admin-console If I understand it right, this is a client/node side setting, to...

Sorry for missing your issue. Please try the following: ```sh current_overlays=$(sed -n '/^[[:blank:]]*overlays=/{s/^[^=]*=//p;q}' /boot/dietpiEnv.txt) [[ $current_overlays =~ (^|[[:blank:]])i2c1([[:blank:]]|$) ]] || G_CONFIG_INJECT 'overlays=' "overlays=${current_overlays:+$current_overlays }i2c1" /boot/dietpiEnv.txt ``` The code checks whether...

@mohitverma123 Thanks for your report. We will investigate. As an active eth0 connection is expected (https://github.com/Fourdee/DietPi/blob/master/PREP_SYSTEM_FOR_DIETPI.sh#L8), this might be a general issue on **WiFi-only devices**. Maybe we find a way...

Ref: https://wiki.debian.org/WiFi/HowToUse - [x] Check `/etc/NetworkManager/NetworkManager.conf` for WiFi interface info to scrape - [x] Check if netman really uses wpa_supplicant `/etc/wpa_supplicant/wpa_supplicant.conf` as backend, so we can keep SSID/authentication info.

I successfully installed DietPi via preparation script on a WiFi-only device with direct console access. netman however was not pre-installed on the fresh Debian image, installed via Debian netboot installer....

Additionally: [connman](https://packages.debian.org/stretch/connman): https://github.com/MichaIng/DietPi/issues/1285#issuecomment-508415843 General issue, even when we manually pre-configure the network with ifupdown, if uninstalling netman or connman always drops the connection, the SSH connection breaks which again breaks...

It would be even possible to apply ``` ProtectSystem=strict ``` which makes everything R/O, then ``` ReadWritePaths=-${JACKETT_DIR} -$(awk -v "user=${JACKETT_USER}" -F: '$1==user {print $6}' /etc/passwd) ``` - This does not...

@ngosang What systemd does with these directives is some sort of sandboxing. Probably not as much as a root-less Docker container, but it should reduce attach vectors quite a bit....

Ah, I didn't know about that. Jackett downloads and stores magnet files into this dir, i.e. requires write access, right? In this case, for the official systemd unit, it is...

Yeah, at some point, either individual ebook/audiobook, author or data directory, there would need to be some Identifier in the directory name to differentiate between ebooks and audiobooks. I'm not...