{"id":13892804,"url":"https://github.com/jamesvandyne/tanzawa","last_synced_at":"2026-02-19T15:04:02.874Z","repository":{"id":37963715,"uuid":"326279034","full_name":"jamesvandyne/tanzawa","owner":"jamesvandyne","description":"Tanzawa is a blogging system designed for the IndieWeb that focuses on sustainability.","archived":false,"fork":false,"pushed_at":"2026-02-06T08:06:06.000Z","size":7674,"stargazers_count":32,"open_issues_count":25,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-06T16:20:58.611Z","etag":null,"topics":["blogging","indieweb"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jamesvandyne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2021-01-02T22:01:58.000Z","updated_at":"2024-12-22T20:59:51.000Z","dependencies_parsed_at":"2023-12-31T01:45:26.633Z","dependency_job_id":"7f90956f-87e9-4593-ba1c-5e76dae3bbe8","html_url":"https://github.com/jamesvandyne/tanzawa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jamesvandyne/tanzawa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesvandyne%2Ftanzawa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesvandyne%2Ftanzawa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesvandyne%2Ftanzawa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesvandyne%2Ftanzawa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesvandyne","download_url":"https://codeload.github.com/jamesvandyne/tanzawa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesvandyne%2Ftanzawa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29619199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["blogging","indieweb"],"created_at":"2024-08-06T17:01:14.097Z","updated_at":"2026-02-19T15:04:02.858Z","avatar_url":"https://github.com/jamesvandyne.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Tanzawa\n\nTanzawa is a blogging system designed for the [IndieWeb](https://indieweb.org/) that focuses on sustainability.\n\n\n## Installation\n\nWe recommend using a fully managed host like Fly.io when running Tanzawa. There are [setup instructions](https://jamesvandyne.github.io/tanzawa/deployment/) in the deployment documentation.\n\n## Development\n\nThe simplest way to run Tanzawa locally is in a Docker container.\n\nRunning Tanzawa outside of Docker requires the following:\n\n* Python 3.10 or higher\n* Spatalite (Geo-enabled SQLite)\n\nPlease refer to the [GeoDjango installation documentation](https://docs.djangoproject.com/en/3.2/ref/contrib/gis/install/) for setting up the appropriate environment.\n\n\n### Running Tanzawa Locally\n\n```\n$ git clone git@github.com:jamesvandyne/tanzawa.git\n$ cd tanzawa\n$ docker image build . -t tanzawa\n```\n\nPrepare your .env file and generate a secure secret key and append it to your .env file \n\n```\n$ cp .env.sample .env\n$ python3 -c \"import secrets; print(secrets.token_urlsafe())\" | xargs -I{} -n1 echo SECRET_KEY={} \u003e\u003e .env\n```\n\n### First Run\n\nStart a container and open a shell.\n\n```\n$ docker run --rm -p 8000:8000 -v $PWD:/app -it tanzawa bash\n```\n\n### Prepare the database and create your user account\n\n```\n$ cd /app\n$ python3 apps/manage.py migrate\n$ python3 apps/manage.py createsuperuser\n```\n\nRun Development Web server\n\n```\n$ python3 apps/manage.py runserver 0.0.0.0:8000\n```\n\nConfirm you can login using your account by opening the Tanzawa Dashboard at [https://127.0.0.1:8000/a/]().\n\n\n## Customizing Tanzawa\n\n### Site Name\n\n1. Visit the Django Settings by visiting `/admin/` or opening the Tanzawa Dashboard and clicking `Settings`.\n2. Click the \"Site Settings\" and add a record.\n\n### Add Streams / Modifying the Navigation\n\nStreams are how you categorize posts in Tanzawa. By default Tanzawa creates streams to covert most basic IndieWeb content types.\n\n1. Open the Django Settings in your browser  `/admin/`\n2. Click add stream and fill in the form as you wish.\n   1. Icon: Input an emoji of your choice.\n   2. Name: This will appear on the left as navigation.\n   3. Slug: Generally this is the name in lowercase and will appear in stream urls e.g. `example.com/notes`\n\n## Sites using Tanzawa\n\nIs your site running Tanzawa? Open a pull request and add your site below.\n\n* [James Van Dyne](https://jamesvandyne.com)\n* [Ricardo Mendes](https://blog.rmendes.net)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesvandyne%2Ftanzawa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesvandyne%2Ftanzawa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesvandyne%2Ftanzawa/lists"}