passbolt / passbolt_help

Passbolt help and knowledge base site for the open source password manager for teams!
https://help.passbolt.com
GNU Affero General Public License v3.0
52 stars 183 forks source link

product variable not rendering on live site on FAQ page #65

Closed gene1wood closed 2 years ago

gene1wood commented 2 years ago

If you look at a page like this

https://github.com/passbolt/passbolt_help/blob/master/_faq/hosting/000-how-to-install-passbolt-non-interactive.md

which is rendered into this help page

https://help.passbolt.com/faq/hosting/how-to-install-passbolt-non-interactive

you'll see that the {{ product }} variable is not being set and so the page displays incorrect information like

sudo DEBIAN_FRONTEND=noninteractive apt-get install \
  --no-install-recommends passbolt--server

which should be something like (for the CE product)

sudo DEBIAN_FRONTEND=noninteractive apt-get install \
  --no-install-recommends passbolt-ce-server
AnatomicJC commented 2 years ago

Hi @gene1wood 👋

Thanks for reporting, we will fix this and keep you posted.

BTW, I am so happy to see people are using the unattended install 👍

Cheers,

AnatomicJC commented 2 years ago

Hi,

The FAQ page has been updated: https://help.passbolt.com/faq/hosting/how-to-install-passbolt-non-interactive

Best,

gene1wood commented 2 years ago

Looks like this was fixed in 12765dfea272d8e72a8ac656f8d5b89bab44ebfa (and PB-14115 which may be a ticketing system outside GitHub). Thanks JC

AnatomicJC commented 2 years ago

Yes, we are using a ticketing system outside GitHub.

Thanks again for the report and don't hesitate to get in touch on our community forum if you have further question, or if you want to share experience.

I don't know if you can be interested with that, but we published a blog article about how to integrate passbolt with gitlab for secrets automation. We are also an internal POC about managing ansible vaults with passbolt. :)