Everything posted by mjeshurun
-
[Support] Kilrah/Cloudflare-DDNS-config
Can you please share an example of your config file? 🙏
-
[Plugin] CA User Scripts
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.
-
[Plugin] CA User Scripts
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 🙏
-
Periodically backup docker containers appdata to an unassigned drive
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 🙏
-
Automatically backup several data folders to an unassigned drive using User Scripts
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 🙏
-
Periodically backup docker containers appdata to an unassigned drive
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
-
Timemachine Application Support Thread
Excellent. Thank you very much 🙏
-
Timemachine Application Support Thread
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.
-
Periodically backup docker containers appdata to an unassigned drive
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?
-
Periodically backup docker containers appdata to an unassigned drive
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?
-
Periodically backup docker containers appdata to an unassigned drive
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.
-
Periodically backup docker containers appdata to an unassigned drive
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?
-
Periodically backup docker containers appdata to an unassigned drive
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 🙏
-
[Support] Kilrah/Cloudflare-DDNS-config
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
-
[Support] Kilrah/Cloudflare-DDNS-config
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 }
-
[Support] Kilrah/Cloudflare-DDNS-config
My bad. Sorry for missing this 🙏🙏
-
[Support] Kilrah/Cloudflare-DDNS-config
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 🙏🙏
-
[Support] Kilrah/Cloudflare-DDNS-config
Thanks for the clarification 🙏 The "important" note in the OP actually doesn't say to delete the folder. That's why I asked
-
[Support] Kilrah/Cloudflare-DDNS-config
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?
-
[Support] Kilrah/Cloudflare-DDNS-config
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 🙏
-
[Support] selfhosters.net's Template Repository
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 🙏
-
[Support] kru-x - wordpress
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?
-
[Support] kru-x - wordpress
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! 🙏🙏🙏
-
[Support] kru-x - wordpress
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?
-
[Support] kru-x - wordpress
Hmmm... in that case, I'm not sure why I'm seeing this problem...