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.

Heciruam

Members
  • Joined

  • Last visited

Everything posted by Heciruam

  1. Wow. That was embarrassing. Thanks!
  2. Hello, sorry if I ask so boldly. I just have no idea what I am doing wrong. So I set this up with the 11notes/unifi:8.1.127-unraid tag and everything else standard except the network type which is br0 with a defined IP adress. When I check the log I see this {"time":"2024-05-09T20:06:12.000Z","type":"INF","msg":"starting unifi controller"} And when I try to access the webUI I get the following message on the page Bad Request This combination of host and port requires TLS. Does anybody know what I'm doing wrong? Thank you in advance.
  3. Hello, two of my disks failed. Somehow the array started with two disks missing. Disk 4 was simply not showing up and seemed to be "skipped" while disk 5 showed up with a red X as missing. I physically removed the old disk and replaced them. UnRaid is telling me that I can't start/rebuild the array "You may not add new disk(s) and also remove existing disk(s)." What do I do from here? I also added the Diagnostics. Thanks in advance.
  4. Is there a command that shows me the status? If the array is running and so on?
  5. Hello, I currently can't get past the login screen of the web UI of Unraid. I'm accessing my server remotely via wireguard/tailscale. Some Docker conatainers are running, others are not reachable. I would like to restart the server as I seem to be able to ssh into the server. I just can't find a list of available commands. I don't want to try random commands that might lock the server for me completly as I won't be able to access it physicly for another 2 months. Is there documentation for command line commands?
  6. https://github.com/nitnelave/lldap "light (and easy) LDAP"
  7. Revolt chat (discord alternative) https://github.com/revoltchat https://github.com/revoltchat/self-hosted
  8. I'm not using it anymore. But two years ago this was working fine^^
  9. #upstream backend { # server 10.10.10.2:8065; # keepalive 32; #} proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=mattermost_cache:10m max_size=3g inactive=120m use_temp_path=off; server { listen 80; server_name _; return 301 https://$host$request_uri; } server { listen 443 ssl; server_name mattermost.*; location ~ /api/v[0-9]+/(users/)?websocket$ { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; client_max_body_size 50M; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Frame-Options SAMEORIGIN; proxy_buffers 256 16k; proxy_buffer_size 16k; client_body_timeout 60; send_timeout 300; lingering_timeout 5; proxy_connect_timeout 90; proxy_send_timeout 300; proxy_read_timeout 90s; proxy_pass http://UNRAIDIP:8065; } location / { client_max_body_size 50M; proxy_set_header Connection ""; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Frame-Options SAMEORIGIN; proxy_buffers 256 16k; proxy_buffer_size 16k; proxy_read_timeout 600s; proxy_cache mattermost_cache; proxy_cache_revalidate on; proxy_cache_min_uses 2; proxy_cache_use_stale timeout; proxy_cache_lock on; proxy_http_version 1.1; proxy_pass http://UNRAIDIP:8065; } } I hope it helps
  10. So I finally have access and time to go at it. Disk 4 is disabled and missing according to Unraid. I switched out cable without any change. That drive should be fine though. Could this be a mistake in the Unraid UI? When I create "New Config" in tools. Do I preserve everything? or wll it delete my cache drives if I only check Array slots for example? Thanks!
  11. What I have forgotten to mention. I did try to rebuild the parity disk. But disk 4 had the same amount of errors as disk 10. That's when I aborted that rebuild. How do I re-enable disk4? I only see formating which is not what I want.
  12. Hi, I ran into a bit of Situation. My Parity Disk turned disabled while I was copying a large chunk onto the array. The drive seems fine so I though I'll just rebuild it after finishing the copy process since it usually is a bad cable. After restarting the other disks were disabled so I had to restart a bunch of times to get them all back. I know drive 10 is dying. I was hoping to rebuild parity first and then get that one replaced. But I now have an unmountable disk 4 drive. I'm pretty sure that that drive is okay. Since I won't be able to access the server physically for two weeks I was wondering what's the best way to go about this. Can I enable disk4 somehow and rebuild parity. Or will I have to write the data on that off. Should I turn the server off unitl I have physical access to it again? medienkerker-diagnostics-20211220-1212.zip
  13. Hello I'm looking to get this docker running: Portfolio Performance Docker I was wondering if anybody already has it running?
  14. My problem seems to be connected to openVPN. I just don't know, how to change that setting: Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning supervisord.log
  15. So I have a little trouble getting to the webUI after a restart. I get the following errors: 2021-03-09 20:31:46,281 DEBG 'start-script' stdout output: -------------------- 2021-03-09 20:31:46,281 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2021-03-09 20:31:46,286 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning. 2021-03-09 20:31:46,287 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 WARNING: file 'credentials.conf' is group or others accessible 2021-03-09 20:31:46 OpenVPN 2.5.0 [git:makepkg/a73072d8f780e888+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Nov 6 2020 2021-03-09 20:31:46 library versions: OpenSSL 1.1.1j 16 Feb 2021, LZO 2.10 2021-03-09 20:31:46,287 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2021-03-09 20:31:46,287 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2021-03-09 20:31:46 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2021-03-09 20:31:46,288 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 TCP/UDP: Preserving recently used remote address: [AF_INET]79.142.69.159:443 2021-03-09 20:31:46 Socket Buffers: R=[212992->212992] S=[212992->212992] 2021-03-09 20:31:46 UDP link local: (not bound) 2021-03-09 20:31:46 UDP link remote: [AF_INET]79.142.69.159:443 2021-03-09 20:31:46,311 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 TLS: Initial packet from [AF_INET]79.142.69.159:443, sid=02fdd9bb 5c76907e 2021-03-09 20:31:46,356 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, [email protected] 2021-03-09 20:31:46,357 DEBG 'start-script' stdout output: 2021-03-09 20:31:46 VERIFY KU OK 2021-03-09 20:31:46 Validating certificate extended key usage 2021-03-09 20:31:46 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication 2021-03-09 20:31:46 VERIFY EKU OK 2021-03-09 20:31:46 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=Xuange, [email protected] Someone a few pages earlier said to create a new .rc file but that didn't resolve the issue for me. Is anybody having similar problems?
  16. So I switched over from the binhex container by simply changing the Repository and the Docker Hub URL. It worked, I'm just still wondering if this was the right way to do it and I might have to expect troubles down the line?
  17. yes just watch this video. Works exactly the same way for rtorrent.
  18. I switched both the mariadb as well as the leantime dockers to theri own br0 ip adress. Of course you'll have to point them at each other in the templates. Then it just worked.
  19. So if I only need voice chat but not the video calls do I still need jitsi? I thought matrix comes with some form of webRTC voice communication?
  20. Thank you that was it. However I now have tried to install it on a remote second machine that I connect to via VPN. On the first machine where I succeded I was accessing it via a VM on the same machine. It was only reachable though that until I changed the Host name in the Openproject settings page from localhost to the ipadress:port. So my guess it is only reachable from localhost. Since I can't do that on my second remote machine (inless I install a VM) I was wondering if I can change that setting somewhere else? I couldn't find a config file on the appdata that let me do that. Thanks in advance.
  21. Thank you for this template. I just have one problem... I have no idea what the default admin account and password is or how to create that.
  22. So if I understand correctly. The mariadb needs to be on port 3306? I also noticed that there seems to be no AppData Config Path in this template. Can I simply add one or does this have to be done for the template? Thank you very much for helping!
  23. So I tried to get your leantime package up and running. But I have no idea why it's not working. I think I set up mariadb correctly since I've done it plenty of times with nextcloud, mattermost and others. I just don't know how to fill out this template. This is how I did it: What am I doing wrong?
  24. Is there an ngix .config.sample file for Mattermost? I just installed it and was wandering on how to get public access. Edit: Ok I figured it out. I found a guide on how to do it here

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.