Make a feed of almost anything!
https://feedizer.tigris.fanir.de/
Fanir
a7d08500f5
- database: - moved to jackc/pgx from database/sql - revised migrator and moved it into it's own package - separated ParseConfig into it's own function - config: - database config is now a DSN or URL instead of a struct - SearchPaths are now available through a function - improved help / usage output - modified data model |
||
---|---|---|
.vscode | ||
cmd/feedizer | ||
models | ||
.dockerignore | ||
.gitignore | ||
docker-compose.debug.yml | ||
docker-compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
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.