# Feedizer A rewrite of the [Feedizer](https://git.zom.bi/fanir/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.