gitextract_z5p8fxs3/ ├── .github/ │ └── CODEOWNERS ├── .gitignore ├── .woodpecker.yml ├── LICENSE ├── README.md ├── UPGRADING.md ├── VERSION ├── ansible.cfg ├── examples/ │ ├── config.hjson │ ├── customPostgresql.conf │ ├── hosts │ └── vars.yml ├── files/ │ ├── docker-daemon.json │ └── proxy_params ├── lemmy-almalinux.yml ├── lemmy.yml ├── renovate.json ├── requirements.yml ├── templates/ │ ├── docker-compose.yml │ ├── nginx.conf │ ├── nginx_internal.conf │ └── sysconfig-certbot.j2 └── uninstall.yml