no title

UQk4JDeNRN2Q2V_vPoJUDQ (edit on hedgedoc)

updated: 22:36:39 - April 5, 2025

tags: #b51f08

no title

HedgeDoc Demo Instance









    <div class="row">
        <div class="col">
            <img src="https://hedgedoc.org/images/banner/hedgedoc_banner_color_horizontal.svg"
                 alt="HedgeDoc - Collaborative markdown editor" width="400px" height="100px">
        </div>
    </div>
</div>
    <div class="row">
        <div class="col">
            <h1 class="mb-4">Demo instance</h1>
            <main>
                <h4>No production usage, daily deletion</h4>
                <p>The demo instance is a publicly available instance for trying out HedgeDoc.</p>
                <p>
                    <strong class="text-primary">You shouldn't rely on the demo instance for production use.<br>
                        Notes and accounts will be deleted at least daily.</strong>
                </p>
                <p>We cannot guarantee that your notes won’t be lost because of hardware or software malfunctions.
                    This is mainly due to the fact that this instance runs the latest unstable code from our repository.
                </p>
                <h4>Prohibited content</h4>
                <p>We may delete inappropriate content without further notice at any time.<br>
                    The following types of content are forbidden on the demo instance:<br>
                <ul>
                    <li>copyright-protected material and download pages for such material</li>
                    <li>any kind of scam, phishing, malicious downloads, etc.</li>
                    <li>explicit content</li>
                </ul>
                </p>
                <h4>Usage of Cloudflare</h4>
                <p>To make the demo instance available with low latencies in as many countries as possible, we use
                    <a href="https://www.cloudflare.com/">Cloudflare</a>.
                    One of the downsides is that Cloudflare intercepts all TLS traffic between your browser and the
                    demo instance, which makes the demo unsuitable for private notes.
                </p>
                <p>
                    We generally recommend hosting your own instance for more than testing HedgeDoc’s features.
                </p>
                <h4 class="mt-2">Where are my previous notes?</h4>
                <p>The old demo instance was archived and will be deleted soon.
                    Please read <a href="https://community.hedgedoc.org/t/status-of-the-demo-instance/1634/4" target="_blank">this forum thread</a> about the reasons and note recovery.
                </p>
                <button style="display: none;" class="btn btn-primary my-2 me-2" id="acceptBtn">
                    Accept usage conditions and continue to the demo instance
                </button>
                <noscript>
                    <p><strong>You need to enable JavaScript and reload this page to continue.</strong></p>
                </noscript>
                <script type="application/javascript">
                    const btn = document.getElementById("acceptBtn");
                    btn.style.display = 'block';
                    btn.addEventListener("click", () => {
                        document.cookie = 'demoTosAccepted=true;max-age=31536000';
                        window.location.reload();
                    });
                </script>
            </main>
        </div>
    </div>
</div>