cdricms
7cb633b4c6
Fixed creation of users + better frontend handling of permissions
2025-03-06 17:34:52 +01:00
cdricms
3c6038bce1
Typo
2025-02-28 20:14:30 +01:00
cdricms
3974e428aa
Changed channel to playlist
2025-02-13 12:27:13 +01:00
cdricms
9d6aa4c163
Gallery
...
Events still not working
2025-02-12 16:51:57 +01:00
cdricms
0f1e0dcefb
Wrong shortcode
2025-02-11 10:27:46 +01:00
cdricms
f84f7fcf8b
Fixed no shortcode
2025-02-11 10:21:45 +01:00
cdricms
bcb563fa1c
Fixed some imports and build
2025-02-10 09:42:24 +01:00
cdricms
8e87d834bc
Shortcodes
2025-02-10 08:52:32 +01:00
cdricms
90945b161d
Added theme switcher + optimized youtube loading + about changes
2025-01-31 17:28:13 +01:00
cdricms
5a5846d853
Added CSRF & YouTube and dark mode
2025-01-22 17:39: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