Advanced Search
Search Results
4 total results found
Tailscale funnel
[TOC] Overview Tailscale Funnel is an excellent, free way to bypass CGNAT and expose a local service to the public internet. It handles the reverse proxying, TLS certificate provisioning (via Let's Encrypt), and public DNS routing for you. Steps Phase 1: Prepa...
Set public role for specific content
[TOC] Overview By default, the Public role often has "View All" permissions enabled. When you turned on "Allow public viewing," those role-level permissions immediately applied to every book and page on your site. To fix this and keep only specific pages publi...
Customisation via Javascript / CSS
[TOC] Overview Code The following code enables the support for rendering additional features, like: Highlight lines in code block Admonitions / Callouts Github syntax Make the top navigation bar stick to the top Mermaid Table Of Content <!-- Support for high...
Export the content page as it is
[TOC] Overview Customizations aren't appearing in PDF exports becuase BookStack's PDF engine (by default, dompdf) is a separate process that doesn't execute JavaScript and only recognizes a subset of CSS. To ensure your styles are applied to PDF exports follow...