{"id":13550956,"url":"https://github.com/mkucej/i-librarian-free","last_synced_at":"2026-03-05T23:03:12.015Z","repository":{"id":39450759,"uuid":"253882365","full_name":"mkucej/i-librarian-free","owner":"mkucej","description":"I, Librarian - open-source version of  a PDF managing SaaS.","archived":false,"fork":false,"pushed_at":"2025-12-02T15:18:10.000Z","size":11294,"stargazers_count":318,"open_issues_count":19,"forks_count":32,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-12-05T20:05:54.799Z","etag":null,"topics":["arxiv","crossref","document-management","doi","groupware","ieee","nasa","ocr","officedocs","pdf","pdf-viewer","php","pubmed","remote-work","research-and-development","saas","web-based"],"latest_commit_sha":null,"homepage":"https://i-librarian.net","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkucej.png","metadata":{"files":{"readme":"README-Docker.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2020-04-07T18:42:51.000Z","updated_at":"2025-12-05T15:40:59.000Z","dependencies_parsed_at":"2023-02-16T20:32:03.390Z","dependency_job_id":"7afb8611-cd72-4d1a-9357-5eaa18a66f48","html_url":"https://github.com/mkucej/i-librarian-free","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/mkucej/i-librarian-free","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkucej%2Fi-librarian-free","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkucej%2Fi-librarian-free/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkucej%2Fi-librarian-free/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkucej%2Fi-librarian-free/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkucej","download_url":"https://codeload.github.com/mkucej/i-librarian-free/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkucej%2Fi-librarian-free/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30154292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"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":["arxiv","crossref","document-management","doi","groupware","ieee","nasa","ocr","officedocs","pdf","pdf-viewer","php","pubmed","remote-work","research-and-development","saas","web-based"],"created_at":"2024-08-01T12:01:40.269Z","updated_at":"2026-03-05T23:03:12.010Z","avatar_url":"https://github.com/mkucej.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# *I, Librarian* in Docker\n\n## Prepare permanent storage directory\n\n```bash\nmkdir -p /var/www/i-librarian-free/library/data\nchown -R 33:33 /var/www/i-librarian-free/library/data\n```\nUser 33:33 is the user/group ID (UID/GID) that *I, Librarian* runs as. In an unlikely case of a conflict, you can set\nthe directory permissions to 0777 instead.\n\n## Prepare config file\n\n```bash\nmkdir -p /var/www/i-librarian-free/library/config\ntar xf I-Librarian-5.11.3-Linux.tar.xz config/ilibrarian-default.ini --strip-components=1\nmv ilibrarian-default.ini /var/www/i-librarian-free/library/config/ilibrarian.ini\n```\n\n## Build an image\n\n```bash\ndocker build -t i-librarian-free:5.11.3 - \u003c I-Librarian-5.11.3-Linux.tar.xz\n```\n\n## Run container\n\n```bash\ndocker run -d --name il-free -p 127.0.0.1:9050:80 -v /var/www/i-librarian-free/library/data:/i-librarian/data \\\n  -v /var/www/i-librarian-free/library/config:/i-librarian/config i-librarian-free:5.11.3\n```\n\n## Docker compose alternative\n\n```YAML\nservices:\n  il-free:\n    image: i-librarian-free:5.11.3\n    container_name: il-free\n    restart: always\n    ports:\n      - \"127.0.0.1:9050:80\"\n    volumes:\n      - type: bind\n        source: /var/www/i-librarian-free/library/data\n        target: /i-librarian/data\n      - type: bind\n        source: /var/www/i-librarian-free/library/config\n        target: /i-librarian/config\n        read_only: true\n```\n\n```bash\ndocker compose up -d\n```\n\n## Access\n\n*I, Librarian* now runs at 127.0.0.1:9050. You can use the local address directly, or via reverse proxy. For instance, using Caddy:\n\n* access *I, Librarian* at https://library.example.com. Here, `library` subdomain is just an example. Use whatever you want.\n```Caddyfile\nlibrary.example.com {\n    reverse_proxy 127.0.0.1:9050\n}\n```\n* alternatively, to access *I, Librarian* on a `library` URL path at https://example.com/library.  Here, `library` path is literal.\n\n```Caddyfile\nexample.com {\n    handle /library* {\n        reverse_proxy 127.0.0.1:9050\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkucej%2Fi-librarian-free","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkucej%2Fi-librarian-free","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkucej%2Fi-librarian-free/lists"}