diff options
| author | Fuwn <[email protected]> | 2022-03-19 13:06:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-19 13:06:45 -0700 |
| commit | 91ab3f5135e1a5070de8274a8f5000e8a3775f84 (patch) | |
| tree | 9ca0b376a5315d756f7d8e6859797ade9d30b85d | |
| parent | chore(make): makefile cleanup (diff) | |
| parent | Add keep_gemini_exact option in readme (diff) | |
| download | capybara-91ab3f5135e1a5070de8274a8f5000e8a3775f84.tar.xz capybara-91ab3f5135e1a5070de8274a8f5000e8a3775f84.zip | |
Merge pull request #3 from WellsBit/patch-1
| -rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ Capybara allows the optional usage of a :code:`Capybara.yaml` file for simple co # Proxied: `gemini://gem.rest` becomes `/proxy/gem.rest` # Not proxied (present in `capybara.keep_gemini`): `gemini://gem.rest` is kept + keep_gemini_exact: # A list of URLs where if the URL is present; the URL will not be proxied + - fuwn.me/skills # + # Similar to `keep_gemini` except only keeps exact URLs The configuration file can be located in three different places relative to Capybara: - Docker Compose: :code:`./capybara-data/` |