{"id":16763362,"url":"https://github.com/nicholaswilde/docker-shiori","last_synced_at":"2025-04-10T18:14:00.720Z","repository":{"id":38237103,"uuid":"343187681","full_name":"nicholaswilde/docker-shiori","owner":"nicholaswilde","description":"A multi-architecture image for shiori.","archived":false,"fork":false,"pushed_at":"2023-01-12T16:02:38.000Z","size":75,"stargazers_count":11,"open_issues_count":6,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T15:52:27.740Z","etag":null,"topics":["bookmark","bookmark-manager","docker","go","golang","self-hosted","shiori","web-interface"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/nicholaswilde/shiori","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},"funding":{"custom":"paypal.me/nicholaswilde"}},"created_at":"2021-02-28T18:54:41.000Z","updated_at":"2024-04-14T07:42:44.000Z","dependencies_parsed_at":"2023-02-09T12:46:01.377Z","dependency_job_id":null,"html_url":"https://github.com/nicholaswilde/docker-shiori","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":"nicholaswilde/docker-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-shiori","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-shiori/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-shiori/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicholaswilde%2Fdocker-shiori/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicholaswilde","download_url":"https://codeload.github.com/nicholaswilde/docker-shiori/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248269354,"owners_count":21075780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bookmark","bookmark-manager","docker","go","golang","self-hosted","shiori","web-interface"],"created_at":"2024-10-13T05:06:21.842Z","updated_at":"2025-04-10T18:14:00.705Z","avatar_url":"https://github.com/nicholaswilde.png","language":"Dockerfile","funding_links":["paypal.me/nicholaswilde"],"categories":[],"sub_categories":[],"readme":"# Docker Template\n[![Docker Image Version (latest by date)](https://img.shields.io/docker/v/nicholaswilde/shiori)](https://hub.docker.com/r/nicholaswilde/shiori)\n[![Docker Pulls](https://img.shields.io/docker/pulls/nicholaswilde/shiori)](https://hub.docker.com/r/nicholaswilde/shiori)\n[![GitHub](https://img.shields.io/github/license/nicholaswilde/docker-shiori)](./LICENSE)\n[![ci](https://github.com/nicholaswilde/docker-shiori/workflows/ci/badge.svg)](https://github.com/nicholaswilde/docker-shiori/actions?query=workflow%3Aci)\n[![lint](https://github.com/nicholaswilde/docker-shiori/workflows/lint/badge.svg?branch=main)](https://github.com/nicholaswilde/docker-shiori/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 [shiori](https://github.com/go-shiori/shiori).\n\n## Architectures\n\n* [x] `armv7`\n* [x] `arm64`\n* [x] `amd64`\n\n## Dependencies\n\n* sqlite3\n* mysql (optional)\n* postgres (optional)\n\n## Usage\n\n### docker cli\n\n```bash\n$ docker run -d \\\n  --name=shiori-default \\\n  -e TZ=America/Los_Angeles `# optional` \\\n  -e PUID=1000        `# optional` \\\n  -e PGID=1000        `# optional` \\\n  -e SHIORI_DIR=/data `# optional` ]\n  -p 8080:8080 \\\n  --restart unless-stopped \\\n  nicholaswilde/shiori\n```\n\n### docker-compose\n\n* [sqlite3](./docker-compose.sqlite3.yaml)\n* [mysql](./docker-compose.mysql.yaml)\n* [postgres](./docker-compose.postres.yaml)\n\n## Configuration\n\n### Default Web Interface\n\n| username | password |\n|---------:|:---------|\n| shiori   |  gopher  |\n\n### Volumes\n\n| user | uid |\n|-----:|:---:|\n| abc  | 911 |\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-shiori","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicholaswilde%2Fdocker-shiori","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicholaswilde%2Fdocker-shiori/lists"}