Closed MrFlynn closed 6 years ago
That's basically what I was looking to do with this repository. I did the same thing in another project, though I also have the portable environment file there.
Referencing issue #7 in this general improvement thread.
For future open sourcing, a better README describing the install/run steps will also be required.=
port
from configuration.Make sure to remove hardcoded IDs from previous commits when completing the first item.
Commands required to remove files and strings:
$ bfg --delete-files some_file zoom-drive-connector.git
$ bfg --replace-text text zoom-drive-connector.git
Turns out removing strings and removing files from a Git repository hosted on GitHub is impossible because GitHub makes refs to pull requests read only and we cannot delete the PRs or refs ourselves.
I'm closing this issue because there doesn't seem like a reasonable solution to this other than asking GitHub to remove pull requests (which I would rather we not do).
After my discussion with Tijmen last week (9/5), I would like to nominate this project for potential open sourcing sometime in the future (pending legal approval and further discussion). Regardless of that potential project, I think it would be beneficial to fix a couple of things in this repository.
Initial Task List:
Dockerfile
such that configuration can be altered without having to rebuild the container.