No description
Find a file
Nextcloud bot 5d88e6e82c
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-05 00:55:28 +00:00
.devcontainer adjust code space config 2023-12-13 12:18:53 +01:00
.github ci: Update workflows 2024-09-10 10:15:56 +02:00
.scripts add gh workflow sync script 2023-12-12 08:56:56 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 03:09:51 +00:00
appinfo Add support for NC 30 2024-12-06 18:56:26 +00:00
cypress fix cypress test 2023-12-12 16:55:02 +01:00
img replace icon 2023-12-12 09:39:49 +01:00
l10n fix(l10n): Update translations from Transifex 2025-10-05 00:55:28 +00:00
lib refactor: Port away from IQueryBuilder::execute 2025-09-26 13:27:22 +02:00
screenshots add screenshots 2023-12-13 06:50:04 +01:00
src add psalm tests & a bit code cleanup 2024-01-15 09:09:51 +01:00
templates initial 2020-08-04 09:09:48 +02:00
tests add psalm tests & a bit code cleanup 2024-01-15 09:09:51 +01:00
.editorconfig initial 2020-08-04 09:09:48 +02:00
.eslintrc.js update dependencies 2022-02-01 17:04:04 +01:00
.gitignore update .gitignore 2023-12-13 11:48:08 +01:00
.l10nignore Fix .l10nignore 2021-04-20 21:32:53 +02:00
.nextcloudignore add release script 2023-12-12 08:56:41 +01:00
.npmignore initial 2020-08-04 09:09:48 +02:00
.php-cs-fixer.dist.php setup and adjust lint and lint-fix 2023-12-12 09:16:26 +01:00
.stylelintrc.js update dependencies 2022-02-01 17:04:04 +01:00
babel.config.js initial 2020-08-04 09:09:48 +02:00
CHANGELOG.md v2.2.2 2023-12-13 14:34:55 +01:00
composer.json update contact mail, repository url 2023-12-13 11:47:06 +01:00
composer.lock setup and adjust lint and lint-fix 2023-12-12 09:16:26 +01:00
COPYING initial 2020-08-04 09:09:48 +02:00
cypress.config.js setup cypress 2023-12-12 10:06:41 +01:00
krankerl.toml add release script 2023-12-12 08:56:41 +01:00
Makefile add psalm tests & a bit code cleanup 2024-01-15 09:09:51 +01:00
package-lock.json Merge pull request #180 from nextcloud/enh/startpage 2024-01-15 10:37:55 +01:00
package.json save personal mission automatically 2024-01-15 08:49:26 +01:00
psalm.xml add psalm tests & a bit code cleanup 2024-01-15 09:09:51 +01:00
README.md Update README.md 2025-09-16 21:10:24 -04:00
SECURITY.md Update SECURITY.md 2024-01-05 14:23:19 +01:00
stylelint.config.js v1.4 2021-12-08 09:05:47 +01:00
webpack.js fix npm & vue bugs 2021-02-24 23:15:41 +01:00

Farewell to the Nextcloud Health App 😢

⚠️Important Notice: The Nextcloud Health App is currently unmaintained and may be subject to security risks.

With this statement, I would like to inform you that I will be discontinuing development of the Nextcloud Health App.

It has been a great pleasure creating this app and your interest in it has made me very happy! I am proud of what has been achieved. However, due to various circumstances, it is currently not possible for me to further develop the app. The development is time-consuming and the basis of the app, which originated as a learning project, is not optimal. There are security vulnerabilities and unprofessional architectural solutions that urgently need to be addressed.

👍Good news: Most of the features of the Nextcloud Health App can now be used in the new "Nextcloud Tables" app. Analyses can then be performed via "Nextcloud Analytics". Data can be exported as CSV and imported into the Tables app. @deandreamatias has written a helpful tutorial on the topic: Migrate Nextcloud Health to Tables and Analytics.

This app is currently looking for a new maintainer.

Interested? Please feel free to contact me at 📧 dev@d10t.de !

Thank you for your understanding.

Cheers


Nextcloud Health

Track your health privately.

Track your health data within the following provided modules:

  • Weight
  • Feeling
  • Measurement
  • Sleep
  • Smoking
  • Activities
  • Medication

Health - Track your personal health data privately.

Issues

Security

If you found a security related issue, please don't create an issue on github. But please write me an mail at dev@d10t.de. That way we can take this into account without telling an attacker where to look for.

Bugs

You found a bug? Great, please create here an issue for it: https://github.com/nextcloud/health/issues/new?assignees=&labels=bug%2C0.+Needs+triage&projects=&template=bug-report.yml If you don't have a Github account feeld free to send me an mail to dev@d10t.de.

Feature requests

Feels free to create issues for feature requests. But first have a look if there is already a issue for it by searching for this. Second, this is a more or less free time project. So don't expect that we will implement this by time or at all. https://github.com/nextcloud/health/issues/new?assignees=&labels=enhancement%2C0.+Needs+triage&projects=&template=feature-request.yml

Installation/Update

The app can be installed through the app store within Nextcloud. You can also download the latest release from the release page.

Developing

You will need a Nextcloud server running, the individual options are described below.

General build instructions

General build instructions for the app itself are the same for all options.

To build you will need to have Node.js and Composer installed.

  • Install PHP dependencies: composer install --no-dev
  • Install JS dependencies: npm ci
  • Build JavaScript for the frontend
    • Development build npm run dev
    • Watch for changes npm run watch
    • Production build npm run build

GitHub Codespaces / VS Code devcontainer

  • Open code spaces or the repository in VS Code to start the dev container
  • The container will automatically install all dependencies and build the app
  • Nextcloud will be installed from the master development branch and be available on a port exposed by the container

Running tests

You can use the provided Makefile to run all tests by using:

make test

Documentation

The documentation for our REST API can be found at https://github.com/nextcloud/health/wiki/API

Contribution Guidelines

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

For more information please review the guidelines for contributing to this repository.

Apply a license

All contributions to this repository are considered to be licensed under the GNU AGPLv3 or any later version.

Contributors to the Deck app retain their copyright. Therefore we recommend to add following line to the header of a file, if you changed it substantially:

@copyright Copyright (c) <year>, <your name> (<your email address>)

For further information on how to add or update the license header correctly please have a look at our licensing HowTo.

Sign your work

We use the Developer Certificate of Origin (DCO) as a additional safeguard for the Nextcloud project. This is a well established and widely used mechanism to assure contributors have confirmed their right to license their contribution under the project's license. Please read developer-certificate-of-origin. If you can certify it, then just add a line to every git commit message:

  Signed-off-by: Random J Developer <random@developer.example.org>

Use your real name (sorry, no pseudonyms or anonymous contributions). If you set your user.name and user.email git configs, you can sign your commit automatically with git commit -s. You can also use git aliases like git config --global alias.ci 'commit -s'. Now you can commit with git ci and the commit will be signed.