{"id":16368081,"url":"https://github.com/bfren/docker-freescout","last_synced_at":"2026-02-11T10:03:00.436Z","repository":{"id":37041152,"uuid":"325236237","full_name":"bfren/docker-freescout","owner":"bfren","description":"Docker FreeScout image.","archived":false,"fork":false,"pushed_at":"2026-01-28T22:59:50.000Z","size":432,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-29T13:52:54.926Z","etag":null,"topics":["docker","docker-freescout","freescout","nginx","php"],"latest_commit_sha":null,"homepage":"","language":"Nushell","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/bfren.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":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},"funding":{"github":"bfren","patreon":"bfren"}},"created_at":"2020-12-29T08:54:57.000Z","updated_at":"2026-01-28T22:59:44.000Z","dependencies_parsed_at":"2022-07-20T14:02:17.638Z","dependency_job_id":"f5d6cbf1-c40e-4354-b30a-755359f84397","html_url":"https://github.com/bfren/docker-freescout","commit_stats":null,"previous_names":[],"tags_count":310,"template":false,"template_full_name":null,"purl":"pkg:github/bfren/docker-freescout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freescout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freescout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freescout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freescout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfren","download_url":"https://codeload.github.com/bfren/docker-freescout/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freescout/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29331609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":["docker","docker-freescout","freescout","nginx","php"],"created_at":"2024-10-11T02:51:36.706Z","updated_at":"2026-02-11T10:03:00.420Z","avatar_url":"https://github.com/bfren.png","language":"Nushell","funding_links":["https://github.com/sponsors/bfren","https://patreon.com/bfren"],"categories":[],"sub_categories":[],"readme":"# Docker FreeScout\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-freescout) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Ffreescout) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Ffreescout) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bfren/docker-freescout/dev.yml?branch=main)\n\n[Docker Repository](https://hub.docker.com/r/bfren/freescout) - [bfren ecosystem](https://github.com/bfren/docker)\n\nComes with [FreeScout](https://freescout.net/) preinstalled, along with all the required and recommended PHP modules.\n\n## Contents\n\n* [Ports](#ports)\n* [Volumes](#volumes)\n* [Environment Variables](#environment-variables)\n* [Licence / Copyright](#licence)\n\n## Ports\n\n* 80\n\n## Volumes\n\n| Volume   | Purpose                                                            |\n| -------- | ------------------------------------------------------------------ |\n| `/data`  | Installed modules and persistent storage (logs, attachments, etc). |\n\nSee the [Nginx](https://github.com/bfren/docker-nginx) image for other configuration details.\n\n## Environment Variables\n\nSee the [Nginx + PHP](https://github.com/bfren/docker-nginx-php) image for details of `www.conf` and `php.ini` overrides using environment variables.\n\n| Variable                    | Values        | Description                          | Default                                                       |\n| --------------------------- | ------------- | ------------------------------------ | ------------------------------------------------------------- |\n| `FREESCOUT_URL`             | string        | Application URL.                     | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_ADMIN_FIRSTNAME` | string        | Admin user first name.               | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_ADMIN_LASTNAME`  | string        | Admin user last name.                | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_ADMIN_EMAIL`     | string        | Admin user email address.            | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_ADMIN_PASS`      | string        | Admin user password.                 | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_DB_CONN`         | mysql / pgsql | Database connection type.            | mysql                                                         |\n| `FREESCOUT_DB_PORT`         | string        | Database name.                       | 3306                                                          |\n| `FREESCOUT_DB_NAME`         | string        | Database name.                       | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_DB_USER`         | string        | Database username.                   | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_DB_PASS`         | string        | Database password.                   | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_DB_HOST`         | string        | Database host.                       | *None* - required unless taking over a previous installation. |\n| `FREESCOUT_DEBUG`           | 0 or 1        | Whether or not to enable debug mode. | 0                                                             |\n| `FREESCOUT_HTTPS`           | true or false | Whether or not to force HTTPS.       | true - set to false if not hosting behind a reverse proxy     |\n\n## Licence\n\n\u003e [MIT](https://mit.bfren.dev/2021)\n\n## Copyright\n\n\u003e Copyright (c) 2021-2026 [bfren](https://bfren.dev) (unless otherwise stated)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fdocker-freescout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfren%2Fdocker-freescout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fdocker-freescout/lists"}