Skip to content

Commit

Permalink
Merge pull request #345 from kubero-dev/feature/add-rsshub
Browse files Browse the repository at this point in the history
Feature/add rsshub
  • Loading branch information
mms-gianni authored May 9, 2024
2 parents 9115536 + c01742c commit 3f79c2a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
22 changes: 22 additions & 0 deletions services/rsshub/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: application.kubero.dev/v1alpha1
kind: KuberoApp
metadata:
name: rsshub
labels:
manager: kubero
spec:
name: rsshub
deploymentstrategy: docker
envVars: []
extraVolumes: []
cronjobs: []
addons: []
web:
replicaCount: 1
worker:
replicaCount: 0
image:
containerPort: "1200"
pullPolicy: Always
repository: diygod/rsshub
tag: chromium-bundled
8 changes: 8 additions & 0 deletions services/rsshub/service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: RSSHub
description: 'RSSHub is an open source, easy to use, and extensible RSS feed generator. It is capable of generating RSS feeds from pretty much everything.'
tags:
- tools
source: https://github.com/DIYgod/RSSHub
website: https://docs.rsshub.app/
icon: https://raw.githubusercontent.com/DIYgod/RSSHub/master/lib/assets/logo.png
screenshots:

0 comments on commit 3f79c2a

Please sign in to comment.