Updated Frequent Questions (markdown)

Michael Stanclift 2020-10-22 09:22:17 -05:00
parent fa62967e29
commit 11e23eb1f4

@ -21,7 +21,7 @@ These are frequent questions about Gravity Sync implementations. In addition to
- Yes and no. - Yes and no.
- Gravity Sync is designed to work on Linux systems that the main Pi-hole project [is designed to work on](https://docs.pi-hole.net/main/prerequisites/#supported-operating-systems). This is what I test the code against. - Gravity Sync is designed to work on Linux systems that the main Pi-hole project [is designed to work on](https://docs.pi-hole.net/main/prerequisites/#supported-operating-systems). This is what I test the code against.
- It is possible for Pi-hole to run on systems other than those listed on their project page. Chances are if Pi-hole will run on it, so will Gravity Sync. However, it's impossible for me to test every possible configuration, so if you run into issues you may be on your own unless they can either be replicated on a supported install or generate enough concern to address. - It is possible for Pi-hole to run on systems other than those listed on their project page. Chances are if Pi-hole will run on it, and you can SSH to a BASH shell on it, so will Gravity Sync. However, it's impossible for me to test every possible configuration, so if you do run into issues with a unofficial configuration you may be on your own unless they can either be replicated on a supported install, or generate enough community concern to specifically address within the script.
- Specifically to DietPi, yes Gravity Sync will work, but you must enable OpenSSH instead of the default Dropbear server. (Dropbear was supported for a time in older releases of Gravity Sync, but was problematic.) - Specifically to DietPi, yes Gravity Sync will work, but you must enable OpenSSH instead of the default Dropbear server. (Dropbear was supported for a time in older releases of Gravity Sync, but was problematic.)
### Can Gravity Sync run inside of a Docker container? ### Can Gravity Sync run inside of a Docker container?