OpenSource

From floodzilla-wiki
Jump to navigation Jump to search

Making Floodzilla Open Source

It is an explicit goal of the project that all Floodzilla source code should be made open source.

Requirements

  • All secrets must be removed from our existing codebase.
    • There are passwords and API keys and whatnot in config files and code. These must be removed.
  • All code must be reviewed for unfit material.
    • I probably used bad words in comments somewhere.
  • A new, clean repository must be started, probably on github.
    • No secrets or other non-public information must ever be added to this repository.
    • Additionally, all metadata like README files and checkin comments must be fit for public consumption.

Possible Requirements

Explicit Non-Requirements

Open Questions