dependabot[bot]
dc57bb71f6
Bump @docusaurus/preset-classic from 3.4.0 to 3.5.2 in /docs
...
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ) from 3.4.0 to 3.5.2.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v3.5.2/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-14 11:24:51 +00:00
Blake Blackshear
bccffe6670
TLS support ( #11678 )
...
* implement self signed cert and monitor/reload
* move go2rtc upstream to separate file
* add directory for ACME challenges
* make certsync more resilient
* add TLS docs
* add jwt secret info to docs
2024-06-01 10:29:46 -05:00
Blake Blackshear
1133202cbd
Auth! ( #11347 )
...
* reload the window on 401
* backend apis for auth
* add login page
* re-enable web linter
* fix login page routing
* bypass csrf for internal auth endpoint
* disable healthcheck in devcontainer target
* include login page in vite build
* redirect to login page on 401
* implement config for users and settings
* implement JWT actual secret
* add brute force protection on login
* add support for redirecting from auth failures on api calls
* return location for redirect
* default cookie name should pass regex test
* set hash iterations to current OWASP recommendation
* move users to database instead of config
* config option to reset admin password on startup
* user management UI
* check for deleted user on refresh
* validate username and fixes
* remove password constraint
* cleanup
* fix user check on refresh
* web fixes
* implement auth via new external port
* use x-forwarded-for to rate limit login attempts by ip
* implement logout and profile
* fixes
* lint fixes
* add support for user passthru from upstream proxies
* add support for specifying a logout url
* add documentation
* Update docs/docs/configuration/authentication.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Update docs/docs/configuration/authentication.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2024-05-18 10:36:13 -06:00
Nicolas Mowen
c83c13938c
Update deps ( #11044 )
...
* Update web deps
* Update docs deps
* Update python deps
2024-04-19 17:13:01 -05:00
Nicolas Mowen
e5595ebb2f
Update docs deps ( #10591 )
...
* remove deprecated caution in facor of warning
* Update last dep
2024-03-21 12:52:45 -05:00
Blake Blackshear
43c623be25
upgrade deps ( #10257 )
...
* upgrade web deps
* docs deps
* actions deps
2024-03-05 07:00:27 -06:00
Blake Blackshear
a47068922f
Update deps ( #8872 )
...
* update web deps
* update docs deps
* update gh actions
2023-12-07 06:09:20 -06:00
Blake Blackshear
4879de263b
Docs improvements ( #8641 )
...
* go all in on ruff
* upgrade docusaurus
* add netlify toml
* broken link
* fix netlify toml
* start filling out guide
* add debian setup detail
* simplify bash command
2023-11-18 08:04:43 -06:00
Francisco Matias Cuenca-Acuna
9fa70c3455
Add vision pipeline diagram to documentation ( #7689 )
...
* Add vision pipeline diagram
* Moved pipeline to the Guides section
* Fixing segment storage and other flows
* Added text
* Update docs/docs/guides/video_pipeline.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
* Keeping case as other pages
* Changing sections to ##
* Update docs/docs/guides/video_pipeline.md
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
* Update docs/docs/guides/video_pipeline.md
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
---------
Co-authored-by: cat101 <cat101@nowhere.com>
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
2023-11-16 01:23:44 +00:00
Blake Blackshear
699248d769
Update deps ( #6669 )
...
* fix gh host key
* python deps
* update web deps
* update docs deps
2023-06-01 06:59:50 -05:00
Blake Blackshear
15415bab10
update deps ( #6093 )
...
* update dev deps
* update deps
* docs deps
* python dev deps
* update python deps
2023-04-15 14:17:59 -05:00
dependabot[bot]
ecc7b93dc0
Bump json5 from 2.2.1 to 2.2.2 in /docs ( #4826 )
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-31 08:54:54 -06:00
Blake Blackshear
a9d95b89e1
Web updates and fixes ( #4411 )
...
* update dependencies
* Bump loader-utils from 2.0.3 to 2.0.4 in /docs
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* update BASE_PATH replacement
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 07:05:27 -06:00
Blake Blackshear
2b842468ad
Upgrade to latest docusaurus ( #4303 )
...
* upgrade to latest docusaurus
* patch vuln
* fix broken link
2022-11-07 21:14:29 -06:00
Blake Blackshear
0e9c8a4ddd
update docusaurus
2022-05-12 06:29:43 -05:00
Blake Blackshear
e0078f388e
package updates for docs
2022-02-18 21:18:26 -06:00
Blake Blackshear
9494bb7f5f
frontend dependency updates
2021-10-16 07:57:59 -05:00
Blake Blackshear
0320d94ea6
docs updates
2021-09-12 14:48:21 -05:00
Paul Armstrong
10c37a3036
docs: include available objects in documentation
2021-03-09 06:23:37 -06:00
Paul Armstrong
6790467bbc
docs: move docs to docusaurus
2021-01-26 21:40:33 -06:00