{"id":16763364,"url":"https://github.com/nicholaswilde/docker-twtxt","last_synced_at":"2026-05-05T17:33:10.540Z","repository":{"id":38301592,"uuid":"342974975","full_name":"nicholaswilde/docker-twtxt","owner":"nicholaswilde","description":"A multi-architecture image for twtxt.","archived":false,"fork":false,"pushed_at":"2023-03-10T16:57:53.000Z","size":58,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T15:47:48.481Z","etag":null,"topics":["blogging","docker","docker-image","go","golang","micro-blogging","sefl-hosted","social-media","social-network","twtxt"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/nicholaswilde/twtxt","language":"Dockerfile","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/nicholaswilde.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"paypal.me/nicholaswilde"}},"created_at":"2021-02-27T22:50:02.000Z","updated_at":"2021-07-12T16:41:58.000Z","dependencies_parsed_at":"2025-01-22T22:36:35.539Z","dependency_job_id":null,"html_url":"https://github.com/nicholaswilde/docker-twtxt","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"nicholaswilde/docker-template","purl":"pkg:github/nicholaswilde/docker-twtxt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-twtxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-twtxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-twtxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-twtxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicholaswilde","download_url":"https://codeload.github.com/nicholaswilde/docker-twtxt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-twtxt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32660326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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","docker","docker-image","go","golang","micro-blogging","sefl-hosted","social-media","social-network","twtxt"],"created_at":"2024-10-13T05:06:21.990Z","updated_at":"2026-05-05T17:33:10.521Z","avatar_url":"https://github.com/nicholaswilde.png","language":"Dockerfile","funding_links":["paypal.me/nicholaswilde"],"categories":[],"sub_categories":[],"readme":"# Docker twtxt\n[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/nicholaswilde/twtxt)](https://hub.docker.com/r/nicholaswilde/twtxt)\n[![Docker Pulls](https://img.shields.io/docker/pulls/nicholaswilde/twtxt)](https://hub.docker.com/r/nicholaswilde/twtxt)\n[![GitHub](https://img.shields.io/github/license/nicholaswilde/docker-twtxt)](./LICENSE)\n[![ci](https://github.com/nicholaswilde/docker-twtxt/workflows/ci/badge.svg)](https://github.com/nicholaswilde/docker-twtxt/actions?query=workflow%3Aci)\n[![lint](https://github.com/nicholaswilde/docker-twtxt/workflows/lint/badge.svg?branch=main)](https://github.com/nicholaswilde/docker-twtxt/actions?query=workflow%3Alint)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n\nA multi-architecture image for [twtxt](https://github.com/jointwt/twtxt).\n\n## Architectures\n\n* [x] `armv7`\n* [x] `arm64`\n* [x] `amd64`\n\n## Dependencies\n\n* None\n\n## Usage\n### docker cli\n\n```bash\n$ docker run -d \\\n  --name=twtxt-default \\\n  -e TZ=America/Los_Angeles `# optional` \\\n  -e PUID=1000    `# optional` \\\n  -e PGID=1000    `# optional` \\\n  -e OPEN_PROFILES=true \\\n  -e OPEN_REGISTRATIONS=true \\\n  -e COOKIE_SECRET=supersecretchangeme \\\n  -p 8000:8000 \\\n  --restart unless-stopped \\\n  nicholaswilde/twtxt\n```\n\n### docker-compose\n\nSee [docker-compose.yaml](./docker-compose.yaml).\n\n## Configuration\n\n|user | uid |\n|----:|:---:|\n| abc | 911 |\n\nSee [twtxt](https://github.com/prologic/twtxt#usage) for more options.\n\n## Development\n\nSee [docs](https://nicholaswilde.io/docker-docs/development).\n\n## Troubleshooting\n\nSee [docs](https://nicholaswilde.io/docker-docs/troubleshooting).\n\n## Pre-commit hook\n\nIf you want to automatically generate `README.md` files with a pre-commit hook, make sure you\n[install the pre-commit binary](https://pre-commit.com/#install), and add a [.pre-commit-config.yaml file](./.pre-commit-config.yaml)\nto your project. Then run:\n\n```bash\n$ pre-commit install\n$ pre-commit install-hooks\n```\nCurrently, this only works on `amd64` systems.\n\n## License\n\n[Apache 2.0 License](./LICENSE)\n\n## Author\nThis project was started in 2021 by [Nicholas Wilde](https://github.com/nicholaswilde/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholaswilde%2Fdocker-twtxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicholaswilde%2Fdocker-twtxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholaswilde%2Fdocker-twtxt/lists"}