Dominic R
Dominic R
i would also suggest changing the title to `website/docs: integrations: add owncloud integration`. I don't have permissions on this repo so I can't change it.
I would personally replace the string concatenation with f-strings. ex: ```diff - cache_key_hostname_available = "goauthentik.io/lib/avatars/" + hostname + "/available" + cache_key_hostname_available = f"goauthentik.io/lib/avatars/{hostname}/available" ``` would make the code more readable...
why did you include all the changes of your previous merge request instead of simply editing the redirect url
@tanberry Hi, all good. If you don't mind i'll just finish with the rest of the integration documentation before running the make commands. As for the content itself, it would...
I just updated general styles on the existing docs but i feel like i'll need to pass through it again and make sure it follows everything as I do see...
Hey there @fasonju, thanks for your contribution. `authentik-integrations` build seems to be failing. WOuld it be possible for you to rebase your branch to see if this resolves the error?...
Hey there @tylerobara , just a friendly ping regarding this PR. Please let us know if you have any questions or need any assistance. Thanks
didn't notice any changes with the frappe4 png so i didn't change it cc @tanberry
@tanberry Hi would it be possible to get a status update on this? thanks
@tanberry im starting to get confused by this and the original pr too. the diff updated a slash by adding it but if it had to be removed and the...