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
7cb633b4c6
Fixed creation of users + better frontend handling of permissions
2025-03-06 17:34:52 +01:00
cdricms
5ef6b82b83
Added logo modified site-name
2025-02-26 17:15:05 +01:00
cdricms
ae228710e1
Render article
2025-02-21 20:21:56 +01:00
cdricms
7a97961fef
Started working on the blogs
2025-02-21 17:49:42 +01:00
cdricms
de828d4c13
Added resend, fixed CSRF
2025-02-21 16:16:24 +01:00
cdricms
2011ae93b6
Availability based on permissions
2025-02-19 16:16:47 +01:00
cdricms
9d6aa4c163
Gallery
...
Events still not working
2025-02-12 16:51:57 +01:00
cdricms
f84f7fcf8b
Fixed no shortcode
2025-02-11 10:21:45 +01:00
cdricms
8e87d834bc
Shortcodes
2025-02-10 08:52:32 +01:00
cdricms
09b0c9b142
Member page
2025-02-05 09:11:17 +01:00
cdricms
0e707e8721
Starting to implement permissions into frontend
2025-01-30 15:50:58 +01:00
cdricms
2046a32202
Should be able to deploy
2025-01-18 21:13:03 +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