-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Freescout | ||
|
||
[Freescout](https://freescout.net/) is a free open-source helpdesk and shared inbox solution. | ||
|
||
|
||
## Dependencies | ||
|
||
This service requires the following other services: | ||
|
||
- a [Postgres](postgres.md) database | ||
- a [Traefik](traefik.md) reverse-proxy server | ||
|
||
|
||
## Configuration | ||
|
||
To enable this service, add the following configuration to your `vars.yml` file and re-run the [installation](../installing.md) process: | ||
|
||
```yaml | ||
######################################################################## | ||
# # | ||
# freescout # | ||
# # | ||
######################################################################## | ||
|
||
freescout_enabled: true | ||
|
||
freescout_hostname: freescout.example.com | ||
|
||
freescout_admin_email: your-email-here | ||
freescout_admin_password: a-strong-password-here | ||
|
||
######################################################################## | ||
# # | ||
# /freescout # | ||
# # | ||
######################################################################## | ||
``` | ||
|
||
In the example configuration above, we configure the service to be hosted at `https://freescout.example.com`. | ||
|
||
|
||
## Usage | ||
|
||
After installation, you can log in with your administrator login (`freescout_admin_email`) and password (`freescout_admin_password`). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters