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. Hi, sorry but I didn't understand anything...lol I can summarize my question as follows. Is it possible to create a container with only node js and npm installed?
  2. I need to run some commands that require node.js and npm installed. 1) How do I do this if Unraid won't let me install it because I would have to install it on a pendrive? 2) Is there any ready-made docker image with these applications (I don't know how to create a docker image)? 3) I have docker "code server" but it is also not installed and when I install it.
  3. I'd like install a docker with github. Example: https://github.com/pgvector/pgvector cd /tmp git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git cd pgvector make make install # may need sudo 1) In this case, where will it be installed? On the pendrive or in the "Share" folders? 2) Will it appear in the "Docker" tab and will it start by itself?
  4. Did you get it as mysql? Couldn't you do it with postgres too?
  5. Did anyone configure postgres database? The N8N doesn't create anything in the appdata folder and it doesn't open either. DB_TYPE=postgresdb DB_POSTGRESDB_DATABASE=n8n DB_POSTGRESDB_HOST=192.168.10.254 (IP unraid) DB_POSTGRESDB_PORT=5432 DB_POSTGRESDB_USER=bdrtec DB_POSTGRESDB_SCHEMA=public DB_POSTGRESDB_PASSWORD=My_PASS
  6. My redirect sub domains are internal...... Some are external Cloudflare Tunnel Site --> Cloudflare Tunnel Docker Unraid Router --> AdGuard DNS rewrite --> NPM --> docker container
  7. I didn't point my cloudflare directly at NPM..... I pointed my router to the AdGuard IP. AdGuard points to NPM. NPM points to the domains.
  8. I honestly don't know how I did it. In the folder settings (share) it says: Primary storage (for new files and folders): Array But the Vms_pool also has the folder. I executed some containers and maybe I created a folder in this pool. I'll try deleting it to see if it works (this folder is just a test, it doesn't contain any important data). Thanks for the explanation, and I'll learn how to read this diagnostics.
  9. I've done something to make the folder lose this protection, but I can't identify what. I don't know how to read the diagnostics. I'll study the topic that explains it. Tks bdrtec-diagnostics-20240916-1119.zip
  10. What happened here? This icon, anyone know how to solve it?
  11. My final configuration to help others peoples. Settings -> Tailscale -> Settings - Advanced view Use Tailscale Subnets: no Use Tailscale DNS settings: no Settings -> Dockers Docker custom network type: ipvlan Host access to custom networks: Enabled Settings -> Network Settings -> Routing Table I created a network only to docker (bdrtec) All the containers (dockers) are installed on this network (bdrtec). Only “AdGuard” and "NPM" containers are installed on network “br0” with fixed IP. On my router I've added the AdGuard IP (192.168.10.239) as primary DNS (first in line). This way all network traffic goes through AdGuard. When the traffic arrives at AdGuard, it checks the domains I have registered (nextcloud.mydomain.com.br, n8n.mydomain.com.br, among others) and redirects them to the NGINX Proxy Manager (192.168.10.238). The NGINX Proxy Manager redirects to the configured local IPs. nextcloud.mydomain.com.br = 192.168.10.254:Port n8n.mydomain.com.br = 192.168.10.254:Port
  12. Uallll....thank you very much This was my problem too....now everything is working perfectly
  13. This DNS can be turned off. It is related to guiding the devices in your VPN. This is interesting for advanced configurations. It has no bearing on your case. You will use this to create routes in your VPN. Example: when you want to access nextcloud.yourdomain.com.br and want to open nextcloud only for those on your VPN
  14. I managed to connect to the drive and the files appear in the WebUI in the “Explorer” menu. The files don't appear in the mapped folder. Path: /media: /mnt/user/Drive/ RCLONE_MEDIA_SHARES: /media I don't know what and how to fill in the WebUI “Mounts” menu Any suggestions please...thanks
  15. @cscoppa @blaine07 There are other settings that interfere. How is your docker network configuration (Settings -> Docker)?
  16. My problem is the same.....in "br0" network it's don't renew my certificate and I can't login in NPM. See image. I'm trying resolve a long time ago.
  17. In my case it updates on “br0” but on the “bdrtec” network (docker network) it does not update. I've just seen a message from cloudflare saying that there's maintenance on the network today. If your problem started today, wait until tomorrow to see if it works again.
  18. I have a similar login problem. My docker network named “” NPM opens normally, when I put it in the “br0” network it doesn't open and gives an error when logging in. It also doesn't update the certificate. In my case it's related to the network but I can't solve it.
  19. My docker network configuration is: - Docker custom network type: ipvlan - Host access to custom networks: Disabled I have this problem: 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”.
  20. - You use cloudflare to renew? Maybe your token expired or is wrong. - Maybe your change config network dockers and haven't access internet to download
  21. I couldn’t ….. I don’t understand ….. What’s your docker NPM IP? Your NPM is on the same network as the other dockers or it is on the br-0 network?
  22. nzb360 is perfect ..... I couldn't find it for iOS but it's fine for Android. Thank you very much for the information " No need to add them to Jellyseer, you can add them directly to Sonarr/Radarr." I didn't know that....now everything is becoming clear. Thanks for the tips and clarifications
  23. Ok, I understood your explications….but what are the others apps? What are the names? That's what I was trying to know. nzb360 does not appear in the Apple Store in Brazil
  24. I don't understand how it works. Let me try to explain it better. 1) I don't know what apps *arr and *seerr .... lol 2) I need to download movies, and what I understand I need to request them through an application. Example: JellySeerr, Overseer, NZB360, Ombi, Ombi, others. 3) How do I download directly from Sonarr and Radarr? I couldn't find this option. From what I understand, these two applications only organize the information. I managed to solve it the following way. - I request the movie from JellySeerr (movie catalog). - JellySeerr sends it to Sonarr and Radarr (I didn't understand it very well, but it worked). - Sonarr and Radarr send the request to Prowlarr. - Prowlarr sends it to qBittorrent. All I know is that it worked. My question was how to download, and I'm downloading through JellySeerr (I click and it downloads automatically).

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.