Session repository and community portal for Meditation Assistant
Find a file
2024-10-22 14:43:58 -07:00
www Migrate to rocket9labs.com 2024-10-02 17:16:43 -07:00
.gitignore Initial commit 2017-10-26 15:54:03 -07:00
CHANGELOG Migrate to rocket9labs.com 2024-10-02 17:16:43 -07:00
database.go Migrate to rocket9labs.com 2024-10-02 17:16:43 -07:00
go.mod Migrate to rocket9labs.com 2024-10-02 17:16:43 -07:00
go.sum Migrate to rocket9labs.com 2024-10-02 17:16:43 -07:00
LICENSE Initial commit 2017-10-26 15:54:03 -07:00
main.go Migrate to rocket9labs.com 2024-10-02 17:16:43 -07:00
README.md Migrate to rocket9labs.com 2024-10-02 17:16:43 -07:00
TODO Initial commit 2017-10-26 15:54:03 -07:00
web.go Fix sign in request 2024-10-22 14:43:58 -07:00
webpage.go Migrate to rocket9labs.com 2024-10-02 17:16:43 -07:00

MediNET

Donate via LiberaPay

Session repository and community portal for Meditation Assistant

Configure

Example medinet.conf:

timezone: "America/Los_Angeles"
om: "localhost:10800"
htdocs: "/home/medinet/public_html"
dbdriver: "mysql"
dbsource: "user:password@localhost/dbname"

Run

medinet -c ~/.config/medinet/medinet.conf

Get Support

Open an issue describing your problem.

Translate

Translation is handled online.

Contribute

  1. Read the GitLab forking workflow guide.
  2. Fork this repository.
  3. Commit code changes to your forked repository.
  4. Submit a pull request describing your changes.

License

GNU GPLv3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.