From 9c3923340d5d94651988a13c306f499ad2234ba9 Mon Sep 17 00:00:00 2001 From: Adam Harrison-Fuller <adam@adamhf.io> Date: Wed, 27 Mar 2019 17:25:17 +0000 Subject: [PATCH] Readme updates Signed-off-by: Adam Harrison-Fuller <adam@adamhf.io> --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d558597..77aa23a 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,11 @@ feeds: feed_url: http://example.com/rss.xml // The Feed URL. name: Test Feed // A User friendly display name. gitlab_project_id: 12345 // The Gitlab project ID to create issues under. - added_since: "2019-03-27T15:00:00Z" // (Optional) For longer RSS feeds specify a date to exclude items published/updated earlier than this + added_since: "2019-03-27T15:00:00Z" // (Optional) For longer RSS feeds specify a ISO 8601 DateTime to exclude items published/updated earlier than this labels: // (Optional) A list of labels to add to created Issues. - TestLabel - - id: ... + - id: feed2 + ... ``` ## Docker @@ -36,4 +37,7 @@ that is contained within it stores the state of which RSS items have already bee ### Run it ```sh docker run -e GITLAB_API_TOKEN=<INSERT_TOKEN> -e DATA_DIR=/data -e CONFIG_DIR=/app -v <PATH_TO_DATA_DIR>:/data -v <PATH_TO_CONFIG_DIR>/config adamhf/rss-sync:latest -``` \ No newline at end of file +``` + +### TODO +* Make the retroactive setting of the Gitlab creation time optional. \ No newline at end of file -- GitLab