File tree 5 files changed +11
-4
lines changed
5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.17.73 2024-05-30 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - FreeScout 1.8.141
5
+ - Change APP_NAME from Freescout to FreeScout (#181)
6
+
7
+
1
8
## 1.17.72 2024-05-16 <dave at tiredofit dot ca >
2
9
3
10
### Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
6
6
7
7
ARG FREESCOUT_VERSION
8
8
9
- ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.140 " } \
9
+ ENV FREESCOUT_VERSION=${FREESCOUT_VERSION:-"1.8.141 " } \
10
10
FREESCOUT_REPO_URL=https://github.com/freescout-helpdesk/freescout \
11
11
NGINX_WEBROOT=/www/html \
12
12
NGINX_SITE_ENABLED=freescout \
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2023 Dave Conroy
3
+ Copyright (c) 2024 Dave Conroy
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 10
10
* * *
11
11
## About
12
12
13
- This will build a Docker Image for [ Freescout ] ( https://freescout.net/ ) - An open source Helpscout / Zendesk alternative.
13
+ This will build a Docker Image for [ FreeScout ] ( https://freescout.net/ ) - An open source Helpscout / Zendesk alternative.
14
14
15
15
* Automatically installs and sets up installation upon first start
16
16
Original file line number Diff line number Diff line change 2
2
3
3
ADMIN_FIRST_NAME=${ADMIN_FIRST_NAME:-"Admin"}
4
4
ADMIN_LAST_NAME=${ADMIN_LAST_NAME:-"User"}
5
- APPLICATION_NAME=${APPLICATION_NAME:-"Freescout "}
5
+ APPLICATION_NAME=${APPLICATION_NAME:-"FreeScout "}
6
6
APP_NEW_FETCHING_LIBRARY=${APP_NEW_FETCHING_LIBRARY:-"TRUE"}
7
7
APP_X_FRAME_OPTIONS=${APP_X_FRAME_OPTIONS:-"TRUE"}
8
8
DB_PGSQL_SSL_MODE=${DB_PGSQL_SSL_MODE:-"prefer"}
You can’t perform that action at this time.
0 commit comments