diff --git a/README.md b/README.md index 171d6cc7e..bf51ff148 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Wallos: Open-Source Personal Subscription Tracker - [Introduction](#introduction) - [Features](#features) +- [Demo](#demo) - [Getting Started](#getting-started) - [Prerequisites](#prerequisites) - [Baremetal](#baremetal) @@ -46,6 +47,17 @@ Wallos is a powerful, open-source, and self-hostable web application designed to - Notifications: Wallos supports multiple notification methods (email, discord, pushover, telegram, gotify and webhooks). Get notified about your upcoming payments. - Multi Language support. +## Demo + +If you want to try Wallos, a demo is available at [https://demo.wallosapp.com](https://demo.wallosapp.com). +The database is reset every 2 hours. +To access the demo use the following credentials: + +```python +Username: demo +Password: demo +``` + ## Getting Started See instructions to run Wallos below. diff --git a/about.php b/about.php index bd5f9cfb8..66a1b96ef 100644 --- a/about.php +++ b/about.php @@ -10,7 +10,7 @@

-

Wallos

+

Wallos

: GPLv3 diff --git a/login.php b/login.php index 0e930020b..36cedd051 100644 --- a/login.php +++ b/login.php @@ -20,6 +20,8 @@ exit(); } +$demoMode = getenv('DEMO_MODE'); + $cookieExpire = time() + (30 * 24 * 60 * 60); // Check if login is disabled @@ -258,10 +260,16 @@

-
- - -
+ +
+ + +
+