-
-
Notifications
You must be signed in to change notification settings - Fork 975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website/integrations: owncloud: document #12540
base: main
Are you sure you want to change the base?
website/integrations: owncloud: document #12540
Conversation
Apply changes from old MR
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Some easy fixes to match template
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12540 +/- ##
==========================================
- Coverage 92.77% 92.75% -0.02%
==========================================
Files 770 770
Lines 38873 38873
==========================================
- Hits 36064 36057 -7
- Misses 2809 2816 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for this review Tana. Didn't have a chance to finish cleaning the PR up after merging the old changes |
Cleans up the authentik configuration section of this documentation and removes unneeded bits
Add `### Configuration` header and switch General Settings, Protocl Settings, and Advanced Protocol Settings to H4
…move unneeded block Updates the service discovery block to be more in-line with documentation, renames "Apache" to "Apache HTTPD" (correct name), removes provider specific documentation for traefik and instead tells users to view provider-specific docs. Also removes section kept last commit
…ion" section Starts cleaning up the steps, adds warning for sub and the other one, grammar, styling and bla bla bla
Adds single quotes for client-id and client-secret lines. Should be fine I think. Logic says quotes but old docs had none
Cleanup and restructure the section
Cleanup the rest of the ownCloud section and update the loginButtonName variable
Lints the code with Prettier
again (?)
sdko/feat/integration/pickup-10943-owncloud
Closes #10943
Details
REPLACE ME
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)