Added FreeScout Helpdesk#1082
Conversation
* Added freescout.yaml and logofile
* Ran npm run formatter-write
githubsaturn
left a comment
There was a problem hiding this comment.
Thanks for the PR and apologies for the late response!
Just one minor comment.
| - $$cap_appname-db | ||
| image: tiredofit/freescout:$$cap_freescout_version | ||
| volumes: | ||
| - $$cap_appname-data:/www/html |
There was a problem hiding this comment.
Let's remove this as it adds little value and users cannot upgrade simply by deploying new image. This is the directory where the source code lives.
|
I tried deploying this a while back, and it's functional, but only minimally. To access most common features for a help desk, you must purchase additional modules, and none of the official modules are open source. I'm not saying this shouldn't be included in the repo once the open issue is resolved, but to anyone who might be considering using this, it's a point I wish I'd have known before spending time on it, since it touts itself as "free", and open source--it's not, and it isn't. |
☑️ Self Check before Merge
npm ci && npm run validate_apps && npm run formatter(If failling run the prettier:npm run formatter-write)