{"id":29608214,"url":"https://github.com/m50/shinidex","last_synced_at":"2026-07-03T01:02:49.055Z","repository":{"id":297854789,"uuid":"779404273","full_name":"m50/shinidex","owner":"m50","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-12T20:02:32.000Z","size":26184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T22:07:59.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/m50.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}},"created_at":"2024-03-29T19:00:37.000Z","updated_at":"2025-07-12T20:02:35.000Z","dependencies_parsed_at":"2025-06-28T08:26:26.266Z","dependency_job_id":"f07eb04a-5b98-47e4-b818-0f3d6bbb7c48","html_url":"https://github.com/m50/shinidex","commit_stats":null,"previous_names":["m50/shinidex"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/m50/shinidex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m50%2Fshinidex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m50%2Fshinidex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m50%2Fshinidex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m50%2Fshinidex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m50","download_url":"https://codeload.github.com/m50/shinidex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m50%2Fshinidex/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266180747,"owners_count":23888795,"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":[],"created_at":"2025-07-20T19:04:12.086Z","updated_at":"2025-10-27T13:09:35.386Z","avatar_url":"https://github.com/m50.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shinidex\n\nRequires the following envvars to be set either with a `.env` file at execution root, or in the environment.\n\n```env\nDB_PATH=\"file:shinidex.db\" #Example for if using a local DB\nTURSO_URL= #Only necessary if using Turso and not a local DB\nTURSO_AUTH_TOKEN= #Only necessary if using Turso and not a local DB\nAUTH_KEY= #Generate a reasonable auth key\nDISALLOW_REGISTRATION= #Set as \"true\" to disable the registration page\n```\n\n## Running with Docker Compose\n\nYou can run shinidex using Docker Compose with the pre-built container from GitHub Container Registry:\n\nCreate a `docker-compose.yml` file:\n\n```yaml\nservices:\n  shinidex:\n    image: ghcr.io/m50/shinidex:latest\n    ports:\n      - \"1323:1323\"\n    environment:\n      - DB_PATH=file:/app/data/shinidex.db\n      - AUTH_KEY=your-secure-auth-key-here  # Generate with: openssl rand -base64 32\n      # Optional Turso configuration:\n      # - TURSO_URL=your-turso-url\n      # - TURSO_AUTH_TOKEN=your-turso-token\n    volumes:\n      - ./data/shinidex.db:/app/data/shinidex.db  # Mount for persistent database storage\n      - ./data/imgs/:/app/assets/imgs/\n    restart: unless-stopped\n```\n\nRun the application:\n\n```bash\n# Generate a secure AUTH_KEY\necho \"AUTH_KEY: $(openssl rand -base64 32)\"\n\n# Update the docker-compose.yml with your generated key, then start\ndocker-compose up -d\n```\n\nThe application will be available at http://localhost:1323\n\n**Note:** Make sure to replace `your-secure-auth-key-here` with a securely generated key using the command provided above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm50%2Fshinidex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm50%2Fshinidex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm50%2Fshinidex/lists"}