From 3b80c5cd6c2e98aa8f48b01be49756984866b7c6 Mon Sep 17 00:00:00 2001 From: Varun Date: Mon, 26 Oct 2020 07:37:39 +0530 Subject: [PATCH] Updated README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d923460..344c4ca 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,12 @@ Or you can download the source code and install it where ever you need | `repositoryStared` | set to true to mirror all Repository Stared By You | | `repositorySource` | set to true to mirror all Repository Created By You | | `repositoryForked` | set to true to mirror all Repository Forked By You | +| - | - | +| `local_cache.enabled` | Set to **true** to store all repostiory slugs from gitea as json | +| `local_cache.file_path` | Custom Path to store json file | + +> Local Cache can come handly when running this script via cron +> which reduces api request your selfhosted gitea instance ### Run cmd & Wait