Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfren/docker-freescout
Docker FreeScout image.
https://github.com/bfren/docker-freescout
docker docker-freescout freescout nginx php
Last synced: 13 days ago
JSON representation
Docker FreeScout image.
- Host: GitHub
- URL: https://github.com/bfren/docker-freescout
- Owner: bfren
- License: mit
- Created: 2020-12-29T08:54:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T09:17:17.000Z (4 months ago)
- Last Synced: 2024-10-12T02:51:49.708Z (3 months ago)
- Topics: docker, docker-freescout, freescout, nginx, php
- Language: Nushell
- Homepage:
- Size: 340 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker FreeScout
![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)
[Docker Repository](https://hub.docker.com/r/bfren/freescout) - [bfren ecosystem](https://github.com/bfren/docker)
Comes with [FreeScout](https://freescout.net/) preinstalled, along with all the required and recommended PHP modules.
## Contents
* [Ports](#ports)
* [Volumes](#volumes)
* [Environment Variables](#environment-variables)
* [Licence / Copyright](#licence)## Ports
* 80
## Volumes
| Volume | Purpose |
| -------- | ------------------------------------------------------------------ |
| `/data` | Installed modules and persistent storage (logs, attachments, etc). |See the [Nginx](https://github.com/bfren/docker-nginx) image for other configuration details.
## Environment Variables
See the [Nginx + PHP](https://github.com/bfren/docker-nginx-php) image for details of `www.conf` and `php.ini` overrides using environment variables.
| Variable | Values | Description | Default |
| --------------------------- | ------------- | ------------------------------------ | ------------------------------------------------------------- |
| `FREESCOUT_URL` | string | Application URL. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_ADMIN_FIRSTNAME` | string | Admin user first name. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_ADMIN_LASTNAME` | string | Admin user last name. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_ADMIN_EMAIL` | string | Admin user email address. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_ADMIN_PASS` | string | Admin user password. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DB_CONN` | mysql / pgsql | Database connection type. | mysql |
| `FREESCOUT_DB_PORT` | string | Database name. | 3306 |
| `FREESCOUT_DB_NAME` | string | Database name. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DB_USER` | string | Database username. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DB_PASS` | string | Database password. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DB_HOST` | string | Database host. | *None* - required unless taking over a previous installation. |
| `FREESCOUT_DEBUG` | 0 or 1 | Whether or not to enable debug mode. | 0 |
| `FREESCOUT_HTTPS` | true or false | Whether or not to force HTTPS. | true - set to false if not hosting behind a reverse proxy |## Licence
> [MIT](https://mit.bfren.dev/2021)
## Copyright
> Copyright (c) 2021-2024 [bfren](https://bfren.dev) (unless otherwise stated)