Great, thanks @Man-in-Black !
]]>added BookStack user management
]]>In many readme files there are references to GitHub for accessing/downloading files.
These need to be updated.
Thanks @MattFryer!
]]>As requested on Reddit
]]>Awesome, thanks @guiziweb!
]]>Add PHP SDK for the BookStack API.
]]>Thanks @pnocera!
]]>Hi @vmario89,
These scripts are supposed to be simple jumping off points to be taken & modified as desired, I'm not really looking to expand them to account for environment specific edge cases, or document full steps for all possible considerations, we already have a note in the readme to advise the access will be that of the API user.
furthermore it might help to add some hints to readme to have a dedicated sitemap-generator user which only created stuff of public visibility:
_First, we create a dedicated user sitemap-generator + role sitemap-generator. This user only sees the pages that are public and should also be included in the sitemap. The user receives a secure password and active 2FA protection. We also activate the sitemap-generator-api-token API token for the user via the admin account. We also set the following read permissions for the user, including the System access API authorization.
Hi,
for an unsecure deployment a.t.m i had to reconcile the following part of bookstack-sitemap-generator to avoid throwing exception of the script:
$opts = [
'http' => [
'header' => "Authorization: Token {$clientId}:{$clientSecret}"
],
'ssl' => [
'verify_peer' => false,
'allow_self_signed'=> true ]
];
maybe its worth to add this as export BS_INSECURE or similar, to allow requests to untrusted certs
]]>