wger alternatives and similar software solutions
Based on the "Personal Dashboards" category.
Alternatively, view wger alternatives based on common mentions on social networks and blogs.
-
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more. -
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization. -
Dashy
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! -
ActivityWatch
The best free and open-source automated time tracker. Cross-platform, extensible, privacy-focused. -
Freeboard
A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard. -
Baby Buddy
A :baby: buddy to help caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. -
Thingspeak
ThingSpeak is an open source “Internet of Things” application and API to store and retrieve data from things using HTTP over the Internet or via a Local Area Network. With ThingSpeak, you can create sensor logging applications, location tracking applications, and a social network of things with status updates. -
Phant
DISCONTINUED. Phant is a modular data logging tool for collecting data from the Internet of Things.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of wger or a related project?
Popular Comparisons
README
wger
wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. It offers a REST API as well, for easy integration with other projects and tools.
For a live system, refer to the project's site: https://wger.de/
Mobile app
Installation
These are the basic steps to install and run the application locally on a Linux system. There are more detailed instructions, other deployment options as well as an administration guide available at https://wger.readthedocs.io or in the docs repo.
Please consult the commands' help for further information and available parameters.
Production
If you want to host your own instance, take a look at the provided docker compose file. This config will persist your database and uploaded images:
https://github.com/wger-project/docker
Demo
If you just want to try it out:
```shell script docker run -ti --name wger.demo --publish 8000:80 wger/demo
Then just open <http://localhost:8000> and log in as **admin**, password **adminadmin**
Please note that this image will overwrite your data when you pull a new version,
it is only intended as an easy to setup demo
### Development version
We provide a docker file that sets everything up for development (however this won't
persist any data)
````shell script
docker run -ti \
-v /path/to/your/wger/checkout:/home/wger/src \
--name wger.dev \
--publish 8000:8000 \
wger/server
Then just open http://localhost:8000 and log in as: admin, password adminadmin
For more info, check the [README in wger/extras/developemt]( ./extras/docker/development/README.md ).
Alternatively you can use the production compose file for development as well, just bind your local source code into the web container (see the docker-compose.yml file for details). You will also probably want to set `DJANGO_DEBUG to false
Local installation
If you prefer a local installation, consult the development documentation
Contact
Feel free to contact us if you found this useful or if there was something that didn't behave as you expected. We can't fix what we don't know about, so please report liberally. If you're not sure if something is a bug or not, feel free to file a bug anyway.
- discord: https://discord.gg/rPWFv6W
- issue tracker: https://github.com/wger-project/wger/issues
- twitter: https://twitter.com/wger_project
Sources
All the code and the content is available on github:
https://github.com/wger-project/wger
Translation
Translate the app to your language on Weblate.
License
The application is licensed under the Affero GNU General Public License 3 or later (AGPL 3+).
The initial exercise and ingredient data is licensed additionally under one of the Creative Commons licenses, see the individual exercises for more details.
The documentation is released under a CC-BY-SA: either version 4 of the License, or (at your option) any later version.
Some images were taken from Wikipedia, see the SOURCES file in their respective folders for more details.
*Note that all licence references and agreements mentioned in the wger README section above
are relevant to that project's source code only.