Skip to content
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

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Conversation

4d62
Copy link
Contributor

@4d62 4d62 commented Jan 2, 2025

sdko/feat/integration/pickup-10943-owncloud

Closes #10943

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Apply changes from old MR
Copy link

netlify bot commented Jan 2, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 101d75d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67939bd2139c480008abe878
😎 Deploy Preview https://deploy-preview-12540--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 2, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 101d75d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67939bd247c8df0008fb2f33
😎 Deploy Preview https://deploy-preview-12540--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Some easy fixes to match template
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.70%. Comparing base (f245dad) to head (101d75d).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #12540      +/-   ##
==========================================
- Coverage   92.76%   92.70%   -0.06%     
==========================================
  Files         769      769              
  Lines       38911    38911              
==========================================
- Hits        36095    36072      -23     
- Misses       2816     2839      +23     
Flag Coverage Δ
e2e 48.48% <ø> (-0.09%) ⬇️
integration 24.62% <ø> (ø)
unit 90.40% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@4d62
Copy link
Contributor Author

4d62 commented Jan 3, 2025

Thanks for this review Tana. Didn't have a chance to finish cleaning the PR up after merging the old changes

4d62 added 11 commits January 3, 2025 02:05
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 the rest of the ownCloud section and update the loginButtonName variable
Lints the code with Prettier
@4d62 4d62 marked this pull request as ready for review January 5, 2025 19:25
@4d62 4d62 requested a review from a team as a code owner January 5, 2025 19:25

- **Configure Bindings** (optional): To manage the listing and access to applications on a user's **My applications** page, you can optionally create a [binding](https://docs.goauthentik.io/docs/add-secure-apps/flows-stages/bindings/) between the application and a specific policy, group, or user. Keep in mind that if you do not specify any bindings, all users will have access to the application. For more information about user access, refer to our documentation about [authorization](https://docs.goauthentik.io/docs/add-secure-apps/applications/manage_apps#policy-driven-authorization) and [hiding an application](https://docs.goauthentik.io/docs/add-secure-apps/applications/manage_apps#hide-applications).

### Service discovery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a more descriptive title? Also... can we specify that it is is the reverse proxy is configured within authentik? Should that be one of the regular steps in the "authentik configuration" section?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the reverse-proxy is not within authentik or the service. I can rename the title if you want but it should have it's own section IMO. Tho, it's technically the config to make it work with the service. As you wish

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One can configure a reverse proxy within authentik (@BeryJu ??), but if for sure this one is not configured there, then let's leave as is.


To enable OIDC functionality in ownCloud, follow these steps:

1. **Navigate to the Market**:
Copy link
Contributor

@tanberry tanberry Jan 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I can google correctly, Market is the app used to access Marketplace... do we want to say Market or Marketplace here? https://marketplace.owncloud.com/


The location of the `config.php` file depends on your deployment method. Consult the setup guide for your chosen deployment method to identify the file’s location within your installation.

:::note
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why indented?

Copy link
Contributor Author

@4d62 4d62 Jan 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDK; The rest of the section is and prettier didn't complain. Can remove if you want? whatever makes more sense

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants