Commit Graph

20 Commits

Author SHA1 Message Date
81afb7493b Update config options for xmpp bridge 2020-10-17 18:30:38 -05:00
06dc05eb8b Add a dependency for xmpp mirroring and add configurability 2020-10-17 16:55:55 -05:00
5126bccbc7 Add configurability to cluster option 2020-10-17 02:17:10 -05:00
961b5fe648 Add config option to turn server side rendering off.
Ensure templates are precompiled before starting the server.
2020-10-16 21:31:23 -05:00
44cc3213ca Tweak config changes, add functionality in server.ts
Still needs an API and a UI, then good to go.
2020-10-12 11:14:59 -05:00
4ff4a6329d Add configuration options for twitch mirror 2020-10-12 10:54:55 -05:00
b2759c5298 Update documentation. 2020-06-27 23:27:47 -05:00
4bd10151f8 Switch from video.js to dash.js, it seems to be more consistent and hiccup less during streams.
This means transcoding to HLS is no longer an option.
Also add a bit of JS to reload the stream periodically if it hadn't started when the page was loaded.
That thing spits out errors fucking constantly, so hopefully it won't cause any problems.
2020-06-27 12:11:42 -05:00
19536d8b84 Add working twitch chat relay 2020-06-27 05:25:40 -05:00
29d2090540 Add working IRC integration 2020-06-27 03:23:04 -05:00
1ef736ca17 Working discord chat integration 2020-06-27 02:36:45 -05:00
a9f1875234 Add config template for chat integration and db schema
No other meaningfull changes (I think)
It's been 7 months since last commit god I hope I didn't break anything.
2020-06-26 04:07:37 -05:00
f7733b9507 Big Refactor
Stop using config and toml as dependencies
Stop passing around config variables through function calls
Add config.ts and pull the values you need directly in the files
Remove irc.js for incoming new IRC solution
Rename controller to index because that was stupid
Minor git bullshit with the config folder
Change to yaml as a config format
2019-12-21 08:59:35 -06:00
76c63d3a94 Set sameSite on Authorization cookie
Enable toggleable HSTS
2019-12-05 16:08:50 -06:00
a521583e92 Change systemd service description 2019-11-27 22:07:20 -06:00
efc087c7a3 Fix systemd service to restart properly 2019-11-16 15:23:42 -06:00
8771411352 Add more detailed installation instructions
Add example systemd service
2019-10-20 16:30:23 -05:00
7ca1e9023c Fix a typo in db setup script. 2019-10-20 16:10:35 -05:00
f9e4a7a5c6 I don't even know.
Filled out API for user management
Proper escaping of user input for SQL queries (stream keys aren't user input)
Filled out frontend with profile management, vods, etc.
I don't remember there's probably more, fuck.
2019-10-05 14:34:57 -05:00
085dd02148 Changed init functions to be more consistent.
Added setup script and templates for config and database setup.
Fixed typo in tsconfig.
2019-09-26 14:43:24 -05:00