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.

mjeshurun

Members
  • Joined

Everything posted by mjeshurun

  1. Can you please share an example of your config file? 🙏
  2. Thank you, @Fabian Hammer 🙏🙏 Can you please share the link to the other thread you got the script from? 🙏 To be honest, I'm not a developer so I don't completely understand what each line in the script does. So I would like to read more about it and understand how each part works.
  3. Hello Friends, Can someone explain how I can use User Scripts to automatically backup several different data folders on my UnRAID server to an unattended device? I would like the script to run automatically every X days and keep the last Y backups (earlier backups than Y can be deleted or overwritten). Is this possible? Thank you for your help 🙏
  4. Happy New Year 🎉 Can someone please explain how I can use User Scripts to automatically backup several different data folders on my UnRAID server to an unattended device? I would like the script to run automatically every X days and keep the last Y backups (earlier backups than Y can be deleted or overwritten). Is this possible? Thanks again for your help 🙏
  5. Hello Friends and Happy New Year 🎉 Can someone explain how I can use User Scripts to automatically backup several different data folders on my UnRAID server to an unattended device? I would like the script to run automatically every X days and keep the last Y backups (earlier backups than Y can be deleted or overwritten). Is this possible? Thank you for your help 🙏
  6. Thanks. I ended up using the TimeMachine docker app. Unlike the unraid built-in timemachine solution, the docker app allows to choose a path on an unassigned device. So I'm good
  7. Excellent. Thank you very much 🙏
  8. Hi friends, Happy Christmas! Can this Time-machine docker app be used to backup the time-machine saved data to an unassigned SSD drive? Or will it only work with drives added to the array? Hope someone can help.
  9. Thank you. I managed to set up the Nextcloud backup path to the unassigned drive However, I'm having difficulties setting up the macos time-machine backup. The first step to create a time-machine backup is to create a new UnRAID share and choose the included/excluded disks the share data will be saved on. The problem I'm facing is that the Included Disks option does not show unassigned devices. It only lists array drives. Is it possible to configure UnRAID to show unassigned devices as available disks under Included Disks?
  10. Sorry for the delayed reply. I forgot how I set time-machine up. I will need to rewatch the spaceinvader-one tutorial video. Do you know how I can find the full path location of the unassigned drive?
  11. It's a built-in UnRAID OS feature. You need to enable Enhanced macOS interoperability under Settings->SMB Settings. I then continued to setup time-machine backups based on Spaceinvader-One's tutorial.
  12. Thank you very much @trurl 🙏 Do you know if it's also possible to set UnRAID's MacOS time-machine backups to an unassigned device?
  13. Hi friends, To better secure my unraid home server's data, I would like to configure unraid 6.11.5 to periodically backup a few of my docker containers appdata files to an internal m.2 SSD drive. Is it possible to add the SSD to unraid as an unassigned device and in a format that will be readable by MacOS and Windows (in case I need to restore/open the drive directly with MacOS or windows, and not with unraid)? Which format should I use: FAT32, exFAT or maybe another type? Can someone, please, explain the procedure to backup data files to an unassigned device? Thank you very much 🙏
  14. Thank you. I tried to copy/paste the file info you just sent me and added my api tokens, but I'm still seeing the error message in the container log
  15. I'm seeing an error message in the container log: error reading config.json Did I make a mistake filling my info? { "cloudflare": [ { "authentication": { "api_token": "***************", }, "zone_id": "eatingheads.com", "subdomains": [ { "name": "", "proxied": true }, { "name": "www", "proxied": true } ], }, { "authentication": { "api_token": "******************", }, "zone_id": "vicktoriasmirnoff.com", "subdomains": [ { "name": "", "proxied": true }, { "name": "www", "proxied": true } ], }, ], "a": true, "aaaa": false, "purgeUnknownRecords": false }
  16. My bad. Sorry for missing this 🙏🙏
  17. If I'm not mistaken, UnRAID automatically tries to start new docker containers once their installation process is finished. I assume that's why the folder was already there, when I tried to follow the important note directions. Because I didn't ran the container. Edit: Ohhhhhhhh now I see you meant that we need to run the important note commands even *before installing* the container. I thought I needed to run the important note commands after installation but before running the container. My bad. Sorry for missing this 🙏🙏
  18. Thanks for the clarification 🙏 The "important" note in the OP actually doesn't say to delete the folder. That's why I asked
  19. Thank you very much! @Kilrah. I will try to setup the container based on your example. The app installation created two folders for the container. Main folder: cloudflare-ddns-config. Subfolder: config.json Should I save the config.json file inside the config.json folder?
  20. Hi Friends, Thank you for maintaining this container. I'm a noob so my question might seem obvious to programmers, but can someone, please, share an example of the config-example.json file that includes info for two different domains? I saw the sample example-config.json file listed in the OP, but from what I understand it only includes info for 1 domain, so I'm not sure how to add the info of a second domain. Hope someone can help 🙏
  21. Hi Friends, Is it possible to use one Cloudflare-DDNS container to update the external dynamic IP address for two different domains hosted on the same home server? The two websites have the same external IP, but are using two different local ports with Nginx. For example: Domain 1: personal_domain.com Domain 2: work_domain.com Or do I need to create two different Cloudflare-DDNS containers for each one of the domains? Hope someone can help 🙏
  22. Hello again, I managed to create a second wordpress container for a second website. However, I am facing a small problem. When I configure NginxProxyManager to Force SSL for the www subdomain, the website fails to load showing this error message: If I disable Force SSL, the website loads using the https URL, but with a browser site info saying that the connection is not fully secure, and uploaded images are now properly displayed: Anyone has an idea how I can fix this?
  23. Hi everyone, Just want to give a super big Thank You! shout out to @Eddie Seelke that offered to assist me solve the wordpress databases issues I was facing, and actually helped me very patiently and graciously. People like Eddie remind me that humanity can be great when we share knowledge and help one another. Thank you so much, Eddie! 🙏🙏🙏
  24. Thanks. In that case I'll just create a second mariadb container. Should I also create a third db container if I'm going to run Nextcloud? E.g, One mariadb container to be used with wordpress site 1 A second mariadb container to be used with wordpress site 2 And a third mariadb container to be used with Nextcloud To each app a different mariadb container?
  25. Hmmm... in that case, I'm not sure why I'm seeing this problem...

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.