2021-04-25 22:23:08 +02:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
|
|
|
You installed LMS: Lightweight Music Server.
|
|
|
|
|
|
|
|
In order to use it please start the service 'lms' and
|
|
|
|
then access the URL http://0.0.0.0:5082 in your favorite browser.
|
|
|
|
|
2022-12-20 16:03:29 +01:00
|
|
|
To clear the previously saved data:
|
|
|
|
$ sudo rm -rf /var/db/lms/*
|
|
|
|
|
|
|
|
To reset the admin password: execute the SQL UPDATE statement from
|
|
|
|
https://github.com/epoupon/lms/blob/master/INSTALL.md
|
|
|
|
on /var/db/lms/lms.db
|
|
|
|
|
2021-04-25 22:23:08 +02:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|