23 Commits

Author SHA1 Message Date
MateuszMichalowski
a87dca89dc
feat(admin): setup migration environment (#3328)
* initial dependency update with initial setup

* initial dependency update with initial setup

* lock update

* Revert "initial dependency update with initial setup"

This reverts commit aa71afc3eca20042a1e13066bee1730a15606dd2.

* admin - moved to vite

* feat(admin): migration packages update (#3327)

* bump apollo package

* extend vue config

* create useCreationMonths composable

* WIP

* temporary

* install dependencies

* adjust configs

* rework footer component

* remove not needed spaces,

* rework overview page

* rework component

* rework user search page

* rework navbar

* navbar adjustments

* add depenedencies

* style adjustment in footer

* composable adjustments

* update node version

* rework search and pagination

* feat(admin) - disable unit tests for migration time

* feat(admin) - update eslint

* wip on search user

* rework creation formular component

* feat(admin) - update eslint babel

* feat(admin) - change stylelint version, fix eslint errors

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency

* feat(admin) - update dependency, update node

* feat(admin) - update icons

---------

Co-authored-by: Mateusz Michałowski <mateusz.michalowski@monterail.com>

---------

Co-authored-by: Kamila Lach <80581523+unnunhexium@users.noreply.github.com>
2024-07-24 10:49:33 +02:00
einhorn_b
5d70c5e063 add hetzner_cloud deployment folder, simplify config 2024-01-04 17:36:44 +01:00
60a86da5d2
corrected paths in scripts 2023-05-08 11:46:37 +02:00
2d81d9d7d7
updated nginx configurations for hook/ subpath 2022-01-12 21:21:25 +01:00
14726ed387
some more nginx fixes 2022-01-12 21:21:23 +01:00
323215628e
fix for deployed version 2022-01-12 21:21:23 +01:00
031987aaab
corrected some minor routings in nginx 2022-01-12 21:21:23 +01:00
27cfc585e6
own backend webhook endpoint definition in nginx to handle webhook properly 2022-01-12 21:21:22 +01:00
b6bd3f839d
unified all urls of our services. every server now serves on / and nginxs routes accordingly 2022-01-12 21:21:22 +01:00
44da4ea433
adjusted docker nginx to match the current deployment configuration 2022-01-12 21:21:22 +01:00
acd04b3432
removed /vue from tests, configs and references 2022-01-12 21:21:21 +01:00
Moriz Wahl
40f2dcc85c dockerfile, docker-compose and nginx 2021-10-26 08:35:50 +02:00
einhornimmond
bd83cb4a76 update docker files 2021-09-17 20:33:58 +02:00
59052b1123
fixed sockjs-node calls 2021-04-28 15:37:23 +02:00
4720391599
nginx fix for vue interface
- localhost/vue resolves to frontend
- localhost:3000/vue resolves to frontend in development
- images are resolved properly
- remaining services are reachable as normal
- fixed image path to be relative instead of absolute
- cleaned nginx config
2021-04-28 11:08:41 +02:00
Moriz Wahl
7cad0af51f something must be done here to avoid 404 on pageload 2021-04-12 21:04:23 +02:00
einhornimmond
ec97e2adb0 add back lost vue entry in nginx.conf and set /vue as default VUE_PATH if no .env is present 2021-04-06 17:51:21 +02:00
einhornimmond
f8d174049c
Merge branch 'master' into fix_lineendings 2021-03-30 18:29:04 +02:00
8d530caf9a
lineendings nginx 2021-03-30 17:02:39 +02:00
einhornimmond
eabf0621fc use vue-client with nginx, so no CORS problems shoud be occure 2021-03-18 14:15:11 +01:00
einhornimmond
30d995e48e last fixes, now login-server and community-server are running with docker :) 2021-02-18 14:00:05 +01:00
einhornimmond
6c648b3f99 remove \ from nginx.conf there where wrong copied from my setup scripts 2021-02-17 20:28:02 +01:00
einhornimmond
c14f5d2e89 move nginx out of community_server because normally only on application is running in a docker container 2021-02-17 20:10:34 +01:00