Commit Graph

20 Commits

Author SHA1 Message Date
89ef04cc6f feat(discord): added in a way to get panic messages that would crash the server only or fatal 2025-08-04 21:23:06 -05:00
0ecbe29ec1 refactor(app): moved all db and log to one intialize spot 2025-08-04 06:54:21 -05:00
c775bb3354 refactor(correction to folder sturcture): before we got to deep resturctures to best pactice folder 2025-08-01 15:54:20 -05:00
a0aa75c5a0 refactor(settings): changed config to settings and added in the update method for this as well
strict fields on the updates so we can only change what we want in here
2025-07-30 19:35:13 -05:00
3bc3801ffb refactor(config): changed to settings to match the other lst in node. makes it more easy to manage 2025-07-29 20:13:35 -05:00
daf9e8a966 perf(websocket): added in base url to help with ssl stuff and iis 2025-07-29 18:07:10 -05:00
a1a30cffd1 refactor(ws): ws logging and channel manager added no auth currently 2025-07-29 11:29:59 -05:00
5bcbdaf3d0 feat(ws server): added in a websocket on port system to help with better logging 2025-07-25 12:13:19 -05:00
074032f20d refactor(app port): changed to have the port be dyncamic on the iis side
docker will default to 8080 and can be adjusted via the docker compose, or passing the same env over
it will change it as well.
2025-07-23 07:36:18 -05:00
52ef39fd5c feat(logging): added in db and logging with websocket 2025-07-22 19:59:06 -05:00
7e9401d8bb test(app): added production into the build so we dont fill logs up 2025-07-20 08:57:31 -05:00
1e649d1f23 refactor(backend): changes to convert the backend to strictly the app 2025-07-19 11:37:13 -05:00
67b5976176 feat(backend): env added 2025-07-16 21:56:17 -05:00
fdf14b06c8 fix(backend): ignored docs this should be built before running by the user 2025-07-16 20:22:15 -05:00
5a9636cdc1 feat(backend): set the static path to the docs 2025-07-16 19:55:55 -05:00
80907a89a9 refactor(backend): changes to how the api incorrect routes are handled 2025-07-14 21:58:01 -05:00
7f867b02d6 refactor(backend): changes to have a catch all and not return a 404 always 2025-07-12 21:41:47 -05:00
b07c33e5a3 refactor(backend): just a change for this commit stuff 2025-07-12 16:49:51 -05:00
01e2d404fb refactor(backend): change to just get a version bump 2025-07-12 14:59:09 -05:00
b370cb17c8 feat(starter): intial starter release 2025-07-12 12:47:57 -05:00