-
Install and configure container fail2ban ( acces to SSH )
Hello. I have UnRAID version 7.3.1 and I've installed the fail2ban container (linuxserver) for a little extra protection. In the template, I have the following information: Path /var/log -> /var/log Appdata -> /mnt/user/appdata/fail2ban Then, inside the fail2ban directory, I created a jail.local file with the following configuration: [sshd] #mode = normal enabled = true port = ssh,9876 bantime = 24h findtime = 1h maxretry = 2 logpath = %(sshd_log)s backend = %(sshd_backend)s But I keep getting the following error: 2026-06-01 23:57:31,631 151F11834B28 INFO Loading files: ['/etc/fail2ban/filter.d/common.local'] 2026-06-01 23:57:31,631 151F11834B28 INFO Loading files: ['/etc/fail2ban/filter.d/common.conf', '/etc/fail2ban/filter.d/sshd.conf'] 2026-06-01 23:57:31,634 151F11834B28 ERROR Failed during configuration: Bad value substitution: option 'action' in section 'sshd' contains an interpolation key 'banaction' which is not a valid option name. Raw value: '%(action_)s' 2026-06-01 23:57:31,634 151F11834B28 DEBUG Exit with code 255 I have also tried creating a /fail2ban/jail.d/sshd.local with the same configuration and I got the same error. I know I have to access the RAID array from outside via VPN (that's how I have it set up), but I also want to protect access via SSH, just in case. What am I doing wrong that I'm missing? Can anyone help me out? Thanks
-
Vctrsnts started following Flexget not use puid & pgid and Install and configure container fail2ban ( acces to SSH )
-
Vctrsnts changed their profile photo
-
[unRaid 7.1.4] Problemas al configurar / usar la VPN
Buenas, Estoy intentando configurar la VPN de unRaid pero no tengo manera de que funcione correctamente. Lo que quiero hacer cuando este activa la VPN en mi movil es lo siguiente: Acceder a mi servidor unRaid desde el movil Acceder a los diferentes servicios ( docker ) que tengo en unRaid Poder navegar por internet con la IP externa de mi router como si el movil estuviera conectado a la wifi de mi caso. Entonces, he configurado lo siguiente: Local name: Nombre de la VPN Network protocol: IPv4 Only Local tunnel network pool: 10.253.0.0/24 Local tunnel address: 10.253.0.1 Local endpoint: duckdns.org:51820 Local server uses NAT: Yes Y cuando voy a configurar el peer ( movil ): Peer name: myPhone Peer type of access: remote tunneled access Que entiendo que es el que permite acceder a mis servicios docker y tambien poder navegar como si estuviera en mi red. Peer tunnel address: 10.253.0.2 Peer allowed IPs:10.253.0.2 Peer DNS server: 208.67.222.222 Tambien he probado con 1.1.1.1 y con mi servidor de DNS ( piHole - 192.6.0.3 ) Entonces, genero el codido QR y con la aplicación WireGuard del movil lo escaneo y activo la VPN y es aqui cuando viene el misterio, porque: Puedo conectarme a todos los servicios que tengo en mi servidor unRaid ( navidrome, jekyll, immich, etc... ) Pero a la hora de intentar navegar por inet, no puedo. No tengo manera. He cambiado tanto las DNS del router, del Peer de wireguard como de la VPN del movil pero sin ningun resultado. He buscado información, y todo lo que he encontrado es que normalmente puede ser problema de las DNS. Pero como digo, he probado de poner las DNS ( 1.1.1.1, 8.8.8.8, 192.6.0.1 - router, 192.6.0.3 - piHole ) y siempre con el mismo resultado. Acceso a mis servicios perfectamente, pero imposible la navegación por inet. Alguien sabe donde puede estar el problema, porque ya no se que más mirar y aprovechando que tengo unRaid junto con la VPN, pues a veces me puede interesar conectarme a cualquier wifi no segura y poder navegar a traves de mi VPN y cuando salgo al extranjero, pues lo mismo. Si podeis indicarme donde esta o puede estar el problema, porque como digo, ya no se que más mirar. Gracias por todo
-
Matrix notification agent
Flexget is a service that allows you to automate many things (downloading podcasts and reorganizing them, downloading and reorganizing series, movies, and much more). The only drawback is that the configuration is a bit complicated because everything is done through a YAML file that you have to build gradually. It also has several notification options that you can use, so that after completing a task, it notifies you via message. But the problem is that it uses an older version of Matrix and cannot be used to send these notifications with newer versions. And this is where I have to agree with you completely. Since PushBits emulates Gotify, what I've done is use Flexget's ability to use Gotify but using PushBits data, and now it's working perfectly. The only drawback I can find is that you can't send a message to Matrix with an attached image. It's a shame, but it seems to me the problem isn't with FlexGet or PushBits, but with Matrix's own protocol. Thanks again for all the help you've provided.
-
Matrix notification agent
I've already gotten it working correctly through Docker and with my Matrix server. It took me a while to figure out how to use it, because the Pushbits Git information is a bit sketchy, and their website doesn't really explain how to get it working. But looking at the issues people have posted, I finally understood how everything worked. Thanks for everything. Now enjoy it and see if I can get more out of Pushbits by using it with other applications. PS: Will it work with FlexGet?
-
Matrix notification agent
It downloads the file and I'll redo it. Although the editor I'm using is VI. Thanks again for everything...
-
Matrix notification agent
Yes, but if matrixid is not blank. admin: name: 'admin' password: 'admin' # [required] matrixid: '@myUser:matrix.myServer.org' matrix: homeserver: 'https://matrix.myServer.org' # [required] username: 'myUser' # [required] password: 'myUser' the MatrixID is '@myUser:matrix.myServer.org'
-
Matrix notification agent
I trying to install on unRaid, copy the config.example.yml and put the information: debug: false http: listenaddress: '' port: 8080 trustedproxies: [] certfile: '' keyfile: '' database: dialect: 'sqlite3' connection: 'pushbits.db' admin: name: 'admin' password: 'admin' # [required] matrixid: '@myUser:matrix.myServer.org' matrix: homeserver: 'https://matrix.myServer.org' # [required] username: 'myUser' # [required] password: 'myUser' security: checkhibp: false crypto: argon2: memory: 131072 iterations: 4 parallelism: 4 saltlength: 16 keylength: 32 formatting: coloredtitle: false alertmanager: annotationtitle: title annotationmessage: message repairbehavior: resetroomname: true resetroomtopic: true And I watch this error: ✔ Container matrixPushbits Started 0.3s 2025/03/25 17:19:46 Starting PushBits. Failed to find configuration config.yml panic: MatrixID is required, but blank goroutine 1 [running]: github.com/pushbits/server/internal/configuration.Get(0xc00031ff48) /build/internal/configuration/configuration.go:77 +0x167 main.main() /build/cmd/pushbits/main.go:32 +0x98 Failed to find configuration config.yml 2025/03/25 17:19:47 Starting PushBits. panic: MatrixID is required, but blank goroutine 1 [running]: github.com/pushbits/server/internal/configuration.Get(0xc00031ff48) /build/internal/configuration/configuration.go:77 +0x167 main.main() /build/cmd/pushbits/main.go:32 +0x98 Where is the problem? Because the MatrixID is with information. Thanks a lot
-
Matrix notification agent
So: - Token: Matrix token - URL: Matrix server address But then, how will the room be reported? And thanks for your reply. Update: Now I've seen it, it acts as an intermediary between unRaid and Matrix ( pushbits ) And from what I see, there's also a Docker version. Correct? Is it available on unRaid or Docker Hub? Thanks for everything.
-
Matrix notification agent
Sorry for my question in this old message. But how use the script ( firts message ) with unRaid?? With PushBits? How Thanks a lot
-
Flexget not use puid & pgid
Thanks a lot
-
Flexget not use puid & pgid
Hello, I use the container of flexget of linuxserver, on the template of flexget I use this: PUID: 99 PGID: 100 UMASK: 022 The user is "nobody", but when flexget execute any tasks (move files between two directories), this action have with user root, not user nobody? Have problem with this? Is possible to use the user "nobody", because I have problem is write the same file if the first is root. Thanks a lot
-
Change usb, Trial.key not work
Thanks a lot for all. I create a new Trial Key and work prefect. Thanks
-
Change usb, Trial.key not work
I try to make give a new trial key. Thnaks a lot
-
Vctrsnts joined the community
-
Change usb, Trial.key not work
Hi, I change the USB because broken, copy de Trial.key on new USB ( /config ) and when connect unraid.net and change USB ID, I see the message that contact with support. The message is this: Error: {"message":"Request failed with status code 403","data":{"error":"KeyFile is not registered with Lime Technology - please contact support and provide your Keyfile."}} Where is the problem? Thanks a lot