Commit Graph

59 Commits

Author SHA1 Message Date
Jan Koppe 6f817a9e33
templatestuff 2024-02-28 19:38:18 +01:00
Jan Koppe f3e314fbea
wip 2024-02-28 19:02:54 +01:00
Jan Koppe 2de6bd09d4
small display fixes regarding stream url 2024-02-28 19:00:54 +01:00
Jan Koppe 72824d32d4
refactor: move rtmp, restream into config, portal into core 2024-02-27 20:44:35 +01:00
Jan Koppe ba03d9be1a
cleanup 2024-02-25 21:23:21 +01:00
Jan Koppe 5ebe5c1310
fix: repair logout link (requires POST since 4.1) 2024-02-25 15:01:00 +01:00
Jan Koppe 2d01023a4b
maintenance: update to Django 5, Redis 7, Postgres 16, add dev SRS 2024-02-25 11:24:42 +01:00
Jan Koppe ab729dcb7c
select between flv/mpegts format in restream 2021-12-14 18:35:58 +01:00
Jan Koppe 0d9a60c6ff
fix: quirk with rtmp auth when pushed from ome 2021-10-31 20:16:30 +01:00
Jan Koppe cd2a2af948
remove nginx host config stuff 2021-10-31 13:33:18 +01:00
Jan Koppe ad0d545282
pin django 3.1.13 2021-10-31 13:20:59 +01:00
Jan Koppe 159439f0b1
fix host headers on internal nginx 2021-10-31 13:15:32 +01:00
Jan Koppe 9a294ff0d3
pin django version, gunicorn listen on all ips 2021-10-31 12:56:02 +01:00
Jan Koppe bee265c82a
add gh actions 2021-10-31 08:50:23 +01:00
Jan Koppe 9b231f6859
make stream and restreamconfig listviews reactive with vuejs against restapi 2020-05-31 20:25:39 +02:00
Jan Koppe 2f5c5b20c5
add django-rest-framework basic implementation 2020-05-31 18:35:30 +02:00
Jan Koppe cf6373c7cb
fix: remove task on post_delete instead of pre_delete to handle possible deletion errors. import signal. 2020-05-31 18:34:51 +02:00
Jan Koppe e1943b05f4
fix: filter removed tasks on restreamconfig update/delete by config-type! 2020-05-31 15:22:05 +02:00
Jan Koppe bb18610dd9
fix: remove associated tasks when restreamconfig is deleted 2020-05-31 15:20:22 +02:00
Jan Koppe 140186e608
add staticfiles/ to gitignore to prevent accidental staticfile commits 2020-05-31 12:20:03 +02:00
Jan Koppe 88620b99af
dynamically update tasks on saved changes to restream configs 2020-05-31 12:16:09 +02:00
Jan Koppe 64758083b3
stop being stupid, fix file perms by not using add with http 2020-05-02 00:37:43 +02:00
Jan Koppe 95982a7815
fix staticfiles permissions in docker; remove dead css include 2020-05-02 00:23:21 +02:00
Jan Koppe 9cc2e13b2c
little cosmetics and more translations 2020-05-02 00:12:53 +02:00
Jan Koppe 0400e85f89
fontawesome5;interfont;local frontend resources;languages 2020-05-01 23:06:55 +02:00
Jan Koppe 621771c391
run createn of default group and rtmp application on container start 2020-05-01 16:08:07 +02:00
Jan Koppe e92a131e4c
add default rtmp application, filter by rtmp application permissions 2020-05-01 16:06:32 +02:00
Jan Koppe 020393c48b
update migrations; management command that creates default group with default perms; add new users to default group 2020-05-01 15:05:26 +02:00
Jan Koppe 369bbf042c
fix linter errors 🙄 2020-05-01 14:20:02 +02:00
Jan Koppe 75c431bd39
add locale strings 2020-05-01 14:18:14 +02:00
Jan Koppe 16a872db15
add status symbols to stream and restreamconfig lists 2020-05-01 14:17:46 +02:00
Jan Koppe 8ec9c2807c
add stream & restreamconfig changeviews 2020-05-01 14:10:03 +02:00
Jan Koppe 730889b9a1
add object permissions with guardian; users only have access to their own streams/restreamconfigs 2020-05-01 12:38:57 +02:00
Jan Koppe b16e9c955c
tons of i18n; add some views for restream configs 2020-04-29 21:09:51 +02:00
Jan Koppe 76aac4d59f
add very basic login/logout forms, stream management forms 2020-04-29 18:51:01 +02:00
Jan Koppe 96f6ebebe1
don't add local .env to git 2020-04-29 18:46:43 +02:00
Jan Koppe a0a01a6149
fix linter errors 🙄 2020-04-26 22:30:59 +02:00
Jan Koppe 5feca3ff62
#4 change some model fields to proper uuid type; add api to claim and release tasks 2020-04-26 22:25:58 +02:00
Jan Koppe ca65c4eaa7
#4 add concierge app that implements the idea of tasks; rework rtmp to better handle multiple incoming streams; rework restream to create tasks 2020-04-26 19:46:58 +02:00
Jan Koppe 8e71bd515b
fix linter errors 2020-04-26 04:49:07 +02:00
Jan Koppe af49f2d749
add stub portal app with 'work in progress' message; configure template system 2020-04-26 04:46:44 +02:00
Jan Koppe 805e2911f8
run nginx and gunicorn with supervisord in container 2020-04-25 10:22:22 +02:00
Jan Koppe 92bf7fbf75
breaking: rename srs app to rtmp and rebuild migrations from scratch 2020-04-23 21:08:39 +02:00
Jan Koppe 70713fe02c
fix lint errors 2020-04-23 20:21:56 +02:00
Jan Koppe 4e9fd4abed
enable translations; environment config; heavily expanded dockerfile; dev docker-compose 2020-04-23 20:19:49 +02:00
Jan Koppe 0fcf3a5dae
run django tests in travis 2020-04-20 18:59:19 +02:00
Jan Koppe 0643a94523
allow any hostname to be used in connections (only intended for debugging) 2020-04-20 18:56:55 +02:00
Jan Koppe 70ccad1d46
add refined dockerfile with gunicorn 2020-04-20 18:56:29 +02:00
Jan Koppe f97202869c
fix celery settings 2020-04-20 18:56:12 +02:00
Jan Koppe 59fa9df2ad
check for application and streamkey combination instead of separately 2020-04-20 18:55:45 +02:00