Make a feed of almost anything! https://feedizer.tigris.fanir.de/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
fanir baddf9745e fixed migrator and added logging 1 year ago
.vscode database and migrator revisions, help output, data model changes 1 year ago
cmd/feedizer fixed migrator and added logging 1 year ago
models database and migrator revisions, help output, data model changes 1 year ago
.dockerignore added docker configuration 1 year ago
.gitignore added configuration for webserver and AllowRoot 1 year ago
Dockerfile added docker configuration 1 year ago
README.md added configuration for webserver and AllowRoot 1 year ago
docker-compose.debug.yml added docker configuration 1 year ago
docker-compose.yml added docker configuration 1 year ago
go.mod database and migrator revisions, help output, data model changes 1 year ago
go.sum database and migrator revisions, help output, data model changes 1 year ago

README.md

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.