Skip to content

Path updates #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/containerization.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
-p 636:3894 \
-p 5555:5555 \
glauth/glauth
</code></pre><h2 id="sqlite">sqlite</h2><p>If you are using sqlite, please follow these instructions to avoid losing your data!</p><p>You sqlite database must be made permanent. It can either be stored on the host, on in a dedicated volume (more difficult)</p><div class="warning"><p>You database will be clobbered if you do not specify a configuration file. Unless…</p></div><h3 id="method-%231%3A-configuration-file-%2B-database-file-on-host">Method #1: configuration file + database file on host</h3><p>Retrieve a base database file from <a href="https://github.com/glauth/glauth/raw/master/v2/scripts/docker/gl.db" target="_blank" rel="noopener noreferrer">https://github.com/glauth/glauth/raw/master/v2/scripts/docker/gl.db</a></p><pre><code class="language-shell">docker run -d \
</code></pre><h2 id="sqlite">sqlite</h2><p>If you are using sqlite, please follow these instructions to avoid losing your data!</p><p>You sqlite database must be made permanent. It can either be stored on the host, on in a dedicated volume (more difficult)</p><div class="warning"><p>You database will be clobbered if you do not specify a configuration file. Unless…</p></div><h3 id="method-%231%3A-configuration-file-%2B-database-file-on-host">Method #1: configuration file + database file on host</h3><p>Retrieve a base database file from <a href="https://github.com/glauth/glauth/raw/master/v2/docker/assets/gl.db" target="_blank" rel="noopener noreferrer">https://github.com/glauth/glauth/raw/master/v2/docker/assets/gl.db</a></p><pre><code class="language-shell">docker run -d \
-v &lt;path&gt;/config.cfg:/app/config/config.cfg \
-v &lt;path&gt;/gl.db:/app/config/gl.db \
glauth/glauth
Expand All @@ -30,4 +30,4 @@
-v &lt;path&gt;/cert.pem:/app/config/cert.pem \
-v &lt;path&gt;/key.pem:/app/config/key.pem \
glauth/glauth
</code></pre><ul class="footer-nav pt-4 mb-8 ml-0 pl-0 flex flex-wrap flex-row-reverse justify-between mt-8 list-none"><li class="ml-0 pl-0"><a class="font-semibold text-gray-500 hover:text-gray-900" href="/docs/kubernetes.html">Kubernetes</a> <svg height="24" fill="none" viewBox="0 0 24 24" stroke="#6B7280" class="inline ml-1 flex-shrink-0"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></li><li class="ml-0 pl-0"><svg height="24" fill="none" viewBox="0 0 24 24" stroke="#6B7280" class="transform rotate-180 inline mr-1 flex-shrink-0"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg> <a class="font-semibold text-gray-500 hover:text-gray-900" href="/docs/setup.html">Setup</a></li></ul></div></article></div></div></div></div><div class="z-50 mt-12 h-12 flex dark:bg-gray-900 text-gray-500 dark:text-gray-400 justify-center p-2 border-t border-gray-100 dark:border-gray-800"><div class="flex w-full items-center"><div class="w-6 h-6 flex-none"></div><div class="text-gray-500 flex flex-grow justify-center text-align-center"><small>Copyright 2021</small></div></div></div></main></div></body></html>
</code></pre><ul class="footer-nav pt-4 mb-8 ml-0 pl-0 flex flex-wrap flex-row-reverse justify-between mt-8 list-none"><li class="ml-0 pl-0"><a class="font-semibold text-gray-500 hover:text-gray-900" href="/docs/kubernetes.html">Kubernetes</a> <svg height="24" fill="none" viewBox="0 0 24 24" stroke="#6B7280" class="inline ml-1 flex-shrink-0"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg></li><li class="ml-0 pl-0"><svg height="24" fill="none" viewBox="0 0 24 24" stroke="#6B7280" class="transform rotate-180 inline mr-1 flex-shrink-0"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"></path></svg> <a class="font-semibold text-gray-500 hover:text-gray-900" href="/docs/setup.html">Setup</a></li></ul></div></article></div></div></div></div><div class="z-50 mt-12 h-12 flex dark:bg-gray-900 text-gray-500 dark:text-gray-400 justify-center p-2 border-t border-gray-100 dark:border-gray-800"><div class="flex w-full items-center"><div class="w-6 h-6 flex-none"></div><div class="text-gray-500 flex flex-grow justify-center text-align-center"><small>Copyright 2021</small></div></div></div></main></div></body></html>
Loading