Talk:Nextcloud: Difference between revisions
→Removing Bucket-Creation Commands=: new section |
Andromeda-fp (talk | contribs) →Pointing to secret schemes?: new section |
||
| Line 16: | Line 16: | ||
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) | 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) | |||