Conversation
Collaborator
Author
|
This seems to work in a dev environment, but launching it via the docker image needs some additional work. |
Collaborator
Author
|
This pr has some breaking changes in how we do the configs. Most of it is explained in the readme, the rest will be added in the wiki after merging |
Collaborator
Author
|
Will merge this end of week if no further interaction is made. Extensive testing will be done on the develop branch and the 2.0 released with it. |
We forgot to generate the required files, this error did not arise localy, as generated files were present
Collaborator
Author
|
Login seems to have killed itself again |
Member
|
lgtm |
its mail not email
Collaborator
Author
|
Login was workin, example config had a typo and thus the given mail was never used for the initial user |
Tim-Grube
added a commit
that referenced
this pull request
Jan 15, 2026
* Fix: custom admin data not parsed (#375) * fix: admin data only checked in production mode * add: changing admin password now is possible * fix: admin user nil check (#377) * fix: react server vulnerabilities * add: develop branch to code runner * fix: fix test seeding in production (#379) * Prettify seeding code (#380) * refactor seeding code, fix faulty dev seeding * security: test users are deleted in PROD * security: invalidate sessions on server reboots * implement: #386 (#389) - replaces anchor nodes with nextjs links * fix: faulty hmac generation in password hashs (#381) * Implement: Messages if no tickets are found (#388) * Implement: Trim docker image size (#390) * fix: docker cves, trim image * Implement: Config files for setting up docker (#392)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds koanf, so people can deploy this software via a config.json, instead of having to manage envs.