mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 01:49:17 +00:00
16 lines
474 B
HTML
16 lines
474 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Agora Admin</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Agora Admin!</h1>
|
|
<ul>
|
|
<li><a href="/">Download files</a></li>
|
|
<li><a href="http://<!--#echo var="ssihiddenservice"-->">Download files over Tor</a></li>
|
|
<li><a href="/admin/files">Upload and manage files</a></li>
|
|
<li><a href="https://github.com/agora-org/agora#access-configuration">Agora Configuration Docs</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|