adds ability to specify user and password via env variables - #8490
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for specifying username and password through environment variables NC_USER and NC_PASSWORD when running in non-interactive mode. This provides an alternative authentication method for automated or scripted usage.
- Adds environment variable fallback for username and password in non-interactive mode
- Updates help documentation to reflect the new environment variable support
- Includes the
<cstdlib>header for environment variable access
Comments suppressed due to low confidence (1)
Signed-off-by: bonni <post@bonni.codes> Signed-off-by: internet-memme <142409719+internet-memme@users.noreply.github.com> Co-authored-by: Claudio Cambra <developer@claudiocambra.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Camila Ayres <hello@camilasan.com>
|
Artifact containing the AppImage: nextcloud-appimage-pr-8490.zip SHA256 checksum: To test this change/fix you can download the above artifact file, unzip it, and run it. Please make sure to quit your existing Nextcloud app and backup your data. |
|




Created this PR so I could solve the code conflict and merge @internet-memme's contribution: #5980
documentation changes: nextcloud/documentation#13459