Make a feed of almost anything! https://feedizer.tigris.fanir.de/
Go to file
2022-01-26 00:22:22 +01:00
.vscode initial commit: base structure, config, models 2022-01-23 02:42:31 +01:00
cmd/feedizer added configuration for webserver and AllowRoot 2022-01-26 00:22:22 +01:00
models initial commit: base structure, config, models 2022-01-23 02:42:31 +01:00
.gitignore added configuration for webserver and AllowRoot 2022-01-26 00:22:22 +01:00
go.mod initial commit: base structure, config, models 2022-01-23 02:42:31 +01:00
go.sum initial commit: base structure, config, models 2022-01-23 02:42:31 +01:00
README.md added configuration for webserver and AllowRoot 2022-01-26 00:22:22 +01:00

Feedizer

A rewrite of the Feedizer project originally written in PHP5.

Configuration

To write the default configuration to a file, run feedizer [-C path/to/configfile.yaml] newconfig

Running as root

Feedizer will abort startup if run as root. If you want to disable this behavior, i.e. because feedizer is running inside a docker container, you can set FEEDIZER_ALLOWROOT=1 in the environment or AllowRoot: true in the config file.