{"id":42066030,"url":"https://github.com/z0rr0/daf","last_synced_at":"2026-01-26T08:12:17.079Z","repository":{"id":41607685,"uuid":"509691453","full_name":"z0rr0/daf","owner":"z0rr0","description":"Django Audio Feed","archived":false,"fork":false,"pushed_at":"2026-01-12T18:27:19.000Z","size":238,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T23:58:56.569Z","etag":null,"topics":["django","podcast","python","rss","rss-generator"],"latest_commit_sha":null,"homepage":"https://feed.fwtf.xyz","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/z0rr0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-02T07:40:49.000Z","updated_at":"2026-01-12T18:26:12.000Z","dependencies_parsed_at":"2025-11-12T08:02:14.961Z","dependency_job_id":null,"html_url":"https://github.com/z0rr0/daf","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/z0rr0/daf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fdaf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fdaf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fdaf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fdaf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/z0rr0","download_url":"https://codeload.github.com/z0rr0/daf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/z0rr0%2Fdaf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28770250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T07:45:00.504Z","status":"ssl_error","status_checked_at":"2026-01-26T07:45:00.070Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","podcast","python","rss","rss-generator"],"created_at":"2026-01-26T08:12:16.438Z","updated_at":"2026-01-26T08:12:17.074Z","avatar_url":"https://github.com/z0rr0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DAF\n\n![Django CI](https://github.com/z0rr0/daf/workflows/Django%20CI/badge.svg)\n![Version](https://img.shields.io/github/tag/z0rr0/daf.svg)\n![License](https://img.shields.io/github/license/z0rr0/daf.svg)\n\n**Django Audio Feed** is a simple web application that allows to create custom RSS podcast feeds.\n\n## Deploy\n\n1. Prepare SQLite database\n\n```sh\ncd daf\ncp db.sqlite3 db.sqlite3.bak\npython manage.py flush --no-input\npython manage.py createsuperuser\n```\n\n2. Build docker container\n\n```sh\nmake docker\n```\n\n3. Go to deploy host and prepare required files. Example of [uwsgi.ini](./uwsgi.ini). For `local_settings` required variables: `DATABASES`, `SECRET_KEY`, `DEBUG`, `ALLOWED_HOSTS`. \n\n```sh\nconf/local_settings.py\nconf/uwsgi.ini\nconf/db.sqlite3\n```\n\n4. Run docker container\n\n```sh\ndocker run -d --name daf -p 8084:8084 \\\n  --volume $PWD/data/conf:/data/conf \\\n  --volume $PWD/data/media:/var/daf/media \\\n  --volume $PWD/data/static:/var/daf/static \\\n  --restart always z0rr0/daf\n```\n\n5. Collect static files\n\n```sh\ndocker exec -it daf /bin/sh -c \"cd /var/daf \u0026\u0026 python manage.py collectstatic --no-input\"\n```\n\n6. Check HTTP response:\n\n```sh\ncurl -X GET http://localhost:8084\n```\n\n7. If nginx is used as a web-frontend, \nread [documentation](https://uwsgi.readthedocs.io/en/latest/tutorials/Django_and_nginx.html)\n\n## License\n\nThis source code is governed by a MIT license that can be found\nin the [LICENSE](https://github.com/z0rr0/daf/blob/main/LICENSE) file.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0rr0%2Fdaf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fz0rr0%2Fdaf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fz0rr0%2Fdaf/lists"}