{"id":16058275,"url":"https://github.com/gschlager/docker-slrnpull","last_synced_at":"2025-04-05T08:15:53.763Z","repository":{"id":83239993,"uuid":"71291000","full_name":"gschlager/docker-slrnpull","owner":"gschlager","description":"Docker image for slrnpull","archived":false,"fork":false,"pushed_at":"2017-05-24T19:46:24.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T15:50:46.640Z","etag":null,"topics":["docker-image","slrnpull"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gschlager.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-18T21:01:39.000Z","updated_at":"2016-10-18T21:01:39.000Z","dependencies_parsed_at":"2024-01-20T21:15:19.151Z","dependency_job_id":null,"html_url":"https://github.com/gschlager/docker-slrnpull","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gschlager%2Fdocker-slrnpull","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gschlager%2Fdocker-slrnpull/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gschlager%2Fdocker-slrnpull/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gschlager%2Fdocker-slrnpull/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gschlager","download_url":"https://codeload.github.com/gschlager/docker-slrnpull/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305946,"owners_count":20917208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","slrnpull"],"created_at":"2024-10-09T03:20:39.912Z","updated_at":"2025-04-05T08:15:53.737Z","avatar_url":"https://github.com/gschlager.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-slrnpull\nDocker image for slrnpull which is part of the [slrn newsreader](http://slrn.sourceforge.net/).\n\n[![](https://images.microbadger.com/badges/image/gschlager/slrnpull.svg)](https://microbadger.com/images/gschlager/slrnpull)\n\n## How to use\n\n* Create a directory which will be used as spool directory for slrnpull\n  ```bash\n  mkdir ~/slrnpull\n  ```\n* Create a configuration file based on this example [slrnpull.conf](http://slrn.sourceforge.net/docs/slrnpull/slrnpull.conf)\n  ```bash\n  wget http://slrn.sourceforge.net/docs/slrnpull/slrnpull.conf ~/slrnpull/slrnpull.conf\n  ```\n* Run *slrnpull* by mounting your spool directory. You find all the supported command line options in [slrnpull's README](http://slrn.sourceforge.net/docs/slrnpull/README)\n  ```bash\n  docker run -it -v ~/slrnpull:/var/spool/slrnpull gschlager/slrnpull --help\n  ```\n\n## Bash script\nThe following bash script runs slrnpull and uses the current directory as spool directory. It needs to contain the `slrnpull.conf` file.\n\n```bash\n#!/bin/bash\n\ndocker run -it -v ${PWD}:/var/spool/slrnpull gschlager/slrnpull $@\n```\n\nPut the script whereever you want (e.g. `/usr/local/bin/slrnpull`) and make it runable (`chmod +x slrnpull`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgschlager%2Fdocker-slrnpull","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgschlager%2Fdocker-slrnpull","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgschlager%2Fdocker-slrnpull/lists"}