Standard language for new users #76
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there a setting somewhere so I can set the standard language for new users to Danish?
@jeppebundsgaard
You might be also automated via a
abra.shcommand, e.g.php occ config:system:set default_language --value="...". I am not sure it's possible to thread this down into the app via regular env vars.Thanks, that worked!
In
abra.shit looks like we can create a variable in.envand then callBut I cannot see how the functions in
abra.share calledMaybe it would be an idea to create a setting where the operators can create and set all the system variables they want, and abra.sh just inserts them.
@jeppebundsgaard
abra app cmdwill call the functions inabra.sh. So,abra app cmd <app-name> app install_onlyofficeis calling theinstall_onlyofficefunction. Yes, there's a lot of config manipulation happening in https://git.coopcloud.tech/coop-cloud/nextcloud/src/branch/main/abra.sh so I'm sure you can just add there to it.You can test your commands by hacking the recipe directly and running them with
--chaos.If you need to expore some standard env vars before running your commands, check the
environmentapproach in https://git.coopcloud.tech/coop-cloud/mastodon/src/branch/main/abra.sh.We are missing documentation on all of this, please consider adding something to https://docs.coopcloud.tech with your perspective. A pair of fresh eyes is invaluable for new people diving into this for the first time!
I suggested a little change to the readme that explains how to change system settings.