From 9fdca071775fc580d80bff70f5bc1751dc5d883b Mon Sep 17 00:00:00 2001 From: asksowhat Date: Thu, 7 Jul 2022 20:05:28 +0200 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json | 11 +++++ docker-compose.yml | 18 ++++++++ index.html | 111 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 140 insertions(+) create mode 100644 config.json create mode 100644 docker-compose.yml create mode 100644 index.html diff --git a/config.json b/config.json new file mode 100644 index 0000000..8eb367a --- /dev/null +++ b/config.json @@ -0,0 +1,11 @@ +{ + "sources": [ + "https://rsshub.asksowhat.cn/v2ex/topics/latest", + "https://rsshub.asksowhat.cn/36kr/news/latest", + "https://rsshub.asksowhat.cn/aliyun/developer/group/alitech", + "https://rsshub.asksowhat.cn/blogread/newest", + "https://rsshub.asksowhat.cn/juejin/category/backend", + "https://rsshub.asksowhat.cn/edrawsoft/mindmap/8/PV/DESC/CN/1", + "https://hostloc.com/forum.php?mod=rss&fid=45&auth=3ba611tSbtZSmrvt5Zo2lBgahajeORVteWbX8IarKV66xIEkPiuIRFG2g5x0tQ" + ] +} diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..973e7d6 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,18 @@ +version: "3" + +services: + ownrss: + image: nginx:alpine + container_name: ownrss + restart: always + ports: + - 10016:80 + volumes: + - $PWD/index.html:/usr/share/nginx/html/index.html + - $PWD/config.json:/usr/share/nginx/html/config.json + cors: + image: chrissi2812/cors-anywhere + container_name: cors-anywhere + restart: always + ports: + - 10015:8080 diff --git a/index.html b/index.html new file mode 100644 index 0000000..6a8e462 --- /dev/null +++ b/index.html @@ -0,0 +1,111 @@ + + + + + + ownrss + + + + + + + + +
+
+
+
+ +
+ +
+
+
+ + +