Commit Graph

27 Commits

Author SHA1 Message Date
Dom Rodriguez
daf79338b5
Add Docker support for RSSingle, and a workflow for builds
This commit adds a Dockerfile, .dockerignore, and a GH Action for
pushing container images to - and this is by default, other registries
can be used - Docker Hub (you need to generate a token and install it in
the repo), and GitHub Registry, which doesn't require a manual token.

The workflow won't build until #3 is merged, as it relies on successful
builds from that workflow before a container image is pushed. Once we use unit
tests, this will ensure container images aren't broken when pushed to a
remote registry.

I have marked this PR as draft for that reason.

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
2022-09-12 22:09:57 +01:00
Andros Fenollosa
1460f92f02
Update README.md 2022-06-28 05:57:07 -07:00
Andros Fenollosa
8f499d4c22
Delete rss.service 2022-06-25 13:04:41 +02:00
Andros Fenollosa
1a94b51f1a
Delete rss.timer 2022-06-25 13:04:34 +02:00
Andros Fenollosa
7a8721f6a1
Delete crontab 2022-06-25 13:04:21 +02:00
Andros Fenollosa
d622931090
Create FUNDING.yml 2022-06-25 13:03:35 +02:00
Andros Fenollosa
6eeda374da
Update README.md 2022-06-25 13:02:11 +02:00
Andros Fenollosa
cafef51765
Add files via upload 2022-06-25 13:00:47 +02:00
Andros Fenollosa
f9567a7c7d
Update README.md 2022-06-19 19:43:04 +02:00
Andros Fenollosa
6390b990ac
Update README.md 2022-06-19 19:15:47 +02:00
Andros Fenollosa
d0dc3b68c4
Update README.md 2022-06-19 18:50:33 +02:00
Andros Fenollosa
2245c2e176
Update README.md 2022-06-19 18:49:15 +02:00
Andros Fenollosa
6501efdc9f
Update README.md 2022-06-19 18:40:31 +02:00
Andros Fenollosa
440ebabc2d
Delete rss.xml 2022-06-19 18:39:24 +02:00
Andros Fenollosa
cbd137199c Update readme 2022-06-19 18:32:50 +02:00
Andros Fenollosa
43b9a1e3b0 Update config 2022-06-19 18:24:55 +02:00
Andros Fenollosa
596d981816 Update .gitignore 2022-06-19 18:24:28 +02:00
Andros Fenollosa
5edf3eeda1 First commit 2022-06-19 18:17:57 +02:00
Dom Rodriguez
e1536c89dd
Merge pull request #8 from shymega/dependabot/pip/lxml-4.6.5
Bump lxml from 4.6.3 to 4.6.5
2021-12-14 12:22:35 +00:00
dependabot[bot]
bcc8eb659d
Bump lxml from 4.6.3 to 4.6.5
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.5)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 20:46:11 +00:00
Dom Rodriguez
a183c6ceab
Merge pull request #7 from shymega/dependabot/pip/lxml-4.6.3
Bump lxml from 4.6.2 to 4.6.3
2021-03-31 21:05:20 +01:00
dependabot[bot]
a95241ed7e
Bump lxml from 4.6.2 to 4.6.3
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 19:52:53 +00:00
Dom Rodriguez
ddded1f137
Merge pull request #6 from shymega/dependabot/pip/lxml-4.6.2
Bump lxml from 4.5.2 to 4.6.2
2021-02-03 22:37:11 +00:00
dependabot[bot]
df40d760ac
Bump lxml from 4.5.2 to 4.6.2
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.2 to 4.6.2.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.5.2...lxml-4.6.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-07 23:46:07 +00:00
Dom Rodriguez
98e25338c5
[feat](logging): Make logging Pythonic
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
2020-09-17 23:16:54 +01:00
Dom Rodriguez
6747275463
[fix](dep): Remove listparser dependency, as we no longer use it 2020-08-18 14:26:52 +01:00
Dom Rodriguez
d3262d89b5
[init](codebase): Initial commit
Total rewrite of singlerss, better and better than before!

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
2020-08-18 00:24:10 +01:00