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.

Braulio Dias Ribeiro

Members
  • Joined

Everything posted by Braulio Dias Ribeiro

  1. I managed to make a bit more progress. I connected the indexers to Prowlarr. I made a request in Jellyseerr and it started downloading. Now I have another problem. JellySeerr connects to the Emby folders. I don't understand why, since both Emby and Jellyfin download in the same folder. But JellySeerr can't find all the Emby folders, even when I click on sync automatically. Synchronizing manua1lly didn't work.
  2. Guys, I've installed almost all of them. As I understand it, it works like this: - Sonarr and Radarr request to Prowlarr a film/serie/show. - Prowlarr searches the servers available for download. - Quando Prowlarr encontra ele envia para o qBittorrent baixar - Then you can choose an app to watch (Plex, Emby, Jellyfin) I just have one question... where do I download the movies/series/shows? As I understand it, I need an app to request it (Jellyseerr, Overseer). I've already set up Radarr, Sonarr with Prowlarr and qBittorrent. But I don't understand how to configure Jellyfin with Radarr and Sonarr.
  3. I've read about streaming apps but I don't really understand yet. 1) What's the difference between existing apps? To better understand, how can I divide into categories? Example: Content managers: Plexy, Emby, Jellyfin Content mappers: Radarr (videos), Sonaee (shows), Bazarr (subtitles), Jellyseerr (movies). Is this correct? 2) What do you suggest? I thought about installing Jellyfin, Jellyseerr. Would that be enough?
  4. That's all...you're right...thanks for the info
  5. Isn't there a similar solution NerdPacks (It's installed some things)? In this case I need to install a VM with Fabric Ai and GoLang together.....there is no way to make a docker in this case then.
  6. Make sure I understand. 1)Or install GoLang on the host (host would be the unraid flash drive). And after install docker Fabric AI. 2) Or install Fabric Ai on the container with LXC / VM. Is that it?
  7. I haven't managed to create the docker yet, but I found this information. If anyone can help create the container in unraid https://github.com/danielmiessler/fabric/pull/845 https://github.com/danielmiessler/fabric/issues/809
  8. How can I install GoLang to execute script in another docker (Fabric AI needs GoLang)?
  9. I couldn't install it in the container due to lack of knowledge. It needs other things to work, such as Golang. If you manage to install it, let me know.
  10. @mgutt after much analysis, I found the solution, but another problem appeared lol Can you help me understand. npm was configured to listen to port 880 and 4443, I just changed it to 80 and 443 and it worked. I forgot that the http request comes from these ports. My docker network configuration is: - Docker custom network type: ipvlan - Host access to custom networks: Disabled I have this problem now: 1) npm is configured on the "br0" network with a fixed ip (192.168.10.238). But I can't access the panel because when i try to do login , shows the error “Bad Gateway". All the other containers are on a single network (bdrtec), only npm is on “br0”.
  11. I'll try, it's just that the server is in another city. Thanks for your help
  12. I wanted to know how to fill in this path, if this was right. I found the answer, here's the solution. LANGFLOW_DATABASE_URL = postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME} In my case postgresql://langflow:PASSWORD@Postgres:5432/langflow
  13. Hiiii, about Affine. I couldn't run it on docker unraid, it won't start. Any suggestions?
  14. They are on the same network. But I don't know how to set username and password. Is that it? postgresql://USER:PASSWORD@Postgres:5432/langflow
  15. 1) Fabric AI I don´t know how can I install this docker. The documentation say is need install Golang for it to work. So I need to install 2 containers (Golang and FabricAi)? https://github.com/danielmiessler/fabric 2) UmbrelOS I didn't understand how to set the variables and download inside the docker. I'm interested in its WebUI. I need to test if I can set the Unraid dockers to appear in this WebUI. https://gitlab.com/shrugal/umbrel-docker/
  16. Hi mgutt... I'm trying to configure NMP to manage the IP:Port redirection for the domain. I haven't opened any ports on my router, I'm using Clouflare Tunnel. My question is “How can I set the NPM IP in AdGuard?” because to access the NPM I need IP:Port and AdGuard doesn't let me set the Port. I have a network to my dockers called "bdrtec", but AdGarud and NPM is in "br0" network because in "bdrtec" network I can't access the WebUI. Thanks in advance for your help. 1) Set DNS AdGuard Mikrotik 2) AdGuard Configuration 3) NPM Configuration
  17. Did you manage to set everything?
  18. How can I connect postgres to another docker? What do I need to type in the PATH?
  19. I have an error in the configuration options. When I edit the settings it doesn't stay saved. Example: I can't add a script, I can't remove the sharing option. In the /config folder on the pendrive there is a folder labeled “/boot/config/plugins-error”. bdrtec-diagnostics-20240829-1108.zip
  20. Do you know the AI project called Fabric? If anyone is interested, I need help deploying a docker of it on unraid. The documentation asks you to install Golang for it to work. So I need to install 2 containers (Golang and FabricAi)? https://github.com/danielmiessler/fabric
  21. I'd like to install Langflow in docker, but I don't know how to do it. Is anyone interested in this tool and would like to help with the installation? Here is docs to installation. https://github.com/langflow-ai/langflow/tree/dev/docker_example This is my Langflow installation. It's working, but I don't know how to connect to the postgres database Postgress installation
  22. What I got - install cloudflaretunnel - install warp client - authenticate sub domains automatically when logged into the warp client What I didn't make to do - Configure warp connect (to access what's on the subnet) My private network (subnet) is 192.168.10.0/24 To access it, I need configure warp in connect mode. I set up, it says connected to the tunnel, but the tunnel appears offline. I did what's in this link but I still couldn't access (it doesn't connect to the host, it only connects to the docker network, even if I put bridge or host). Has anyone managed to configure warp connect on unraid?
  23. I have an error in the configuration options. When I edit the settings it doesn't stay saved. Example: I can't add a script, I can't remove the sharing option. In the /config folder on the pendrive there is a folder labeled “/boot/config/plugins-error”. bdrtec-diagnostics-20240829-1108.zip
  24. @Frank1940@agarkauskas I restarted the server and it worked again. I didn't have to do anything. Maybe the files were not moved from the pendrive due to permissions or maybe only what was in the memory was moved. Tks for your help

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.