Session repository and community portal for Meditation Assistant
Go to file
Trevor Slocum a17ada4291 Make all fields private 2020-10-20 13:08:00 -07:00
public/css Generate static community page 2020-10-20 13:03:53 -07:00
.gitignore Initial commit 2017-10-26 15:54:03 -07:00
.gitlab-ci.yml Update CI script 2020-01-27 17:57:53 -08:00
CHANGELOG Generate static community page 2020-10-20 13:03:53 -07:00
LICENSE Initial commit 2017-10-26 15:54:03 -07:00
README.md Generate static community page 2020-10-20 13:03:53 -07:00
TODO Initial commit 2017-10-26 15:54:03 -07:00
database.go Make all fields private 2020-10-20 13:08:00 -07:00
go.mod Generate static community page 2020-10-20 13:03:53 -07:00
go.sum Generate static community page 2020-10-20 13:03:53 -07:00
main.go Make all fields private 2020-10-20 13:08:00 -07:00
web.go Make all fields private 2020-10-20 13:08:00 -07:00
webpage.go Generate static community page 2020-10-20 13:03:53 -07:00

README.md

MediNET

GoDoc CI status Donate

Session repository and community portal for Meditation Assistant

Configure

Example medinet.conf:

timezone: "America/Los_Angeles"
om: "localhost:10800"
dbdriver: "sqlite3"
dbsource: "/home/medinet/data/medinet.db"

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/.