Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/nextcloud/announcer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cec156905612a75b95466ad25add6c6400cb6844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Announcer

This script generates the `feed.rss` and `feed.signature` which are published on https://pushfeed.nextcloud.com/.
The feed is then pulled by the [nextcloud_announcements](https://github.com/nextcloud/nextcloud_announcements) app.

## How To


1. Ask @blizzz for the `nextcloud_announcements.key`, or generate a temporary one yourself.
2. Add the new announcement to `feed.txt`

  _Note: Lines starting with `#` are ignored_

3. Run `php generate.php`
4. Upload `feed.rss` and `feed.signature` to the server