gitextract_lupzxt8z/ ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Dockerfile ├── ISSUE_TEMPLATE.md ├── LICENSE ├── README.md ├── docker-compose.yml ├── docs/ │ ├── css/ │ │ └── style.css │ ├── favicon/ │ │ ├── browserconfig.xml │ │ └── manifest.json │ └── index.html ├── fsociety.cfg ├── fsociety.py ├── install.sh ├── snap/ │ └── snapcraft.yaml ├── uninstall └── update.sh