Commit Graph

24 Commits

Author SHA1 Message Date
Markos Gogoulos
0b9a203123 revert head changes 2025-02-13 20:31:19 +02:00
Markos Gogoulos
3a8cacc847
feat: Bulk fixes (#1195)
remove ckeditor - not in use
add more strict default password validators
set Django admin as configurable URL
add nginx HSTS and CSP headers
enable moving from private to unlisted in the PORTAL_WORKFLOW private
on default comments listing, show only comments for public media
in case of a private media, dont expose any unneeded metadata
2025-02-13 13:41:53 +02:00
Markos Gogoulos
0392dbe1ed
feat: lib updates and more (#1187)
This PR performs the following changes:

- update python in Dockerfile
- updates all python libraries (including Django)
- makes md5sum calculation redundant by default
- updates Postgresql used in Docker. For new installations this is ok. For existing ones this is backwards incompatible, and restore through pg_dump+pg_restore has to be performed in order to utilize Postgres 17 (since its not compatible with previous versions and will complain)
- fixes issues with HLS, and adds test to ensure they won't happen again
- allows . and @ in usernames
2025-02-10 11:34:00 +02:00
Meng Sen
8d9a4618f0
feat: support for reading environment variables on Docker 2024-11-22 18:35:47 +02:00
Markos Gogoulos
d665058b80 speed up docker start 2024-09-20 13:02:00 +03:00
thau0x01
1adee8c156
fix #943 (#1052) 2024-09-20 12:53:56 +03:00
Markos Gogoulos
e9739bab45
Feat celery run (#860)
* avoid calling post save signals
* remove stale celery ids that prevent new services from starting
2023-11-10 16:06:17 +02:00
Markos Gogoulos
029665145e
Python requirements and Docker version upgrades (#826)
v3.0.0: Python, Django, Celery and other version upgrades
2023-07-03 13:40:39 +03:00
nmlsdev
3d59b87f09
add rhel8 installation script (#792)
* add rhel8 installation script
2023-06-14 15:18:12 +03:00
Markos Gogoulos
5b601698a4 increase uwsgi buffer-size para, 2023-06-13 12:44:31 +03:00
Markos Gogoulos
b52b008f89
enable cors for media dir (#701) 2023-02-17 11:51:48 +02:00
Markos Gogoulos
86cc0442d8
move envs from Dockerfile to docker-compose files (#264) 2021-08-02 22:03:32 +03:00
Markos Gogoulos
f4f6fa5962
optimize migrations service to not run all actions every time (#229)
* optimize migrations service to not run all actions every time

* set random pass for Docker setup, but also allow for env set
2021-08-01 18:56:38 +03:00
DecaTec
950adcdd9d
Webserver/setup optimizations (#220)
* Webserver security

* Create vHost dirs during install; link vHost to sites-enabled

* Remove default vHosts during install

* Only generate new DH params when also using real certificates

* Removed duplicate ssl_ecdh_curve
2021-06-18 16:56:45 +03:00
swiftugandan
235efbe151
keep pids in container scope (#225)
* keep pids in container scope

* increase client_max_body_size through nginx proxy deployments to 5.8G
2021-06-18 15:39:52 +03:00
Markos Gogoulos
6df942ac4e
format content (#198) 2021-05-26 18:35:21 +03:00
swiftugandan
0129ab6732
Fix docker chown recursion performance and bento4 upgrade (#95)
* optimize docker chown performance

* upgrades bento4
2021-03-22 20:04:12 +02:00
Markos Gogoulos
2552551662
removes redundant usage of FRONTEND_HOST variable (#102) 2021-03-21 20:36:32 +02:00
swiftugandan
47f2279098
docker remove dangling pids (#58)
Co-authored-by: Munaawa Philip <munaawap@kainos.com>
2021-02-18 21:25:40 +02:00
swiftugandan
4450350dba
fixes hls generation for docker builds (#55)
Co-authored-by: Munaawa Philip <munaawap@kainos.com>
2021-02-17 22:32:18 +02:00
Swift Ugandan
952665beab fix local_install 2021-01-29 18:40:00 +00:00
Swift Ugandan
ac3ce569a8 mount src folder, fix permissions, store db and media on host directories 2021-01-28 16:42:44 +00:00
Munaawa Philip
a15ed70d44 initial docker deployment implementation 2021-01-23 10:49:33 +00:00
Markos Gogoulos
75430de2e0 MediaCMS backend, initial commit 2020-12-15 23:33:43 +02:00