{"id":31058386,"url":"https://github.com/viktor02/hydrus-viewer","last_synced_at":"2026-02-16T14:04:27.061Z","repository":{"id":161533288,"uuid":"589091352","full_name":"viktor02/hydrus-viewer","owner":"viktor02","description":"Hydrus Viewer in Flask","archived":false,"fork":false,"pushed_at":"2025-11-05T00:42:09.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-05T01:16:15.320Z","etag":null,"topics":["hydrus","hydrus-network","hydrusnetwork"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/viktor02.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":"2023-01-15T02:39:53.000Z","updated_at":"2025-11-05T00:42:13.000Z","dependencies_parsed_at":"2025-09-15T07:50:34.925Z","dependency_job_id":"d418f6c4-dc5a-4b1c-9d0c-d5385d472d2f","html_url":"https://github.com/viktor02/hydrus-viewer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/viktor02/hydrus-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktor02%2Fhydrus-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktor02%2Fhydrus-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktor02%2Fhydrus-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktor02%2Fhydrus-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viktor02","download_url":"https://codeload.github.com/viktor02/hydrus-viewer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viktor02%2Fhydrus-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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":["hydrus","hydrus-network","hydrusnetwork"],"created_at":"2025-09-15T07:50:28.128Z","updated_at":"2026-02-16T14:04:27.056Z","avatar_url":"https://github.com/viktor02.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hydrus Viewer\n\n## Why\n\nWhen I started this project, it seemed to me that there were no good and simple solutions for the hydrus web gallery. Those that were, took time to set up and I didn't like them. So I decided to write my own gallery.\n\n## Features\n\n1. Search the gallery by tags\n2. View images \n3. Import URLs to hydrus\n4. Optimized for PC and mobile\n5. Simply to install and set up (Now with docker!).\n\n## How to install\n\n\n### Build from sources:\n\n1. Clone the repository \n\n   `git clone https://github.com/viktor02/hydrus-viewer`\n\n2. cd to cloned directory \n\n   `cd hydrus-viewer`\n\n3. Install from source \n\n    `pip install .`\n\n4. Run\n\n    `hydrus_viewer \u003caccess_key\u003e`\n\n5. App will start at 127.0.0.1:8020 (you can change IP and Port with --bind and --port args)\n\n### Docker\n\n1. Clone git repo\n\n   `git clone https://github.com/viktor02/hydrus-viewer`\n\n2. Build with docker:\n\n   `docker build -t hydrus_viewer ./hydrus_viewer`\n\n3. Start containers\n\nUsing docker-compose:\n```yaml\nversion: '3.8'\nservices:\n  hydrusclient:\n    image: ghcr.io/hydrusnetwork/hydrus:latest\n    container_name: hydrusclient\n    restart: unless-stopped\n    environment:\n      - UID=1000\n      - GID=1000\n    volumes:\n      - ./db:/opt/hydrus/db\n    tmpfs:\n      - /tmp #optional for SPEEEEEEEEEEEEEEEEEEEEEEEEED and less disk access\n    ports:\n      - 5800:5800   #noVNC\n      - 5900:5900   #VNC\n      - 45868:45868 #Booru\n      - 45869:45869 #API\n  hydrus_viewer:\n    image: hydrus_viewer\n    container_name: hydrus_viewer\n    restart: unless-stopped\n    environment:\n      - TOKEN=secrettokenforapi\n      - API_URL=http://hydrusclient:45869/\n      - BIND=0.0.0.0\n      - PORT=80\n    ports:\n      - 80:80\n```\n\n## How it looks\n\n![MainPage](img/main_page.png)\n![SearchPage](img/search_page.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviktor02%2Fhydrus-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviktor02%2Fhydrus-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviktor02%2Fhydrus-viewer/lists"}