summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2023-12-19chore: reverting the current implementation of http response cachingGabe Kangas
2023-12-09feat(api): add server-side caching for requests that could benefit (#3463)Gabe Kangas
2023-01-08Add details to temp dir removal errorGabe Kangas
2022-12-12Move where emoji migration is fired to match the new emoji workGabe Kangas
2022-12-12Ignore lint warning until this can be refactoredGabe Kangas
2022-12-12Feature: emoji editor (#2411)Philipp
2022-11-29Support setting admin password and temp stream key via cli flagGabe Kangas
2022-11-29API + Data changes to support split up of stream keys and admin passwordsGabe Kangas
2022-03-07Fix "invalid cross-device link" error when running on a different filesystem ...Lerk
2022-03-06Add Prometheus for some Owncast metrics (#1744)Gabe Kangas
2022-01-31Do not log stream key when changing itGabe Kangas
2021-10-25Split out flags so all functions in main have accessGabe Kangas
2021-10-24Split out cli arg handling from mainGabe Kangas
2021-10-11Replace pkger with go:embed for bundling the admin. Closes #844 (#1464)Gabe Kangas
2021-08-28do not exit after successful stream key change (#1355)nothub
2021-07-19Cleanup linter warningsGabe Kangas
2021-07-19Chat refactor + persistent backing chat users (#1163)Gabe Kangas
2021-07-11Fix initial creation of logging directoryGabe Kangas
2021-07-09style fix for error checking (#1170)Meisam
2021-06-29Some linter cleanupGabe Kangas
2021-06-17Consolidate Dockerfile into root and consolidate version into config (#1118)Aaron Ogle
2021-06-13updates to backups directory (#1099)Meisam
2021-05-27Remove extra references to config fileGabe Kangas
2021-05-24Fix #981 Use -webserverip to set http listen address (#1032)leuc
2021-05-22Save owncast logs to log file. Closes #908Gabe Kangas
2021-05-22Add -logdir flag (#1039)tomleb
2021-05-21Fix #1001 set RTMP port from cli (#1038)leuc
2021-04-11Do not copy data dir on build. Create data dir if needed on launchGabe Kangas
2021-03-27Save web port number for future launches when specifying it on the command li...Gabe Kangas
2021-03-15Fix version string for local devGabe Kangas
2021-03-07Try to fix builds saying they are devGabe Kangas
2021-02-26Fix the http port used not in sync with what is logged (#766)Bradley Hilton
2021-02-180.0.6 -> Master (#731)Gabe Kangas
2020-11-18Add database schema versioning & migration skeleton (#382)Christian Muehlhaeuser
2020-11-14Start cleaning up linter errors. (#358)Gabe Kangas
2020-11-12Fix godoc style comments (#356)Christian Muehlhaeuser
2020-11-06Bundle and serve admin (#317)Gabe Kangas
2020-11-03Add version number to status endpointGabe Kangas
2020-10-29Add logging admin APIs for dashboard #114Gabe Kangas
2020-10-26First pass at centralized database reference. Closes #282 (#289)Gabe Kangas
2020-10-05Fixes #211: Update mod paths (#221)leowmjw
2020-08-27Fix blockingGabe Kangas
2020-08-27Simple hardware metrics collection + alerting (#115)Gabe Kangas
2020-07-15Add support for specifying the path for chat db. Closes #61Gabe Kangas
2020-07-12Add additional logging of ffmpeg output to file. Help troubleshoot #34Gabe Kangas
2020-07-06Set logging preferences via command line flags. Closes #20Gabe Kangas
2020-06-30Add version string to config endpointGabe Kangas
2020-06-25Remove commented out codeGabe Kangas
2020-06-25Enable file/line-level verbose debugging by providing enableDebugFeatures opt...Gabe Kangas
2020-06-25Support config file location as an argument. #20Gabe Kangas