mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
some more docs
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
# Home
|
||||
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.
|
||||
The admin panel is where you can change basically everything about libreevent.
|
||||
<!-- In a future update, depending on your account's privileges, you may find more or less settings. Only the root account has access to the admin accounts page. Currently though, all pages are unlocked for all users. -->
|
||||
|
||||
Here's a list of the pages available when logged in as the root user. All other users have fewer pages enabled.
|
||||
- [Admin Accounts](&/admin-panel/admin-accounts)
|
||||
- [Pages](&/admin-panel/pages)
|
||||
Here's a list of the pages available when logged in as the root user. <!-- All other users have fewer pages enabled.-->
|
||||
- [Events](&/admin-panel/events)
|
||||
- [Locations](&/admin-panel/locations)
|
||||
- [Pages](&/admin-panel/pages)
|
||||
- [Plugins](&/admin-panel/plugins)
|
||||
- [Seatplan editor](&/admin-panel/seatplan-editor)
|
||||
- [Settings](&/admin-panel/settings)
|
||||
|
||||
Additionally, some settings might not be available to all admin accounts on all pages.
|
||||
<!-- Additionally, some settings might not be available to all admin accounts on all pages. -->
|
||||
|
||||
*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*.
|
||||
<!-- *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*. -->
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
This page gives you a somewhat detailed overview on how the system operates. Note that this page is not made with user-legibility in mind, as this page is oriented to give possible contributors an introduction to the project to help them getting started. Therefore we expect you to have quite decent understanding of the underlying programming languages and concepts.
|
||||
|
||||
# Programming languages
|
||||
This project is written in a variety of different programming languages. First of all, the backend is written in Node.js with express.js routing. It also uses nodemysql to interact with the MySQL database, if the user chose to use one. For authentication, it uses express-session, for which a new session secret is generated whenever the server restarts to increase security.
|
||||
This project is written in a variety of different programming languages. First of all, the backend is written in Node.js with express.js routing. It also uses nodemysql to interact with the MySQL database, if the user choses to use one. For authentication, it uses express-session, for which a new session secret is generated whenever the server restarts to increase security.
|
||||
@@ -1 +1,3 @@
|
||||
# Plugins
|
||||
# Plugins
|
||||
|
||||
libreevent features exensive plugin support, with all internal libreevent libraries also working together with plugins. This though poses a potential risk if the user is installing harmful plugins. This is why there is a curated list of secure plugins that the users might use.
|
||||
@@ -1 +1,3 @@
|
||||
# Sponsoring
|
||||
# Sponsoring
|
||||
|
||||
As any project, libreevent also needs funding to keep development going. If you have used and liked libreevent and want to see it grow and become more rich in features, you might want to consider donating to the project.
|
||||
Reference in New Issue
Block a user