6135990762 
					 
					
						
						
							
							website/docs: Fix letsencrypt folder ( #3643 )  
						
						... 
						
						
						
						When the docs were changed to the docker-compose.override.yaml version, the change wasnt 100% completed, by still including the "..authentik" folder part in the volumes.
Addtionally, it doesnt work to only mount the /live letsencrypt folder in the worker, as it will be a symlink that the worker wont have access to (as its outside the container context).
So this reverts the change to the previous version where the complete /etc/letsencrypt folder gets mounted in /certs
Signed-off-by: Philipp Rintz <13933258+p-rintz@users.noreply.github.com >
Signed-off-by: Philipp Rintz <13933258+p-rintz@users.noreply.github.com > 
						
						
					 
					
						2022-09-26 16:32:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bba21d2b85 
					 
					
						
						
							
							website/docs: Fix typo ( #3641 )  
						
						... 
						
						
						
						Signed-off-by: Riccardo Di Maio <35903974+rdimaio@users.noreply.github.com >
Signed-off-by: Riccardo Di Maio <35903974+rdimaio@users.noreply.github.com > 
						
						
					 
					
						2022-09-25 11:44:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f8502edd2b 
					 
					
						
						
							
							website: update 2022.9 release notes  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-22 10:46:29 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b16a3d5697 
					 
					
						
						
							
							internal: use config system for workers/threads, document the settings ( #3626 )  
						
						... 
						
						
						
						use config system for workers/threads, document the settings
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-21 09:59:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2d965afc5f 
					 
					
						
						
							
							website: bump react-before-after-slider-component from 1.1.4 to 1.1.5 in /website ( #3612 )  
						
						... 
						
						
						
						website: bump react-before-after-slider-component in /website
Bumps [react-before-after-slider-component](https://github.com/smeleshkin/react-before-after-slider-component ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/smeleshkin/react-before-after-slider-component/releases )
- [Commits](https://github.com/smeleshkin/react-before-after-slider-component/compare/v.1.1.4...v.1.1.5 )
---
updated-dependencies:
- dependency-name: react-before-after-slider-component
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
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-09-19 10:45:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f008c03524 
					 
					
						
						
							
							website: cleanup readme  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-18 18:45:05 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9ab066a863 
					 
					
						
						
							
							website: Fix padding in feature comparison table ( #3611 )  
						
						... 
						
						
						
						* Fix table block styling
* Add correct command to run development server
* Update website/src/css/custom.css
closes  #3315 
Co-authored-by: Jens L. <jens@beryju.org >
Signed-off-by: Issy Szemeti <48881813+issy@users.noreply.github.com >
Signed-off-by: Issy Szemeti <48881813+issy@users.noreply.github.com >
Co-authored-by: Jens L. <jens@beryju.org > 
						
						
					 
					
						2022-09-18 16:43:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						daa0417c38 
					 
					
						
						
							
							website: fix broken link  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-18 17:57:19 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						067166d420 
					 
					
						
						
							
							website: update 2022.9 release notes  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-17 14:28:04 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						be64296494 
					 
					
						
						
							
							stages/authenticator_duo: improved import ( #3601 )  
						
						... 
						
						
						
						* prepare for duo admin integration
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* make duo import params required
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* add UI to import devices
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* rework form, automatic import
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* limit amount of concurrent tasks on worker
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* load tasks
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix API codes
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix tests and such
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* add tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* sigh
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* make stage better
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* basic stage test
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-17 12:10:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						3e0778fe31 
					 
					
						
						
							
							website: add API diff to 2022.9 release notes  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-16 10:20:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2ccdaca05 
					 
					
						
						
							
							website/integrations: Add Gitea Helm Chart Configuration ( #3558 )  
						
						... 
						
						
						
						* website/integrations: Add Gitea Helm Chart Configuration
* website/integrations: Add Gitea Helm Chart Configuration - pr fixes 
						
						
					 
					
						2022-09-15 10:24:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9f5c019daa 
					 
					
						
						
							
							core: add helper function to create events from expressions, move ak_user_has_authenticator to base evaluator  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-14 21:52:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						34928572db 
					 
					
						
						
							
							website/docs: fix lint  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-11 23:11:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c1ad1e5c8b 
					 
					
						
						
							
							website: prepare 2022.9 release  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-11 23:02:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ff2ac7dc2 
					 
					
						
						
							
							api: fix schema not referencing errors correctly  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-11 23:01:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e477615b0f 
					 
					
						
						
							
							website/integrations: update harbor screenshot  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
#3543  
						
						
					 
					
						2022-09-11 16:25:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						e99b90912f 
					 
					
						
						
							
							website: cleanup integrations sidebar  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-10 22:00:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a50d5a4f8 
					 
					
						
						
							
							website: add note for using request.user in policies when bound to flows  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-09-10 14:08:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						62f93c83d4 
					 
					
						
						
							
							ci: update pyright ( #3546 )  
						
						
						
						
					 
					
						2022-09-07 00:23:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						03a3f1bd6f 
					 
					
						
						
							
							crypto: add command to import certificates  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
#3544  
						
						
					 
					
						2022-09-06 19:39:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0a69557d4 
					 
					
						
						
							
							website/docs: explain LISTEN envs better ( #3532 )  
						
						... 
						
						
						
						From a recent adventure discovered that this env's define `address:port` not just `port`.
If you define only `port` it will error out with `"error":"listen tcp: address 9000: missing port in address"`
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com > 
						
						
					 
					
						2022-09-05 20:37:11 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2293cecd24 
					 
					
						
						
							
							website: bump @docusaurus/preset-classic from 2.0.1 to 2.1.0 in /website ( #3525 )  
						
						
						
						
					 
					
						2022-09-05 18:46:59 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						159e533e4a 
					 
					
						
						
							
							website: bump @docusaurus/plugin-client-redirects from 2.0.1 to 2.1.0 in /website ( #3526 )  
						
						... 
						
						
						
						website: bump @docusaurus/plugin-client-redirects in /website
Bumps [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects ) from 2.0.1 to 2.1.0.
- [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/v2.1.0/packages/docusaurus-plugin-client-redirects )
---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
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-09-05 16:12:03 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89f8962a23 
					 
					
						
						
							
							website/integrations: improve 'Portainer' section ( #3508 )  
						
						... 
						
						
						
						* Cleared up confusion regarding portainer
Adding in a / at the end of the redirect url is crucial and failing to do so will cause a 'Redirect URL' error thrown in by authentik.
I also find it more clear to use 'portainer.company' instead of 'port.company'.
Signed-off-by: Matthieu B <66959271+mtthidoteu@users.noreply.github.com >
* fix lint
Signed-off-by: Matthieu B <66959271+mtthidoteu@users.noreply.github.com >
Co-authored-by: Jens L <jens@beryju.org > 
						
						
					 
					
						2022-09-01 12:49:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						19c36d20b5 
					 
					
						
						
							
							website/docs: improve nginx examples ( #3372 )  
						
						... 
						
						
						
						* website/docs: improve nginx examples
Signed-off-by: itsmesid <693151+arevindh@users.noreply.github.com >
* website/docs: improve nginx examples
Signed-off-by: itsmesid <693151+arevindh@users.noreply.github.com > 
						
						
					 
					
						2022-08-30 21:19:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						abca435337 
					 
					
						
						
							
							blueprints: OCI registry support ( #3500 )  
						
						... 
						
						
						
						* blueprints: add ability to load blueprints via OCI
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* add docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix inheritance check for meta models
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* add oci tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-30 14:08:26 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						58e3ca28be 
					 
					
						
						
							
							website: fix formatting  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-29 19:49:43 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c6bb41890e 
					 
					
						
						
							
							website/docs: add port_in_redirect in nginx config to prevent invalid port in redirect ( #3397 )  
						
						... 
						
						
						
						* Proposal and fix for issue #3359 
By adding `port_in_redirect off` in the configuration for the NginxProxyManager (NPM), will avoid a redirect to port 4443.
Credit to @adtwomey for the suggestions.
https://github.com/goauthentik/authentik/issues/3359 
Signed-off-by: Zolo <39656359+zolodev@users.noreply.github.com >
* Adding a comment
Signed-off-by: Zolo <39656359+zolodev@users.noreply.github.com >
Signed-off-by: Zolo <39656359+zolodev@users.noreply.github.com > 
						
						
					 
					
						2022-08-29 17:57:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4556b3692 
					 
					
						
						
							
							website/docs: Added mention of how to force 2fa ( #3497 )  
						
						... 
						
						
						
						* Added mention of how to force 2fa
Added mention of how to force 2fa and fixed some punctuation's.
Signed-off-by: Joeri Colman <colmanjoeri@msn.com >
* Update website/docs/flow/examples/flows.md
Co-authored-by: Jens L. <jens@beryju.org >
Signed-off-by: Joeri Colman <colmanjoeri@msn.com >
Signed-off-by: Joeri Colman <colmanjoeri@msn.com >
Co-authored-by: Jens L. <jens@beryju.org > 
						
						
					 
					
						2022-08-29 14:14:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d0b52812d5 
					 
					
						
						
							
							website/docs: add mention of custom JWT Claims ( #3495 )  
						
						... 
						
						
						
						Signed-off-by: Adam Engebretson <adam@enge.me > 
						
						
					 
					
						2022-08-29 13:11:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						070714abe4 
					 
					
						
						
							
							website/docs: add more blueprint docs  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-19 12:16:02 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b624bf1cb7 
					 
					
						
						
							
							website/docs: prepare 2022.8.2  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-19 11:19:23 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dd2facdc57 
					 
					
						
						
							
							website/integrations: Oracle Cloud title case ( #3444 )  
						
						... 
						
						
						
						Signed-off-by: tigattack <10629864+tigattack@users.noreply.github.com >
Signed-off-by: tigattack <10629864+tigattack@users.noreply.github.com > 
						
						
					 
					
						2022-08-18 17:32:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						549dfa4c3a 
					 
					
						
						
							
							website/integrations: add OCI  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-18 16:48:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7f8ae24e8d 
					 
					
						
						
							
							website/integrations: remove old options  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-18 16:39:34 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bda218f7fc 
					 
					
						
						
							
							website/docs: add note for which outpost configs apply for which outposts ( #3443 )  
						
						... 
						
						
						
						add note for which outpost configs apply for which outposts
closes  #3427 
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-18 14:29:53 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c900411d5a 
					 
					
						
						
							
							website/integrations: New VCS section and GitHub integrations ( #3437 )  
						
						... 
						
						
						
						* website/docs: create VCS section
Moved gitea and gitlab to new VCS category.
* website/docs: add GitHub-related integrations
Added GitHub Organization and GitHub Enterprise Cloud integrations. GHEC contains a note on EMU users being unsupported (GitHub limitation).
* website/docs: added GitHub links to VCS
* website/docs: Fix GitHub linter problems 
						
						
					 
					
						2022-08-18 12:30:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						98ffec87c0 
					 
					
						
						
							
							website/integrations: add note for apple source with tlds  
						
						... 
						
						
						
						closes  #2880 
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
					
						2022-08-16 17:04:44 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b52d5dccac 
					 
					
						
						
							
							website/integrations: fix config typo in vikunja ( #3373 )  
						
						... 
						
						
						
						Fixing configuration typo `truefo` -> `true`
Signed-off-by: Kyle Brown <blackbarn@gmail.com >
Signed-off-by: Kyle Brown <blackbarn@gmail.com > 
						
						
					 
					
						2022-08-16 17:01:21 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71d6304407 
					 
					
						
						
							
							website: update 2022.8 release notes  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-16 13:47:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						61f4049e51 
					 
					
						
						
							
							website: bump react-before-after-slider-component from 1.1.3 to 1.1.4 in /website ( #3393 )  
						
						... 
						
						
						
						website: bump react-before-after-slider-component in /website
Bumps [react-before-after-slider-component](https://github.com/smeleshkin/react-before-after-slider-component ) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/smeleshkin/react-before-after-slider-component/releases )
- [Commits](https://github.com/smeleshkin/react-before-after-slider-component/compare/v.1.1.3...v.1.1.4 )
---
updated-dependencies:
- dependency-name: react-before-after-slider-component
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-08-09 11:30:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b1f7dfaeb4 
					 
					
						
						
							
							website: bump postcss from 8.4.14 to 8.4.16 in /website ( #3380 )  
						
						
						
						
					 
					
						2022-08-08 13:03:10 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1c569c79f3 
					 
					
						
						
							
							website: add more blueprint docs, 2022.8 release notes  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-07 19:27:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dcbf106daa 
					 
					
						
						
							
							blueprints: add !Context to lookup things from instance context  
						
						... 
						
						
						
						Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-06 20:54:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						89fef0ae72 
					 
					
						
						
							
							blueprints: docs ( #3376 )  
						
						... 
						
						
						
						* further blueprint cleanup
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* more
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* make group users and parent optional
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix api client usage
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-06 00:52:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ce8e18bab 
					 
					
						
						
							
							internal: centralise config for listeners to use same config system everywhere ( #3367 )  
						
						... 
						
						
						
						* centralise config for listeners to use same config system everywhere
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
#3360 
* add docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-03 21:33:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						11bd7c72e0 
					 
					
						
						
							
							website: bump @docusaurus/plugin-client-redirects from 2.0.0-rc.1 to 2.0.1 in /website ( #3346 )  
						
						... 
						
						
						
						website: bump @docusaurus/plugin-client-redirects in /website
Bumps [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects ) from 2.0.0-rc.1 to 2.0.1.
- [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/v2.0.1/packages/docusaurus-plugin-client-redirects )
---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-08-02 09:53:27 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						896cf7594e 
					 
					
						
						
							
							website: bump @docusaurus/preset-classic from 2.0.0-rc.1 to 2.0.1 in /website ( #3345 )  
						
						... 
						
						
						
						website: bump @docusaurus/preset-classic in /website
Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic ) from 2.0.0-rc.1 to 2.0.1.
- [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/v2.0.1/packages/docusaurus-preset-classic )
---
updated-dependencies:
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-08-02 09:51:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a023eee9bf 
					 
					
						
						
							
							blueprints: migrate from managed ( #3338 )  
						
						... 
						
						
						
						* test all bundled blueprints
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix empty title
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix default blueprints
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* add script to generate dev config
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* migrate managed to blueprints
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* add more to blueprint instance
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* migrated away from ObjectManager
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix lint errors
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* migrate things
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* migrate tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix some tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix a bit more
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix more tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* whops
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix missing name
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* *sigh*
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* fix more tests
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* add tasks
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* scheduled
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* run discovery on start
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org >
* oops this test should stay
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org > 
						
						
					 
					
						2022-08-01 23:05:58 +02:00