freerange/google-drive-backup

Avoid hard-coding configuration

Closed this issue · 1 comments

It would be nice to be able to make the project reusable by others, but that's not possible at the moment, because a bunch of GFR-specific configuration is deeply embedded in the code.

e.g. Google Drive impersonating user email address should not be hard-coded deep inside the backup.sh script that runs on the Docker container.

This was fixed in 89549fe and 4efc0f2. Closing.