cdricms
83eddf89cd
Some tweaks
2026-03-21 11:53:25 +01:00
cdricms
4cf85981eb
Locations added
2025-03-10 16:25:12 +01:00
cdricms
2011ae93b6
Availability based on permissions
2025-02-19 16:16:47 +01:00
cdricms
446813315d
Toasting
2025-02-18 13:14:58 +01:00
cdricms
9d6aa4c163
Gallery
...
Events still not working
2025-02-12 16:51:57 +01:00
cdricms
bcb563fa1c
Fixed some imports and build
2025-02-10 09:42:24 +01:00
cdricms
09b0c9b142
Member page
2025-02-05 09:11:17 +01:00
cdricms
c90e2a8844
Removed unused files
2025-01-31 17:44:51 +01:00
cdricms
9843158803
Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric
2025-01-27 15:33:39 +01:00
gom-by
c202764966
events api file init
2025-01-27 10:15:05 +01:00
cdricms
f1a49eea83
Started to work the shortcodes
2025-01-24 18:07:04 +01:00
cdricms
cdd8e34096
Started to work on media upload and organization
2025-01-23 20:10:15 +01:00
cdricms
5a5846d853
Added CSRF & YouTube and dark mode
2025-01-22 17:39:03 +01:00
cdricms
8d880b8705
Media upload
2025-01-20 10:27:54 +01:00
cdricms
eb9883a1c3
Added /users/me route, and handling auth in frontend
2025-01-17 15:37:01 +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