Talk:Nextcloud: Difference between revisions
→is the section about HEIC outdated?: new section |
Andromeda-fp (talk | contribs) →Pointing to secret schemes?: new section |
||
| (One intermediate revision by one other user not shown) | |||
| Line 12: | Line 12: | ||
The section mentions the setting "enabledPreviewProviders" which [https://search.nixos.org/options?channel=24.11&from=0&size=50&sort=relevance&type=packages&query=services.nextcloud.settings.enabledPreviewProviders cannot be found in the nixpkgs] [[User:Purefan|Purefan]] ([[User talk:Purefan|talk]]) 22:49, 25 December 2024 (UTC) | The section mentions the setting "enabledPreviewProviders" which [https://search.nixos.org/options?channel=24.11&from=0&size=50&sort=relevance&type=packages&query=services.nextcloud.settings.enabledPreviewProviders cannot be found in the nixpkgs] [[User:Purefan|Purefan]] ([[User talk:Purefan|talk]]) 22:49, 25 December 2024 (UTC) | ||
== Removing Bucket-Creation Commands= == | |||
Since <code>verify_bucket_exists</code> is set to <code>true</code> in the example configuration, creating the bucket manually is not needed, right? [[User:O5-J|O5-J]] ([[User talk:O5-J|talk]]) 16:55, 27 January 2026 (UTC) | |||
== Pointing to secret schemes? == | |||
The line | |||
`environment.etc."nextcloud-admin-pass".text = "PWD";` | |||
is currently in the 'base configuration' on this page, and nowhere is it mentioned that a secret scheme should be used rather than hardcoding the password into the store and also probably readable in /etc as well. Many other wiki pages provide a link to a secrets management scheme and suggest their usage, is that an option here? [[User:Andromeda-fp|Andromeda-fp]] ([[User talk:Andromeda-fp|talk]]) 13:58, 31 January 2026 (UTC) | |||