github: convert issue templates to forms#18117
Conversation
…ons discussions and discord for questions rather than issues.
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18117 +/- ##
=======================================
Coverage 92.97% 92.97%
=======================================
Files 869 869
Lines 48039 48039
=======================================
+ Hits 44662 44663 +1
+ Misses 3377 3376 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
dominic-r
left a comment
There was a problem hiding this comment.
I've wanted this for so long. TYSM
Signed-off-by: Dominic R <dominic@sdko.org>
| @@ -0,0 +1,7 @@ | |||
| --- | |||
| name: Blank Issue | |||
| about: This issue type is only for internal use | |||
There was a problem hiding this comment.
Is there a way we can restrict who can create this to members of @goauthentik/* only? Future enhancement ig
There was a problem hiding this comment.
No. You can either disable blank issues together of have a template for them like this. It's a bit annoying.
| options: | ||
| - Docker | ||
| - Kubernetes | ||
| - AWS CloudFormation |
There was a problem hiding this comment.
Possible future enhancement:
- Other (Please write)
if selected_option == "Other":
close_issue()
There was a problem hiding this comment.
That's not a bad idea. Maybe we can do that in a separate PR along with a github action to automate it.
…templates-to-forms
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-3810af85d399f55358dad7e4dfcc4a082762ad2e
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-3810af85d399f55358dad7e4dfcc4a082762ad2eAfterwards, run the upgrade commands from the latest release notes. |
Details
Closes #17675