From 7bd25a93d88905fb961cdc163ae4b65970a20823 Mon Sep 17 00:00:00 2001 From: Daniel <dhaavi@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:12:05 +0200 Subject: [PATCH] Add news.yaml --- portmaster/news.yaml | 21 +++++++++++++++++++++ watcher.yml | 6 ++++++ 2 files changed, 27 insertions(+) create mode 100644 portmaster/news.yaml diff --git a/portmaster/news.yaml b/portmaster/news.yaml new file mode 100644 index 0000000..239b16c --- /dev/null +++ b/portmaster/news.yaml @@ -0,0 +1,21 @@ +cards: + - title: Company Journey Update + url: https://safing.io/about/?source=Portmaster + body: | + Safing is on its way to become a sustainable company. [Subscribe today](https://safing.io/pricing?source=Portmaster) and take a stake in a long and fruitful future of high quality privacy software! + footer: | + Progress shows the percentage of costs Safing can cover with revenue only, based on the last three full months. + Updated: October 2023 + progress: + percent: 62 + color: yellow + + - title: Bi-Weekly Live Stream + url: https://www.youtube.com/c/safingio + body: | + Join our bi-weekly live stream where we discuss all things Portmaster and answer questions live from the community! + + [Next: Thursday, October 19th on YouTube.](https://www.youtube.com/c/safingio) + + Get talking during the event in our [Discord room](https://discord.gg/safing). + Watch [previous live streams on Youtube](https://www.youtube.com/c/safingio). diff --git a/watcher.yml b/watcher.yml index 064198f..cb734cf 100644 --- a/watcher.yml +++ b/watcher.yml @@ -11,3 +11,9 @@ artifacts: validator: yaml-object min-backoff: 10m max-backoff: 1h + - url: https://raw.githubusercontent.com/safing/intel-data/master/portmaster/news.yaml + scope: intel/portmaster + name: news.yaml + validator: yaml-object + min-backoff: 10m + max-backoff: 1h