www | ||
.gitignore | ||
CHANGELOG | ||
database.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
TODO | ||
web.go | ||
webpage.go |
MediNET
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
- Read the GitLab forking workflow guide.
- Fork this repository.
- Commit code changes to your forked repository.
- 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/.