[rzz] remove hub link, add rzz to on-fire-within

pull/30/head
Original User 5 years ago committed by Alpha Chen
parent 042e35caf4
commit 5a4ec7aeb3

@ -22,6 +22,8 @@ module Rzz
doc.at_xpath("/rss/channel/link/text()").content = self_url
doc.at_xpath("/rss/channel/atom:link[@href='#{url}']")["href"] = self_url
doc.at_xpath("/rss/channel/atom:link[@rel='hub']").remove
doc
.xpath("/rss/channel/item")
.select {|item| item.xpath("./category[text()='test-gym']").empty? }

@ -150,6 +150,15 @@
- traefik.http.routers.pihole.tls.certresolver=le
- traefik.http.services.pihole.loadbalancer.server.port=80
restart: unless-stopped
rzz:
image: kejadlen/rzz:latest
container_name: rzz
labels:
- traefik.enable=true
- traefik.http.routers.rzz.rule=Host(`{{ traefik.host_rules.rzz }}`)
- traefik.http.routers.rzz.tls=true
- traefik.http.routers.rzz.tls.certresolver=le
- traefik.http.services.rzz.loadbalancer.server.port=9292
syncthing:
image: kejadlen/syncthing:latest
container_name: syncthing

Loading…
Cancel
Save