-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdisked.html
More file actions
36 lines (36 loc) · 1.67 KB
/
disked.html
File metadata and controls
36 lines (36 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>disked</title>
<link rel="stylesheet" href="style.css">
</head>
<script src="script.js"></script>
<body>
<div id="top_header">
<h1>disked</h1>
<p><a href="index.html">brny.dev</a> <a href="disked.html">disked</a></p>
</div>
<div id="main-content">
<img src="https://cdn.hackclub.com/019c1a06-a53a-72fe-9277-1781c62119ee/disked.webp" height="300px" alt="Disked logo with an open hard disk drive">
<p>so, what is disked you may ask?</p>
<p>disked is a nas manager / interface for linux with support for 4 disks.</p>
<p>it is a hobby project im making for <a href="https://flavortown.hackclub.com/">flavortown</a></p>
<p>currently, it is in a very early state and buggy</p>
<p>you can get it from <a href="https://github.com/angrypig555/disked">github</a> and build it with cmake.</p>
<p>it is written in c++</p>
<p>dependencies if you actually want to build it:</p>
<ul>
<li>gcc or your favourite c compiler</li>
<li>cmake</li>
<li>a linux machine</li>
</ul>
<p>but how much features are actually in it?</p>
<p>currently, there is support to mount the disks, partition them and format them</p>
</div>
</body>
<footer>
Built from commit: <a id="gh-link" href="#">Loading build number... If this doesn't change you may have hit the api limit. Try again in an hour</a>
</footer>
</html>