Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Nebur692

Members
  • Joined

  • Last visited

  1. =================================================================== ENGLISH =================================================================== Repository: https://github.com/Nebur692/unraid-zitadel-templates ZITADEL is a self-hosted identity platform (SSO via OIDC/SAML, MFA, user management). The only ZITADEL template previously available on Community Applications was written for ZITADEL's older, single-container architecture. Since ZITADEL v4, the interactive login pages were split into their own separate service — deploying just the core container (as the old template does) leaves every login attempt failing with a silent 404, since the container itself reports healthy. This repository provides two templates that work together and were built directly from ZITADEL's own reference docker-compose files, not guessed: - zitadel — the core/API container, with every variable ZITADEL v4 actually needs to bootstrap correctly on first start. - zitadel-login — the missing login UI container. There was no Community Applications template for this at all before this repository. The README covers install order, a full plain-language reference for every variable, the required reverse-proxy routing, and troubleshooting for the issues that came up while building and testing this against a real deployment (Postgres admin-user mismatches, a ZITADEL master-key env-var bug, a silent token-write failure, and the login-page-vs-admin-console confusion that trips up almost everyone the first time). Post here for any issue, question, or suggestion regarding these templates. =================================================================== ESPAÑOL =================================================================== Repositorio: https://github.com/Nebur692/unraid-zitadel-templates ZITADEL es una plataforma de identidad autoalojada (SSO vía OIDC/SAML, MFA, gestión de usuarios). La única plantilla de ZITADEL antes disponible en Community Applications estaba escrita para la arquitectura antigua de ZITADEL, de un solo contenedor. Desde ZITADEL v4, las páginas de login interactivas se separaron en su propio servicio — desplegar solo el contenedor principal (como hace la plantilla antigua) deja cualquier intento de login fallando con un 404 silencioso, ya que el propio contenedor se reporta como sano. Este repositorio aporta dos plantillas que funcionan juntas, construidas directamente a partir de los docker-compose de referencia oficiales de ZITADEL, no por suposición: - zitadel — el contenedor principal/API, con todas las variables que ZITADEL v4 necesita de verdad para arrancar correctamente la primera vez. - zitadel-login — el contenedor de login que faltaba. No existía ninguna plantilla de Community Applications para esto antes de este repositorio. El README cubre el orden de instalación, una referencia completa y en lenguaje sencillo de cada variable, el enrutado de proxy inverso necesario, y solución de problemas para los fallos reales encontrados al construir y probar esto contra un despliegue real (usuarios de administrador de Postgres que no coinciden, un bug de ZITADEL con la variable de entorno de la master key, un fallo silencioso al escribir el token, y la confusión entre la página de login y la consola de administración que le pasa a casi todo el mundo la primera vez). Escribe aquí cualquier problema, pregunta o sugerencia sobre estas plantillas.
  2. ## English Fork of [Rohithkadaveru/ha-pass](https://github.com/Rohithkadaveru/ha-pass), an MIT-licensed Home Assistant tool that creates shareable, time-limited guest links for controlling specific entities (lights, locks, thermostats, fans...). Guests get a mobile-friendly PWA, no HA account or app install needed. All credit for the original design goes to the original author. This fork adds **advance/recurring scheduling** and related features aimed at replacing what a smart-intercom "guest invitation" feature typically offers, while staying self-hosted and auditable. What's new in this fork: - **Advance scheduling** — a link that only activates at a future date/time. - **Recurring weekly windows** — restrict a token to specific weekdays + daily time range. - **Automatic delivery** via any HA notify.* service, configurable lead time. - *buttoninput_button domain support** (e.g. gate/door relay helpers). - **Opt-in entity suggestions** for Access/Lights invitation modes. - **Local-network-only command execution** for access-type domains (checks source IP; honest limitation, not GPS-based). - **Single-device link binding** — first device to open a link claims it. - **Single-use links**, on top of the existing "Never expires" option. - **Bilingual EN/ES UI** — both admin dashboard and guest PWA. None of this touches the original security model — same allowlist, rate limiting, and IP allowlisting from upstream still apply. **Install:** - Home Assistant Add-on: add repository https://github.com/Nebur692/ha-pass-invitations under Settings → Add-ons → Add-on Store → ⋮ → Repositories. - Unraid (standalone container, for HA Core installs without Supervisor): Docker → Add Container → Template repositories → add https://raw.githubusercontent.com/Nebur692/ha-pass-invitations/main/ha-pass-invitations.xml - Docker Compose: see the repo README. Requires a Home Assistant Long-Lived Access Token. Not yet listed in the Community Applications search — the template-repository install method above works regardless. Repo & full docs: https://github.com/Nebur692/ha-pass-invitations Please report issues either in this thread or on GitHub: https://github.com/Nebur692/ha-pass-invitations/issues Disclaimer: not affiliated with, endorsed by, or associated with Home Assistant or Nabu Casa Inc. --- ## Español Fork de [Rohithkadaveru/ha-pass](https://github.com/Rohithkadaveru/ha-pass), una herramienta con licencia MIT para Home Assistant que crea enlaces de invitado compartibles y con caducidad, para controlar entidades concretas (luces, cerraduras, termostatos, ventiladores...). Los invitados usan una PWA pensada para móvil, sin cuenta de HA ni instalar ninguna app. Todo el crédito del diseño original es del autor original. Este fork añade **programación por adelantado/recurrente** y funciones relacionadas, pensadas para sustituir lo que suele ofrecer la función de "invitación de invitados" de un telefonillo inteligente, manteniéndolo autoalojado y auditable. **Novedades de este fork:** - **Programación por adelantado** — un enlace que solo se activa en una fecha/hora futura. - **Ventanas semanales recurrentes** — restringir un token a días concretos + franja horaria. - **Envío automático** por cualquier servicio notify.* de HA, con antelación configurable. - **Soporte de dominio buttoninput_button** (p.ej. helpers de relé de puerta/portón). - **Sugerencias de entidades opcionales** para modos de invitación Accesos/Luces. - **Ejecución de comandos restringida a la red local** para dominios de acceso (comprueba IP de origen; limitación honesta, no es por GPS). - **Vinculación del enlace a un solo dispositivo** — el primero que lo abre lo reclama. - **Enlaces de un solo uso**, además de la opción ya existente "No caduca nunca". - **Interfaz bilingüe EN/ES** — tanto el panel de administración como la PWA de invitado. Nada de esto toca el modelo de seguridad original — la misma lista blanca, rate limiting y lista blanca de IP del original siguen aplicando. **Instalación:** - Complemento de Home Assistant: añade el repositorio https://github.com/Nebur692/ha-pass-invitations en Ajustes → Complementos → Tienda de complementos → ⋮ → Repositorios. - Unraid (contenedor independiente, para instalaciones de HA Core sin Supervisor): Docker → Add Container → Template repositories → añade https://raw.githubusercontent.com/Nebur692/ha-pass-invitations/main/ha-pass-invitations.xml - Docker Compose: ver el README del repo. Requiere un token de acceso de larga duración de Home Assistant. Todavía no aparece en el buscador de Community Applications — el método de repositorio de plantillas de arriba funciona igualmente. Repo y documentación completa: https://github.com/Nebur692/ha-pass-invitations Reporta problemas aquí o en GitHub: https://github.com/Nebur692/ha-pass-invitations/issues Aviso: no afiliado, respaldado ni asociado con Home Assistant ni Nabu Casa Inc.
  3. ## English Fork of [brianpugh/unraid-claude-code](https://github.com/brianpugh/unraid-claude-code), an Unraid plugin that installs [Claude Code](https://github.com/anthropics/claude-code) CLI — Anthropic's AI-powered coding assistant — on Unraid, with persistent authentication across reboots. This fork exists to fix a boot-time reliability bug and to add a Remote Control feature. All credit for the original plugin design goes to brianpugh — no license was declared on the original repository, so this fork is published with clear credit to the original author rather than any claim of authorship over the base plugin. What changed from upstream: - Fixed a bug where the plugin could become permanently disabled after a reboot: the plugin icon was fetched over the network at boot, and if that single request failed (network not up yet right after a reboot), Unraid aborted the entire plugin install and silently banished it to /boot/config/plugins-error on every future boot. The icon is now embedded inline, removing that dependency entirely. - Added a bilingual (EN/ES, auto-detected) Settings page, a working "Update Claude Code" action, and a live log viewer. - Remote Control: runs claude remote-control as a supervised background process, so you can drive a Claude Code session on this NAS from claude.ai/code or the Claude mobile app — outbound HTTPS only, nothing opened inbound. Always resumes the same session in its configured directory, never starts automatically at boot. Requires a claude.ai OAuth login (Pro/Max/Team/Enterprise). Includes session history, reconnect-to-any-past-session, and auto-recovery if a session gets archived on the claude.ai side. Compatibility: requires Unraid 6.12.0+, verified on 7.3.2. Install (Unraid → Plugins → Install Plugin): https://raw.githubusercontent.com/Nebur692/claude-code-remote-control-unraid-plugin/main/claude-code.plg Repo & full changelog: https://github.com/Nebur692/claude-code-remote-control-unraid-plugin Please report issues either in this thread or on GitHub: https://github.com/Nebur692/claude-code-remote-control-unraid-plugin/issues --- ## Español Fork de [brianpugh/unraid-claude-code](https://github.com/brianpugh/unraid-claude-code), un plugin de Unraid que instala la CLI de [Claude Code](https://github.com/anthropics/claude-code) —el asistente de programación con IA de Anthropic— en Unraid, con autenticación persistente entre reinicios. Este fork existe para arreglar un fallo de fiabilidad en el arranque y añadir una función de Control Remoto. Todo el crédito del diseño original es de brianpugh — el repo original no declara licencia, así que este fork se publica dejando el crédito claro al autor original, sin reclamar autoría del plugin base. Qué cambia respecto al original: - Arreglado un bug por el que el plugin podía quedar **deshabilitado permanentemente tras un reinicio**: el icono se descargaba por red durante el arranque, y si esa petición fallaba (red aún no lista justo tras reiniciar), Unraid abortaba toda la instalación y lo movía en silencio a /boot/config/plugins-error en todos los arranques futuros. Ahora el icono va embebido, eliminando esa dependencia. - Añadida página de Settings bilingüe (EN/ES automático), una acción real de "Actualizar Claude Code", y un visor de logs en vivo. - Control Remoto: ejecuta claude remote-control como proceso supervisado en segundo plano, para controlar una sesión de Claude Code en este NAS desde claude.ai/code o la app móvil — solo conexiones HTTPS salientes, nada abierto hacia adentro. Siempre retoma la misma sesión en su directorio configurado, nunca arranca solo al iniciar Unraid. Requiere login OAuth de claude.ai (Pro/Max/Team/Enterprise). Incluye historial de sesiones, reconexión a cualquier sesión pasada, y recuperación automática si una sesión queda archivada en claude.ai. Compatibilidad: requiere Unraid 6.12.0+, verificado en 7.3.2. Instalación (Unraid → Plugins → Install Plugin): https://raw.githubusercontent.com/Nebur692/claude-code-remote-control-unraid-plugin/main/claude-code.plg Repo y changelog completo: https://github.com/Nebur692/claude-code-remote-control-unraid-plugin Reporta problemas aquí o en GitHub: https://github.com/Nebur692/claude-code-remote-control-unraid-plugin/issues
  4. ## English Fork of [fabianonline/unraid-zabbix_agent](https://git.schle.nz/fabian/unraid-zabbix_agent), an Unraid plugin that installs and configures zabbix_agentd to monitor an Unraid server from a central Zabbix installation. This fork exists to keep the bundled agent on the Zabbix 6.0 LTS branch and to fix two long-standing bugs. All credit for the original plugin design goes to fabianonline — no license was declared on the original repository, so this fork is published with clear credit to the original author rather than any claim of authorship over the base plugin. What changed from upstream: - Updated the bundled zabbix_agentd from 5.2.1 (Nov 2020) to the official 6.0.47 LTS static build. - Fixed unraid.temperatures: it only matched literal "CPU Temp:""MB Temp:" labels, so boards using coretemp (Intel) or k10temp (AMD) always reported null for CPU temperature. Now takes the highest reading across all matched CPU sensor labels. - Updated zabbix_template.xml to the Zabbix 6.0 export schema. - Added a bilingual (EN/ES, auto-detected) webGUI Settings page for the common options (Server, ServerActive, Hostname, Timeout, TLS PSK). - Added two live log viewers (opt-in file log + zero-setup syslog follow). Compatibility: developed/tested on Unraid 7.3.2; should work on any recent 6.x/7.x install. Install (Unraid → Plugins → Install Plugin): https://raw.githubusercontent.com/Nebur692/unraid-zabbix_agent-6lts/main/zabbix_agent.plg Matching Zabbix template (import on your Zabbix Server): https://raw.githubusercontent.com/Nebur692/unraid-zabbix_agent-6lts/main/zabbix_template.xml Repo & full changelog: https://github.com/Nebur692/unraid-zabbix_agent-6lts Please report issues either in this thread or on GitHub: https://github.com/Nebur692/unraid-zabbix_agent-6lts/issues --- ## Español Fork de [fabianonline/unraid-zabbix_agent](https://git.schle.nz/fabian/unraid-zabbix_agent), un plugin de Unraid que instala y configura zabbix_agentd para monitorizar un servidor Unraid desde una instalación central de Zabbix. Este fork existe para mantener el agente en la rama Zabbix 6.0 LTS y arreglar dos bugs de larga duración. Todo el crédito del diseño original es de fabianonline — el repo original no declara licencia, así que este fork se publica dejando el crédito claro al autor original, sin reclamar autoría del plugin base. Qué cambia respecto al original: - Actualizado zabbix_agentd de 5.2.1 (nov-2020) a la build oficial estática 6.0.47 LTS. - Arreglado unraid.temperatures: solo reconocía "CPU Temp:""MB Temp:", así que placas con coretemp (Intel) o k10temp (AMD) siempre devolvían null. Ahora toma la lectura más alta de todas las etiquetas de CPU reconocidas. - Actualizado zabbix_template.xml al esquema de exportación de Zabbix 6.0. - Añadida página de Settings bilingüe (EN/ES automático) para las opciones comunes (Server, ServerActive, Hostname, Timeout, TLS PSK). - Añadidos dos visores de logs en vivo (log a fichero opcional + seguimiento de syslog sin configurar nada). Compatibilidad: desarrollado/probado en Unraid 7.3.2; debería funcionar en cualquier 6.x/7.x reciente. Instalación (Unraid → Plugins → Install Plugin): https://raw.githubusercontent.com/Nebur692/unraid-zabbix_agent-6lts/main/zabbix_agent.plg Plantilla de Zabbix correspondiente (importar en tu Zabbix Server): https://raw.githubusercontent.com/Nebur692/unraid-zabbix_agent-6lts/main/zabbix_template.xml Repo y changelog completo: https://github.com/Nebur692/unraid-zabbix_agent-6lts Reporta problemas aquí o en GitHub: https://github.com/Nebur692/unraid-zabbix_agent-6lts/issues
  5. I have this error on the cache disk and I have space to spare:
  6. Good afternoon Is this docker no longer updating? The proxy version is 2.11.2 and the one that is installed is 2.10.4
  7. Can it be updated to version 2.10.3?
  8. Repo: zabbix/zabbix-server-mysql Can it be used to make a Zabbix Proxy? If not, could you make a repository for Zabbix Proxy please?
  9. Good afternoon, Do we have any updated jlesage/nginx-proxy-manager repository?
  10. What happened to filerun? https://hub.docker.com/r/afian/filerun/
  11. How do I disable unms 2fa?
  12. Error install pyopenssl root@cf1619f70874:/# pip3 install pyopenssl Collecting pyopenssl Using cached pyOpenSSL-19.1.0-py2.py3-none-any.whl (53 kB) Requirement already satisfied: six>=1.5.2 in /usr/lib/python3.8/site-packages (from pyopenssl) (1.15.0) Collecting cryptography>=2.8 Using cached cryptography-2.9.2.tar.gz (517 kB) Installing build dependencies ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-2b_3v_u_/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"'' cwd: None Complete output (66 lines): Collecting setuptools>=40.6.0 Using cached setuptools-49.1.0-py3-none-any.whl (789 kB) Collecting wheel Using cached wheel-0.34.2-py2.py3-none-any.whl (26 kB) Collecting cffi!=1.11.3,>=1.8 Using cached cffi-1.14.0.tar.gz (463 kB) Collecting pycparser Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB) Using legacy setup.py install for cffi, since package 'wheel' is not installed. Installing collected packages: setuptools, wheel, pycparser, cffi Running setup.py install for cffi: started Running setup.py install for cffi: finished with status 'error' ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-tsqrwwx0/cffi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-tsqrwwx0/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-owapn2sj/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-2b_3v_u_/overlay --compile --install-headers /tmp/pip-build-env-2b_3v_u_/overlay/include/python3.8/cffi cwd: /tmp/pip-install-tsqrwwx0/cffi/ Complete output (48 lines): unable to execute 'gcc': No such file or directory unable to execute 'gcc': No such file or directory No working compiler found, or bogus compiler options passed to the compiler from Python's standard "distutils" module. See the error messages above. Likely, the problem is not related to CFFI but generic to the setup.py of any Python package that tries to compile C code. (Hints: on OS/X 10.8, for errors about -mno-fused-madd see http://stackoverflow.com/questions/22313407/ Otherwise, see https://wiki.python.org/moin/CompLangPython or the IRC channel #python on irc.freenode.net.) Trying to continue anyway. If you are trying to install CFFI from a build done in a different context, you can ignore this warning. running install running build running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/cffi copying cffi/vengine_cpy.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/model.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/commontypes.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/error.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/backend_ctypes.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/cparser.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/ffiplatform.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/pkgconfig.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/vengine_gen.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/api.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/lock.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/__init__.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/setuptools_ext.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/cffi_opcode.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/verifier.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/recompiler.py -> build/lib.linux-x86_64-3.8/cffi copying cffi/_cffi_include.h -> build/lib.linux-x86_64-3.8/cffi copying cffi/parse_c_type.h -> build/lib.linux-x86_64-3.8/cffi copying cffi/_embedding.h -> build/lib.linux-x86_64-3.8/cffi copying cffi/_cffi_errors.h -> build/lib.linux-x86_64-3.8/cffi running build_ext building '_cffi_backend' extension creating build/temp.linux-x86_64-3.8 creating build/temp.linux-x86_64-3.8/c gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -fomit-frame-pointer -g -fno-semantic-interposition -DTHREAD_STACK_SIZE=0x100000 -fPIC -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.8 -c c/_cffi_backend.c -o build/temp.linux-x86_64-3.8/c/_cffi_backend.o unable to execute 'gcc': No such file or directory error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-tsqrwwx0/cffi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-tsqrwwx0/cffi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-owapn2sj/install-record.txt --single-version-externally-managed --prefix /tmp/pip-build-env-2b_3v_u_/overlay --compile --install-headers /tmp/pip-build-env-2b_3v_u_/overlay/include/python3.8/cffi Check the logs for full command output. ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 /usr/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-2b_3v_u_/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools>=40.6.0' wheel 'cffi>=1.8,!=1.11.3; platform_python_implementation != '"'"'PyPy'"'"'' Check the logs for full command output. root@cf1619f70874:/#
  13. The Last update https error: 2020-07-06 22:27:30 - WARNING :: MainThread : The pyOpenSSL module is missing. Install this module to enable HTTPS. HTTPS will be disabled.
  14. Good morning, everybody, When will version 5.13.29 be available? https://community.ui.com/releases/UniFi-Network-Controller-5-13-29/d7647910-77a2-4e61-bbfe-389206f2d6ad
  15. SPEEDtest I want to see the tests that have been done without sharing the url. When I put it like this on the stats page nothing appears: TELEMETRY: true ENABLE_ID_OBFUSCATION: true When I put it this way on the stats page if the results appear but also the url to share the test appears: TELEMETRY: true ENABLE_ID_OBFUSCATION: false Is there a way to view the tests performed but that the url does not appear?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.