Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup improvements #22

Merged
merged 45 commits into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
0f1c658
made keycloak required for new deployments and using profile instead …
TheSlimvReal Oct 20, 2023
b8f0832
always creating jwt secret
TheSlimvReal Oct 20, 2023
93cbc1a
added missing network
TheSlimvReal Oct 20, 2023
4faae63
adding users db
TheSlimvReal Oct 20, 2023
9f1fe37
fetching latest version from github
TheSlimvReal Oct 20, 2023
374d855
allowing options to be set through run variables
TheSlimvReal Oct 21, 2023
ae74d56
added deployer-ms compose file
TheSlimvReal Oct 21, 2023
1628c98
added documentation for the deployer
TheSlimvReal Oct 21, 2023
62e7d58
added instructions for listening to fifo changes
TheSlimvReal Oct 21, 2023
a53654f
curl cleanups
TheSlimvReal Oct 23, 2023
ae4dc1a
script also creates initial user and sends invite email
TheSlimvReal Oct 23, 2023
4ee53db
assigning all roles initially
TheSlimvReal Oct 25, 2023
483efc2
fixed script for inviting initial user
TheSlimvReal Oct 25, 2023
8e7f17a
fixed typo
TheSlimvReal Nov 15, 2023
e9dbc38
added script for listening to pipe
TheSlimvReal Nov 15, 2023
5fb6f20
added environment variables
TheSlimvReal Nov 15, 2023
8b47084
added nginx network
TheSlimvReal Nov 15, 2023
c46e386
updated readme
TheSlimvReal Nov 15, 2023
ee33a12
added verify email as required action
TheSlimvReal Nov 15, 2023
ed56521
fixed typo
TheSlimvReal Nov 15, 2023
cdcd88c
a optional default config can be imported
TheSlimvReal Nov 20, 2023
86af139
support upload of attachments
TheSlimvReal Nov 20, 2023
e1b6935
sourcing env
TheSlimvReal Nov 20, 2023
b539ad6
fixed some typos
TheSlimvReal Nov 21, 2023
44b48ba
fixed arg for default config
TheSlimvReal Nov 21, 2023
f10d356
improved documentation for infinite listening to pipe
TheSlimvReal Nov 21, 2023
7df6c18
forwarding pipe output to file
TheSlimvReal Nov 21, 2023
6277ef8
changed order of execution
TheSlimvReal Nov 21, 2023
595671a
logfile is in subfolder
TheSlimvReal Nov 21, 2023
5b10979
asset folder is copied to deployment folder
TheSlimvReal Nov 21, 2023
e15df44
using search and replace for assets
TheSlimvReal Nov 21, 2023
479287a
editing correct docker compose file
TheSlimvReal Nov 21, 2023
b3d2fd1
Merge branch 'master' into improved_setup
TheSlimvReal Nov 21, 2023
c202834
added end of line break
TheSlimvReal Nov 21, 2023
3656ecb
Merge branch 'master' into improved_setup
TheSlimvReal Nov 21, 2023
c78bd98
added default locale setting for realm
TheSlimvReal Nov 21, 2023
52fa488
added minimal config for setup
TheSlimvReal Nov 23, 2023
3de9beb
added empty SiteSettings entity
TheSlimvReal Nov 23, 2023
2492896
added error message in case of existing name
TheSlimvReal Dec 12, 2023
7099f75
added done message
TheSlimvReal Dec 12, 2023
44dfd04
mounted logfile to deployer
TheSlimvReal Dec 12, 2023
ec773eb
better sitename in app and keycloak
TheSlimvReal Dec 12, 2023
78451ad
app name check is not case-sensitive
TheSlimvReal Dec 12, 2023
edbd877
removed add user script as it doesn't work with keycloak
TheSlimvReal Dec 16, 2023
8530f19
added better email subject
TheSlimvReal Dec 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ couchdb/*
assets/*
docker-image/dist/*
.idea/
*/postgres/*
Loading