{"id":25421466,"url":"https://github.com/lanjelin/openaudible-docker","last_synced_at":"2025-08-01T12:06:24.131Z","repository":{"id":185894216,"uuid":"674282811","full_name":"Lanjelin/openaudible-docker","owner":"Lanjelin","description":"Run OpenAudible directly in your browser.","archived":false,"fork":false,"pushed_at":"2025-01-27T17:56:28.000Z","size":37,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T00:32:56.374Z","etag":null,"topics":["docker-image","dockerfile","openaudible"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/Lanjelin.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-08-03T15:02:08.000Z","updated_at":"2025-01-30T23:12:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"27ca4054-51f1-4d5e-be5c-0d45ddafff1f","html_url":"https://github.com/Lanjelin/openaudible-docker","commit_stats":null,"previous_names":["lanjelin/openaudible-docker"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lanjelin%2Fopenaudible-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lanjelin%2Fopenaudible-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lanjelin%2Fopenaudible-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lanjelin%2Fopenaudible-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lanjelin","download_url":"https://codeload.github.com/Lanjelin/openaudible-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239195496,"owners_count":19598037,"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":["docker-image","dockerfile","openaudible"],"created_at":"2025-02-16T20:48:46.379Z","updated_at":"2025-02-16T20:48:46.855Z","avatar_url":"https://github.com/Lanjelin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenAudible in Docker\n\nRun [OpenAudible](http://openaudible.org/) directly in your browser.  \nContainer built on [linuxserver/docker-baseimage/kasmvnc](https://github.com/linuxserver/docker-baseimage-kasmvnc), running the official releases of OpenAudible from their [github](https://github.com/openaudible/openaudible/releases)  \n\n## Application Setup\n\nThe application can be accessed at:\n\n* http://yourhost:3000/\n* https://yourhost:3001/\n\n## Usage\n\nSome snippets to get you started.\n\n### docker-compose\n\n```yaml\nservices:\n  openaudible:\n    image: ghcr.io/lanjelin/openaudible-docker:latest\n    container_name: openaudible\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - TZ=Europe/Oslo\n      - CUSTOM_USER=JohnDoe # optional, but recommended if exposing to -\n      - PASSWORD=a-safe-pw  # the internet without any other form of authentication\n    ports:\n      - \"3000:3000\" #http\n      - \"3001:3001\" #https\n    volumes:\n      - /path/to/config:/config\n    restart: unless-stopped\n```\n\n### docker cli\n\n```bash\ndocker run -d \\\n  --name=openaudible \\\n  -e PUID=1000 \\\n  -e PGID=1000 \\\n  -e TZ=Europe/Oslo \\\n  -p 3000:3000 \\\n  -p 3001:3001 \\\n  -v /path/to/config:/config \\\n  --restart unless-stopped \\\n  ghcr.io/lanjelin/openaudible-docker:latest\n```\n\nAdditional environment variables can be found [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#options).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanjelin%2Fopenaudible-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flanjelin%2Fopenaudible-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flanjelin%2Fopenaudible-docker/lists"}