Session repository and community portal for Meditation Assistant
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Trevor Slocum a17ada4291 Make all fields private 2 years ago
public/css Generate static community page 2 years ago
.gitignore Initial commit 6 years ago
.gitlab-ci.yml Update CI script 3 years ago
CHANGELOG Generate static community page 2 years ago
LICENSE Initial commit 6 years ago
README.md Generate static community page 2 years ago
TODO Initial commit 6 years ago
database.go Make all fields private 2 years ago
go.mod Generate static community page 2 years ago
go.sum Generate static community page 2 years ago
main.go Make all fields private 2 years ago
web.go Make all fields private 2 years ago
webpage.go Generate static community page 2 years ago

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