add news section to home page
This commit is contained in:
@@ -46,21 +46,20 @@
|
|||||||
<div class="highlight_dark border-bottom">
|
<div class="highlight_dark border-bottom">
|
||||||
<button id="btn_create_list">Create list with uploaded files</button>
|
<button id="btn_create_list">Create list with uploaded files</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>Pixeldrain Public Beta<img src="/res/img/sia.png" style="height: 40px;"/></h1>
|
<h1>Pixeldrain Public Beta</h1>
|
||||||
<p>
|
<p>
|
||||||
Note that this is an experimental version of Pixeldrain server,
|
Note that this is an experimental version of Pixeldrain server,
|
||||||
the Pixeldrain backend has been completely redesigned from the
|
the Pixeldrain backend has been completely redesigned from the
|
||||||
ground up to be more extensible, efficient and scalable. The
|
ground up to be more extensible, efficient and scalable. The
|
||||||
server this web application runs on is considered a testing
|
server this web application runs on is considered a testing
|
||||||
environment. Database resets can happen at any moment when
|
environment. Database resets can happen when architectural
|
||||||
architectural changes need to be applied.
|
changes need to be applied.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The Sia integration is still very experimental and could
|
The Sia integration is still very experimental and could
|
||||||
fail at any moment resulting in data loss. Do not upload files
|
fail, resulting in data loss. Do not upload files to this server
|
||||||
to this server that you cannot afford to lose. Use the stable
|
that you cannot afford to lose. Use the stable main server instead:
|
||||||
main server instead:
|
|
||||||
<a href="https://pixeldrain.com">https://pixeldrain.com</a>.
|
<a href="https://pixeldrain.com">https://pixeldrain.com</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -71,6 +70,39 @@
|
|||||||
starts running out of space files will be purged from the local
|
starts running out of space files will be purged from the local
|
||||||
filesystem and served from Sia on the next request.
|
filesystem and served from Sia on the next request.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>News</h2>
|
||||||
|
<h3>Data loss has occurred</h3>
|
||||||
|
<p>
|
||||||
|
As noted below, the integration with Sia cloud storage is highly
|
||||||
|
experimental, everyone who uses this service should be aware of
|
||||||
|
that fact.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
I recently discovered that the Sia node that is storing the
|
||||||
|
files for this website had crashed because of a memory leak. The
|
||||||
|
Sia team is currently trying to figure out how this memory leak
|
||||||
|
occurred. It's likely the contract renewal went wrong which
|
||||||
|
caused the Sia node to become unstable. Now when I start the Sia
|
||||||
|
daemon it eats up about 1 GB of RAM per minute, so I've turned
|
||||||
|
it off for the time being.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
In the short period that the Sia daemon keeps running I managed
|
||||||
|
to request a file listing. It seems that because of the failed
|
||||||
|
contracts about 80% of the stored files have dropped far below
|
||||||
|
1x redundancy, meaning that they are lost. The upside of all
|
||||||
|
this is that the bug has been discovered before version 1.3.3
|
||||||
|
has come out so it might be fixed in the next release, bringing
|
||||||
|
the Sia platform as a whole another step closer to being a
|
||||||
|
reliable data storage solution.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Anyway, don't be surprised if your previously uploaded files are
|
||||||
|
gone now. I will soon start purging all unrecoverable files from
|
||||||
|
the database so we can start over with a clean slate.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Legality</h2>
|
<h2>Legality</h2>
|
||||||
<p>
|
<p>
|
||||||
I cannot be held liable for any illegal and / or copyrighted
|
I cannot be held liable for any illegal and / or copyrighted
|
||||||
|
Reference in New Issue
Block a user