Commit Graph

11 Commits

Author SHA1 Message Date
cdricms
c62fbcf85c Added backdrop on nav 2025-02-13 10:42:44 +01:00
cdricms
9d6aa4c163 Gallery
Events still not working
2025-02-12 16:51:57 +01:00
cdricms
90945b161d Added theme switcher + optimized youtube loading + about changes 2025-01-31 17:28:13 +01:00
cdricms
f1a49eea83 Started to work the shortcodes 2025-01-24 18:07:04 +01:00
cdricms
5a5846d853 Added CSRF & YouTube and dark mode 2025-01-22 17:39:03 +01:00
gom-by
9c86920242 Merge branch 'dev/cedric' into dev/guerby 2025-01-17 15:40:06 +01:00
gom-by
9d9b5a5145 trucs inutilesé 2025-01-17 15:38:36 +01:00
cdricms
eb9883a1c3 Added /users/me route, and handling auth in frontend 2025-01-17 15:37:01 +01:00
gom-by
e9bbeb62dc Schemas in backend schemas.go 2025-01-14 14:13:55 +01:00
gom-by
5c1e846006 resolving conflicts 2025-01-14 13:54:03 +01:00
cdricms
fd834ea84a Setup docker for production and development
Change ./init.sh to be an executable then run it.

The default inner container ports are as followed:
- Postgres: 5432:5432
- Backend: 3001:3000
- Frontend: 3000:3000

- Frontend dev: 8000

The backend image needs to be built:

docker compose up -d --build
2025-01-14 13:44:28 +01:00