Commit Graph

11 Commits

Author SHA1 Message Date
cdricms
4cf85981eb Locations added 2025-03-10 16:25:12 +01:00
cdricms
5ef6b82b83 Added logo modified site-name 2025-02-26 17:15:05 +01:00
cdricms
efec258ae3 Article listing in dashboard 2025-02-25 18:37:00 +01:00
cdricms
ec3f33b9bf Calendar 2025-02-18 12:59:54 +01:00
cdricms
0e707e8721 Starting to implement permissions into frontend 2025-01-30 15:50:58 +01:00
cdricms
74118a5aa6 Changed form in users list and removed dashboard/users/new 2025-01-28 13:55:19 +01:00
cdricms
b723479ec8 Handling CRUD for members in frontend 2025-01-28 13:29:33 +01:00
cdricms
f1a49eea83 Started to work the shortcodes 2025-01-24 18:07:04 +01:00
cdricms
78ce2b533b Media route in dashboard 2025-01-23 20:22:43 +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