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 + + + + + + + + +
+
+
+
+ +
+ +
+
+
+ + +