-
Updated
Feb 23, 2022 - Python
zappa
Here are 143 public repositories matching this topic...
-
Updated
Apr 20, 2020 - Shell
-
Updated
Feb 28, 2022 - HTML
-
Updated
Mar 14, 2018 - Shell
-
Updated
Jan 27, 2022 - JavaScript
-
Updated
Jul 5, 2022 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
May 11, 2020 - HCL
-
Updated
Nov 18, 2021 - Jinja
-
Updated
Feb 17, 2017 - Jupyter Notebook
-
Updated
Jan 12, 2022 - Python
-
Updated
May 6, 2021 - CSS
-
Updated
Aug 18, 2017 - Python
-
Updated
Jan 16, 2022 - Python
-
Updated
Sep 6, 2017 - CSS
-
Updated
Apr 2, 2019 - HTML
-
Updated
Aug 19, 2021 - Python
-
Updated
Jul 5, 2022 - Python
-
Updated
Jun 4, 2018 - Python
-
Updated
Nov 22, 2018 - Python
-
Updated
Jun 28, 2022 - Python
-
Updated
Sep 8, 2020 - Python
Improve this page
Add a description, image, and links to the zappa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zappa topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environment variables, the CLI, the current settings file, and any mix of those.
The order of precedence with mixed should be CLI -> environment -> config file.
If