You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Eventula Event Manager / ECO System is a fully featured White labeled Event Management system. The only prerequisite is `docker and/or docker-compose`. Everything is self contained. The purpose of this application is to unify Event Management (Venue, attendees, seating), Ticket Sales, Tournament Management, Shop Management and Credit Management.
3
+
> **Announcement**
4
+
> The development on Eventula will follow new paths in the future, since we forked off. This also means current users maybe have to take action. Read everything about it in our [related Issue](https://github.com/Lan2Play/eventula-manager/issues/842)
5
+
6
+
7
+
The Eventula Event Manager / ECO System is a fully featured White labeled Event Management system. The only prerequisite is `docker and/or docker-compose`. Everything is self contained. The purpose of this application is to unify Event Management (Venue, attendees, seating), Ticket Sales, Tournament Management, Shop Management and Credit Management. It was initially forked off of [th0rn0`s](https://github.com/th0rn0)[lanops-manager](https://github.com/th0rn0/lanops-manager).
4
8
5
9
<!-- commented out because of the downtimes -->
6
10
<!-- https://eventula.com -->
@@ -16,7 +20,7 @@ If you need help with setting up or using eventula or you want to help developin
16
20
<!-- If you are using this please consider signing up to eventula for event mapping. -->
17
21
18
22
> **Warning**
19
-
> This fork of eventula manager is not 100% update compatible to the current upstream. We have intended to merge it someday, but currently there are to many changes and there is not enough time to do so. If you migrate from the upstream to our fork, please backup youre database and storage before doing so and please report any issues you encounter with the upgrade.
23
+
> This fork of eventula manager is not 100% update compatible from [th0rn0`s](https://github.com/th0rn0)[lanops-manager](https://github.com/th0rn0/lanops-manager) or old versions of eventula-manager. If you migrate from one of those to our fork, please backup youre database and storage before doing so and please report any issues you encounter with the upgrade. We don't fully support this path nowadays, so expect problems to arise.
20
24
21
25
22
26
## Usage
@@ -131,4 +135,7 @@ Hop over to our [admin documentation](https://eventula.lan2play.de/admin/getting
131
135
132
136
- Lan2Play - https://lan2play.de
133
137
- Sund-Xplosion - https://sxlan.de
134
-
- West Coast Gaming - https://lan.westcoastgaming.se
138
+
- West Coast Gaming - https://lan.westcoastgaming.se
139
+
140
+
## Credits
141
+
-[th0rn0](https://github.com/th0rn0) for the nice work on our Projects base [lanops-manager](https://github.com/th0rn0/lanops-manager)
Copy file name to clipboardexpand all lines: resources/docker/root/run/docker-entrypoint.sh
+6
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ file_env() {
22
22
unset"$fileVar"
23
23
}
24
24
25
+
if [ "$DISABLE_LEGACY_WARNING"='true' ];
26
+
then
27
+
echo'THIS VERSION OF EVENTULA IS DEPRECATED SOON, WHICH INCLUDES SECURITY UPDATES! YOU HAVE SURPRESSED THE WARNING ON THE PAGE THAT NOTIFIES ALL ADMINS ABOUT THIS FACT !!! PLEASE UPDATE OR FORK EVENTULA LEGACY ! '
'infotext' => 'Diese Version von Eventula wird im Dezember in einen legacy branch verschoben und danach, auch im Falle von Sicherheitslücken, nicht mehr aktualisiert. Für alle Handlungsmöglichkeiten und Informationen zu den anstehenden Veränderungen, bitte unseren zugehörigen Github Issue https://github.com/Lan2Play/eventula-manager/issues/842 lesen. Dort ist auch beschrieben wie sich diese Meldung deaktivieren lässt. Sollte diese Instanz mit unserem lan2play/eventula-manager:latest oder lan2play/eventula-manager:dev Docker Image betrieben werden, ist keine Aktion erforderlich um zukünftig weiterhin Funktions und Sicherheitsupdates zu erhalten, die jedoch auch die bisherige Kernfunktionalität verändern werden.',
'infotext' => 'This version of Eventula will be moved to a legacy branch in December and will no longer be updated, even in the case of security vulnerabilities. For all available actions and information about the upcoming changes, please read our corresponding Github issue at https://github.com/Lan2Play/eventula-manager/issues/842 . It also describes how to disable this message. If this instance is running with our lan2play/eventula-manager:latest or lan2play/eventula-manager:dev Docker image, no action is required to continue receiving future functional and security updates, although these updates may change the previous core functionality.',
0 commit comments