|
2 years ago | |
---|---|---|
public/css | 2 years ago | |
.gitignore | 6 years ago | |
.gitlab-ci.yml | 3 years ago | |
CHANGELOG | 2 years ago | |
LICENSE | 6 years ago | |
README.md | 2 years ago | |
TODO | 6 years ago | |
database.go | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago | |
web.go | 2 years ago | |
webpage.go | 2 years ago |
README.md
MediNET
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
- 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/.