mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
39 lines
2.3 KiB
HTML
39 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Admin panel :: docs - libreevent</title>
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="stylesheet" href="/css/home.css">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Looking for a free and open source event management solution you can host yourself? libreevent is a project that does exactly that.">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/dark.min.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
|
<script>hljs.highlightAll();</script>
|
|
</head>
|
|
<body>
|
|
<div id="nav"></div>
|
|
<div id="side-bar"></div>
|
|
<div id="backToTop" onclick="backToTop();"></div>
|
|
<div id="docPage">
|
|
<div id="doc-container">
|
|
<h1>Admin panel</h1>
|
|
<p>The admin panel is where you can change basically everything about libreevent. Depending on your account's privileges, you may find more or less settings. Only the root account has access to the admin accounts page.</p>
|
|
<p>Here's a list of the pages available when logged in as the root user. All other users have fewer pages enabled.</p>
|
|
<ul>
|
|
<li><a href="/docs/admin-panel/admin-accounts">Admin Accounts</a></li>
|
|
<li><a href="/docs/admin-panel/pages">Pages</a></li>
|
|
<li><a href="/docs/admin-panel/events">Events</a></li>
|
|
<li><a href="/docs/admin-panel/plugins">Plugins</a></li>
|
|
<li><a href="/docs/admin-panel/settings">Settings</a></li>
|
|
</ul>
|
|
<p>Additionally, some settings might not be available to all admin accounts on all pages.</p>
|
|
<p><em>As a general recommendation, we do not encourage logging in as the root user if not strictly necessary, as this can help protect the libreevent installation</em>.</p>
|
|
</div>
|
|
</div>
|
|
<div id="footer"></div>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
|
<script src="/docs/js/index.js"></script>
|
|
</body>
|
|
</html> |