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.

lusitopp

Members
  • Joined

  • Last visited

Everything posted by lusitopp

  1. First, I think it's wierd that there is no official plugin and thread regarding backup of the data stored on Unraid. But now for my questions I need help with. Unraid is getting more and more important to me, both shares and dockers appdata. Today i have no backup. I want offsite backup but I have no possibility to setup another Unraid at another location. Prio1: Backup my nextcloud share (today it is around 250gb). Also backup versions, in cause of corruption etc I don't want corrupted data to overwrite healthy backups. Prio2: Backup dockers appdata. Preferably to be able to shutdown dockers, backup and then start the docker. Prio3: Backup VMs. Prio4: Price. Of course I want it to be as cheap as possible. So, what is the easiest why to fullfill this? Regards
  2. integrated cloud backup. either onedrive, google etc or your own hosted service or a with a partner.
  3. im new to linux systems, but im eager to learn, this is the output i get root@0d9237f2d370:/config/www/wordpress/wp-content# ls -la total 8 drwxr-xr-x 1 root root 67 Jul 2 07:59 . drwxr-xr-x 1 root root 4096 Jul 2 07:50 .. -rw-r--r-- 1 root root 28 Jul 1 17:36 index.php drwxr-xr-x 1 root root 80 Jul 2 18:00 plugins drwxr-xr-x 1 root root 108 Jul 2 18:00 themes drwxr-xr-x 1 abc abc 54 Jul 1 18:03 uploads
  4. As soon as I copy/pasted my docker run I did see what I did wrong, 'only subdomains' was in true. After changing to false i now get certificate for https://mysite.io. But another question that someone might be able to help me with. With wordpress there is often updates to plugins, themes and wordpress itself. Trying do update from admin page will prompt me for ftp username and password, I dont have a ftp. I understand that this is because the user that runs the page don't have access to the folders in wordpress, anyone knows how to set that up?
  5. Hi, I currently use this docker for nextcloud and bitwarden dockers, that works great. Now im trying to setup a Wordress inside the www folder in the letsencrypt docker and i want to redirect www.mysite.io to mysite.io. But if i use www, in the subdomain field the certificate will be for www.mysite.io, and then visitors get redirected to mysite.io and a cert warning will show. If i dont enter www, in the subdomain field i get this error No subdomains defined E-mail address entered: [email protected] http validation is selected Different validation parameters entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created Saving debug log to /var/log/letsencrypt/letsencrypt.log No match found for cert-path /config/etc/letsencrypt/live/www.mysite.io/fullchain.pem! Generating new certificate Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator standalone, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for mysite.io Waiting for verification... Cleaning up challenges IMPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at: /etc/letsencrypt/live/mysite.io/fullchain.pem Your key file has been saved at: /etc/letsencrypt/live/mysiste.io/privkey.pem Your cert will expire on 2020-09-29. To obtain a new or tweaked version of this certificate in the future, simply run certbot again. To non-interactively renew *all* of your certificates, run "certbot renew" - Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal. - If you like Certbot, please consider supporting our work by: Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate Donating to EFF: https://eff.org/donate-le ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container # redirect www to https://[domain.com] server { listen 80; listen 443 ssl http2; server_name www.mysite.io; return 301 https://mysite.io$request_uri; } # redirect http to https://[domain.com] server { listen 80; server_name mysite.io; return 301 https://mysite.io$request_uri; } # server config server { listen 443 ssl http2; server_name mysite.io; anyone know what i have done wrong?
  6. Exactly. This is not a docker problem, just a wierd problem. Maybe because the 2 VMs are on different NICs
  7. Thx, doing the 'next,next,finish' strategy worked. When the fields are there, like the user and password, i thought i should enter that 😃 i have on another wierd issue now. I can't access 192.168.1.100:8080 from my pc (that is a vm on unraid). i can access that site from another vm on unraid, from my phone and laptop.🤔
  8. Hi and thanks for your reply! I understand this, but i think i have enough traffic on eth0, there fore i want to use eth1 (br1) for several dockers. I did not understand that i couldn't just point to another dockers IP on the same br1 interface without advanced configuration. I would have to look into that or use a VM This is not happening. Im trying bridge mode for now, i have changed the port to 8081 since unraid uses 8080, i have also changed to "http://[IP]:[PORT:8081]/" in the advanced settings, but when i click the icon the page is opening on 8080. this must be a bug? So i installed MariaDB with default port, i did not change the password, im using bridged mode. port mapping is 172.17.0.2:3306 <-> 192.168.1.100:3306. I installed wordpress in bridged mode, database ip is set to 192.168.1.100:3306. for user and password i used 'wordpress'. Portmapping for wordpress is 172.17.0.3:80 <-> 192.168.1.100:8081 When i browse to 192.168.1.100:8081 land at a page telling me: Error establishing a database connection
  9. Tried this docker tonight but dont know if im stupid, if there is something wrong in the container or my unraid. I setup MariaDB with the ip and port ...11:3309 (tried both host network and br1) During Wordpress docker installation i choose network br1 with the ip of ...12 Also during the setup i have tried several different container ports, both 8080 and 443. The funny thing is, even if a choose 8080 or 443, the "webui" link on the docker image always open the site with :8080. The other funny thing is, even if i choose 8080 or 443, the port mapping is always 80. And then the other problem, when i open the site with port 80, i get this error: Error establishing a database connection So, how is this docker supposed to be installed?
  10. Hi, I tried to setup wireguard for the first time yesterday, I went for a 'next, next, finish' setup, did only change 'type of access' to 'Remote Tunneled Access' as mentioned in the blogpost about WireGuard. I did a portforward in my Ubiquiti USG. Both my phone and win10 client could connect, but ONLY to the serer itself, I could not access Internet or any other things on my LAN. I deleted my peers, created new ones with the type of access: Remote access to LAN Now I could ONLY access things on my LAN, not the Unraid server itself or Internet. I figured that something had to be wrong, so I uninstalled the plugin and then installed it again. Created the tunnel, the peers, but this time NONE of my peers can connect to Unraid. It doesn't matter what connection type I use, when activating the client, Unraid says that no clients are connected. Checking my router I get a lot of hits on the portforward rule. I have a 'basic' network setup, i do have 4 nics to spread out some load of VMs and dockers, but I don't use VLAN. Eth0 is in bridge mode. USG dhcp is set on 192.168.1.0/24 and unraid wireguard is on default, I believe 10.253.0.0. So I need some help to set this up. When a peer connects home, I want to be able to connect to everything on the LAN, use my Adguard (like a pihole but nicer gui) as DNS and be able to connect to internet. What should I do?

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.