new website
This commit is contained in:
commit
b945b760f7
5 changed files with 153 additions and 0 deletions
35
beachmont.html
Normal file
35
beachmont.html
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/assets/master.css">
|
||||
<title>Hunter Stasonis - About beachmont.xyz</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>About beachmont.xyz</h1>
|
||||
<p>Beachmont.xyz is a selection of public and private services I host</p>
|
||||
|
||||
<h1>Getting access</h1>
|
||||
<p>I'm not giving out access unless I know, and trust you.</p>
|
||||
<p>If you do get access it will usually be to a singular service, since</p>
|
||||
<p>accounts are not connected.</p>
|
||||
|
||||
<h1>Service list</h1>
|
||||
|
||||
<h2><a href="https://vaultwarden.beachmont.xyz">vaultwarden.beachmont.xyz</a> <b>private</b></h2>
|
||||
<p>Self-hosted Bitwarden compatible server, written in Rust</p>
|
||||
|
||||
<h2><a href="https://files.beachmont.xyz">files.beachmont.xyz</a> <b>public</b></h2>
|
||||
<p>File storage server, account required for uploading</p>
|
||||
|
||||
<h2><a href="https:///git.beachmont.xyz">git.beachmont.xyz</a> <b>public</b></h2>
|
||||
<p>Public git server, signups are disabled</p>
|
||||
|
||||
<h2><a href="https://jellyfin.beachmont.xyz">jellyfin.beachmont.xyz</a> <b>private</b></h2>
|
||||
<p>Private media server, has movies and music</p>
|
||||
|
||||
<h2><a href="https://immich.beachmont.xyz">immich.beachmont.xyz</a> <b>private</b></h2>
|
||||
<p>Private photo library, signups disabled, and IP address locked</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue