Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
GitlabRSSSync
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
GitlabRSSSync
Commits
9c392334
Commit
9c392334
authored
5 years ago
by
Adam Harrison-Fuller
Browse files
Options
Downloads
Patches
Plain Diff
Readme updates
Signed-off-by:
Adam Harrison-Fuller
<
adam@adamhf.io
>
parent
74a645a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-3
7 additions, 3 deletions
README.md
with
7 additions
and
3 deletions
README.md
+
7
−
3
View file @
9c392334
...
...
@@ -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
dat
e to exclude items published/updated earlier than this
added_since
:
"
2019-03-27T15:00:00Z"
// (Optional) For longer RSS feeds specify a
ISO 8601 DateTim
e 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment