self signed cert support / localhost #21
Loading…
Add table
Add a link
Reference in a new issue
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?
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:
maybe its worth to add this as export BS_INSECURE or similar, to allow requests to untrusted certs
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+ rolesitemap-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 thesitemap-generator-api-tokenAPI token for the user via the admin account. We also set the following read permissions for the user, including theSystem access APIauthorization.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.