Nextcloud isnt NextCloud + Syncthing services.html

Signed-off-by: Skylar 'The Cobra' Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-09-28 11:04:05 -04:00
parent 67ae46d16e
commit 3d018e4afc
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 7 additions and 6 deletions

View File

@ -124,8 +124,8 @@
<input type="checkbox" id="git" name="git" value="Gitea" checked>
<label for="git">Gitea</label><br>
<input type="checkbox" id="nc" name="nc" value="NextCloud" checked>
<label for="nc">NextCloud</label><br>
<input type="checkbox" id="nc" name="nc" value="Nextcloud" checked>
<label for="nc">Nextcloud</label><br>
<input type="checkbox" id="jitsi" name="jitsi" value="Jitsi" checked>
<label for="jitsi">Jitsi</label><br>
@ -147,10 +147,10 @@
<?php
} else {
?>
<meta http-equiv="refresh" content="10;url=http://<?php echo htmlspecialchars($_SERVER['HTTP_HOST']); ?>" />
<meta http-equiv="refresh" content="5;url=http://<?php echo htmlspecialchars($_SERVER['HTTP_HOST']); ?>" />
<div class=h><h1 id=thanks>Thank you for signing up.</h1> <a aria-hidden=true href=#thanks>#thanks</a></div>
<p>An admin will review your request, and an e-mail will be sent if your registration is successful.</p>
<p>You will be redirected back <a href=/>home</a> in 10 seconds.</p>
<p>You will be redirected back <a href=/>home</a> in 5 seconds.</p>
<?php
if (isset($_POST['matrix'])) $use_matrix = true;
@ -167,7 +167,7 @@
if ($use_matrix) $message .= ", Matrix";
if ($use_fedi) $message .= ", Mastodon";
if ($use_git) $message .= ", Gitea";
if ($use_nc) $message .= ", NextCloud";
if ($use_nc) $message .= ", Nexccloud";
if ($use_jitsi) $message .= ", Jitsi";
if ($use_xmpp) $message .= ", XMPP";
if ($use_xmppo) $message .= ", XMPP Onion";
@ -186,7 +186,7 @@
unset($pass_file);
}
if ($use_git) $contents .= '~/bin/mkguser ' . escapeshellarg($username) . ' ' . escapeshellarg($password0) . ' ' . escapeshellarg($email) . "\n";
if ($use_nc) $contents .= '~/bin/mknuser ' . escapeshellarg($username) . ' ' . escapeshellarg($password0) . "\n";
if ($use_nc) $contents .= '~/bin/mknuser ' . escapeshellarg($username) . ' ' . escapeshellarg($password0) . "\n";
if ($use_jitsi) $contents .= '~/bin/mkxuser ' . escapeshellarg($username) . ' ' . escapeshellarg($password0) . " jitsi.vern.cc\n";
if ($use_xmpp) $contents .= '~/bin/mkxuser ' . escapeshellarg($username) . ' ' . escapeshellarg($password0) . " vern.cc\n";
if ($use_xmppo) $contents .= '~/bin/mkxuser ' . escapeshellarg($username) . ' ' . escapeshellarg($password0) . " vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion\n";

View File

@ -46,6 +46,7 @@
<li><a href=//st.vern.cc>SimpleerTube</a> - A Simple Web Interface for PeerTube</li>
<li><a href=//tl.vern.cc>SimplyTranslate</a> - Minimal and private translations w/ many engines</li>
<li><a href=ssh://vern.cc>SSH</a> - Each user can log in to the ~vern tilde using their SSH keys</li>
<li><a href=//vern.cc:8446>Syncthing</a> - Peer-to-peer file synchronization</li>
<li><a href=//td.vern.cc>Teddit</a> - Another alternative front-end for Reddit</li>
<li>User sites - Each user can have their own website (both Gemini and HTTP) on username.vern.cc</li>
<li><a href=//todo.vern.cc>Vikunja</a> - The to-do app to organize your life</li>