<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BookStax &#8211; Apps4Selfhosted</title>
	<atom:link href="https://apps.hanold.info/category/bookstax-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://apps.hanold.info</link>
	<description>Apps für Selfhoster</description>
	<lastBuildDate>Fri, 22 May 2026 08:53:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://apps.hanold.info/wp-content/uploads/2026/04/favicon-512-150x150.png</url>
	<title>BookStax &#8211; Apps4Selfhosted</title>
	<link>https://apps.hanold.info</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>BookStax FAQ – Everything You Need to Know</title>
		<link>https://apps.hanold.info/bookstax-en/bookstax-faq-everything-you-need-to-know/</link>
		
		<dc:creator><![CDATA[Sven Hanold]]></dc:creator>
		<pubDate>Fri, 10 Apr 2026 04:32:06 +0000</pubDate>
				<category><![CDATA[BookStax]]></category>
		<guid isPermaLink="false">https://apps.hanold.info/bookstax/bookstax-faq-everything-you-need-to-know/</guid>

					<description><![CDATA[Got questions about BookStax? Find answers to the most common questions about setup, features, compatibility, and more.]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading" id="general">General</h2>



<h3 class="wp-block-heading" id="what-is-bookstax">What is BookStax?</h3>


<p class="wp-block-paragraph">BookStax is a native iOS app that lets you access and manage your self-hosted <a href="https://www.bookstackapp.com/">BookStack</a> instance directly from your iPhone or iPad. It provides a clean, mobile-first interface for reading, creating, and editing your documentation — wherever you are.</p>



<h3 class="wp-block-heading" id="do-i-need-a-bookstack-account-to-use-bookstax">Do I need a BookStack account to use BookStax?</h3>


<p class="wp-block-paragraph">Yes. BookStax connects to an existing self-hosted BookStack instance. You need a running BookStack server and valid user credentials (or an API token) to log in. BookStax does not provide or host BookStack for you.</p>



<h3 class="wp-block-heading" id="is-bookstax-free">Is BookStax free?</h3>


<p class="wp-block-paragraph">BookStax is available on the App Store. Check the current pricing on the App Store listing. There is no subscription — it&#8217;s a one-time purchase.</p>



<h3 class="wp-block-heading" id="which-platforms-does-bookstax-support">Which platforms does BookStax support?</h3>


<p class="wp-block-paragraph">BookStax is a native SwiftUI app for <strong>iOS and iPadOS</strong>. An iPhone or iPad running iOS 16 or later is required. A macOS version (via Mac Catalyst) is not available at this time.</p>



<hr class="wp-block-separator" />



<h2 class="wp-block-heading" id="setup-amp-connection">Setup &amp; Connection</h2>



<h3 class="wp-block-heading" id="how-do-i-connect-bookstax-to-my-bookstack-server">How do I connect BookStax to my BookStack server?</h3>


<p class="wp-block-paragraph">When you first open BookStax, you&#8217;ll be prompted to enter your BookStack server URL (e.g. <code>https://bookstack.yourdomain.com</code>) along with your API Token ID and Token Secret. You can generate these in your BookStack user profile under <strong>API Tokens</strong>.</p>



<h3 class="wp-block-heading" id="where-do-i-find-my-bookstack-api-token">Where do I find my BookStack API Token?</h3>


<p class="wp-block-paragraph">Log into your BookStack instance, click your profile icon in the top right, go to <strong>Edit Profile</strong>, and scroll down to the <strong>API Tokens</strong> section. Create a new token — BookStax needs both the Token ID and the Token Secret. Store the secret safely, as it won&#8217;t be shown again.</p>



<h3 class="wp-block-heading" id="can-i-connect-to-multiple-bookstack-instances">Can I connect to multiple BookStack instances?</h3>


<p class="wp-block-paragraph">Yes. BookStax supports multiple server profiles. You can add and switch between different BookStack instances from the app settings.</p>



<h3 class="wp-block-heading" id="my-server-uses-a-selfsigned-certificate-will-bookstax-work">My server uses a self-signed certificate. Will BookStax work?</h3>


<p class="wp-block-paragraph">BookStax requires a valid HTTPS connection to your BookStack instance. Self-signed certificates are not trusted by iOS by default. We recommend using a proper TLS certificate — free options like <strong>Let&#8217;s Encrypt</strong> work perfectly. If your server is behind a reverse proxy (e.g. Caddy or Nginx), TLS termination is typically handled there.</p>



<h3 class="wp-block-heading" id="can-i-use-bookstax-with-a-locally-hosted-bookstack-no-public-domain">Can I use BookStax with a locally hosted BookStack (no public domain)?</h3>


<p class="wp-block-paragraph">Yes, as long as your iOS device can reach the server. This works when you&#8217;re on the same local network (e.g. home Wi-Fi), or via VPN when you&#8217;re away from home. A valid HTTPS connection is still required — you can use a local DNS override and a wildcard or domain certificate for this.</p>



<h3 class="wp-block-heading" id="i-get-a-connection-error-403-forbidden-what-should-i-check">I get a connection error / 403 Forbidden. What should I check?</h3>


<ul class="wp-block-list">
  <li>Make sure your server URL does not have a trailing slash.</li>
  <li>Verify the API Token ID and Secret are entered correctly.</li>
  <li>Check that your reverse proxy forwards the <code>Authorization</code> header to BookStack (some proxies strip custom headers by default).</li>
  <li>Ensure the BookStack API is enabled in your instance settings (<strong>Settings → API</strong>).</li>
  <li>If you use bot protection (e.g. Anubis or Cloudflare), make sure the <code>/api/</code> path is not blocked for API clients.</li>
</ul>



<hr class="wp-block-separator" />



<h2 class="wp-block-heading" id="features">Features</h2>



<h3 class="wp-block-heading" id="what-can-i-do-with-bookstax">What can I do with BookStax?</h3>


<p class="wp-block-paragraph">BookStax lets you:</p>


<ul class="wp-block-list">
  <li>Browse your BookStack shelves, books, chapters, and pages</li>
  <li>Read page content with a clean, readable layout</li>
  <li>Create and edit pages directly on your device</li>
  <li>Search across your entire BookStack library</li>
  <li>Access recently viewed content quickly</li>
  <li>Work with content while offline (cached pages)</li>
</ul>



<h3 class="wp-block-heading" id="does-bookstax-support-offline-reading">Does BookStax support offline reading?</h3>


<p class="wp-block-paragraph">Yes. Pages you&#8217;ve previously opened are cached locally on your device using SwiftData, so you can read them without an active connection to your server. Changes made offline will sync when you reconnect.</p>



<h3 class="wp-block-heading" id="can-i-create-and-edit-pages-in-bookstax">Can I create and edit pages in BookStax?</h3>


<p class="wp-block-paragraph">Yes. BookStax includes an editor for creating new pages and editing existing ones. You can write content in Markdown, which is then saved back to your BookStack instance via the API.</p>



<h3 class="wp-block-heading" id="does-bookstax-support-attachments-and-images-in-pages">Does BookStax support attachments and images in pages?</h3>


<p class="wp-block-paragraph">Images embedded in pages are rendered inline when reading. Uploading new images or managing attachments from within the app is a planned feature for a future release.</p>



<h3 class="wp-block-heading" id="is-there-a-search-function">Is there a search function?</h3>


<p class="wp-block-paragraph">Yes. BookStax uses the BookStack search API to let you search across all shelves, books, chapters, and pages in your instance. Results are displayed with context so you can quickly find what you&#8217;re looking for.</p>



<h3 class="wp-block-heading" id="does-bookstax-support-dark-mode">Does BookStax support Dark Mode?</h3>


<p class="wp-block-paragraph">Yes. BookStax fully supports iOS Dark Mode and follows your system appearance setting automatically. You can also override this in the app settings if you prefer a fixed theme.</p>



<hr class="wp-block-separator" />



<h2 class="wp-block-heading" id="privacy-amp-security">Privacy &amp; Security</h2>



<h3 class="wp-block-heading" id="does-bookstax-collect-any-data">Does BookStax collect any data?</h3>


<p class="wp-block-paragraph">No. BookStax does not collect, transmit, or share any personal data. All communication happens exclusively between your device and your own BookStack server. Your API credentials are stored securely in the iOS Keychain.</p>



<h3 class="wp-block-heading" id="where-are-my-login-credentials-stored">Where are my login credentials stored?</h3>


<p class="wp-block-paragraph">Your API Token ID and Secret are stored in the <strong>iOS Keychain</strong> — the same secure enclave used by iOS itself for passwords and authentication data. They are never stored in plain text or transmitted to any third party.</p>



<h3 class="wp-block-heading" id="does-bookstax-use-any-thirdparty-analytics-or-tracking-sdks">Does BookStax use any third-party analytics or tracking SDKs?</h3>


<p class="wp-block-paragraph">No. BookStax contains no third-party analytics, advertising, or tracking libraries. The app has no external dependencies beyond the standard Apple frameworks.</p>



<hr class="wp-block-separator" />



<h2 class="wp-block-heading" id="troubleshooting">Troubleshooting</h2>



<h3 class="wp-block-heading" id="the-app-shows-unable-to-connect-to-server-what-can-i-do">The app shows &#8220;Unable to connect to server&#8221;. What can I do?</h3>


<p class="wp-block-paragraph">First, verify that your BookStack instance is reachable in a browser on the same device. Then check:</p>


<ul class="wp-block-list">
  <li>The server URL in BookStax matches the address you use in the browser (including <code>https://</code>).</li>
  <li>Your device has an active internet connection or is on the correct local network.</li>
  <li>No firewall or VPN is blocking access.</li>
  <li>If you&#8217;re using a reverse proxy, ensure it&#8217;s forwarding API requests correctly.</li>
</ul>



<h3 class="wp-block-heading" id="pages-load-in-the-browser-but-not-in-bookstax-why">Pages load in the browser but not in BookStax. Why?</h3>


<p class="wp-block-paragraph">This usually means the API is either disabled or blocked. Check that the BookStack API is enabled in your admin settings, and that your reverse proxy does not block or strip requests to the <code>/api/docs</code> or <code>/api/v1/</code> paths.</p>



<h3 class="wp-block-heading" id="how-do-i-reset-my-server-connection">How do I reset my server connection?</h3>


<p class="wp-block-paragraph">Go to <strong>Settings → Servers</strong> in BookStax, select your server, and choose <strong>Edit</strong> or <strong>Remove</strong>. You can then re-enter your credentials or add a new server profile from scratch.</p>



<h3 class="wp-block-heading" id="i-found-a-bug-how-do-i-report-it">I found a bug. How do I report it?</h3>


<p class="wp-block-paragraph">Please use the <a href="https://apps.hanold.info/support-english/">support form</a> or send an email to the address listed in the App Store. Include your iOS version, BookStax version, and a short description of what happened. Screenshots or screen recordings are always helpful.</p>



<hr class="wp-block-separator" />



<h2 class="wp-block-heading" id="updates-amp-roadmap">Updates &amp; Roadmap</h2>



<h3 class="wp-block-heading" id="how-often-is-bookstax-updated">How often is BookStax updated?</h3>


<p class="wp-block-paragraph">Updates are released as new features are ready and bugs are fixed. You can enable automatic updates in the App Store settings to always stay on the latest version.</p>



<h3 class="wp-block-heading" id="is-there-a-feature-i-can-request">Is there a feature I can request?</h3>


<p class="wp-block-paragraph">Absolutely. Feature requests are very welcome — use the <a href="https://apps.hanold.info/support-english/">support form</a> or reach out via the App Store. The most-requested features are tracked and prioritized for upcoming releases.</p>



<h3 class="wp-block-heading" id="is-an-android-version-planned">Is an Android version planned?</h3>


<p class="wp-block-paragraph">BookStax is currently an iOS/iPadOS-only app built with SwiftUI, which is Apple-exclusive technology. An Android version is not planned at this time.</p>



<hr class="wp-block-separator has-css-opacity" />



<p class="wp-block-paragraph">For more background on the app, head to the <a href="https://apps.hanold.info/">home page</a>. Release notes are in the <a href="https://apps.hanold.info/category/bookstax-en/">BookStax section</a>. Direct contact via the <a href="https://apps.hanold.info/support-english/">support form</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
