From d050767c9bbb989e5cd4671118cebc91c2565d2e Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sun, 26 Nov 2023 14:06:26 +0100 Subject: [PATCH] Replace further appearances of twitter with mastodon --- extras/docker/base/README.md | 6 +++--- extras/docker/demo/README.md | 8 +++----- extras/docker/development/README.md | 11 ++++------- 3 files changed, 10 insertions(+), 15 deletions(-) diff --git a/extras/docker/base/README.md b/extras/docker/base/README.md index d6b98d66c..bd74c3dbf 100644 --- a/extras/docker/base/README.md +++ b/extras/docker/base/README.md @@ -14,9 +14,9 @@ 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: -* issue tracker: -* twitter: +* Discord: +* Issue tracker: +* Mastodon: Sources ------- diff --git a/extras/docker/demo/README.md b/extras/docker/demo/README.md index 67b81a967..606c4d9c5 100644 --- a/extras/docker/demo/README.md +++ b/extras/docker/demo/README.md @@ -5,7 +5,6 @@ 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. - 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. If you want to host your own instance, take a look at the provided docker compose file. That config will @@ -20,7 +19,6 @@ This docker image contains an instance of the application running as a WSGI process under apache with a sqlite database. It is useful to just try it out and play around. To start it: - ```docker run -ti --name wger.demo --publish 8000:80 wger/demo``` Then just open and log in as: **admin**, password **adminadmin** @@ -51,9 +49,9 @@ 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: -* issue tracker: -* twitter: +* Discord: +* Issue tracker: +* Mastodon: Sources ------- diff --git a/extras/docker/development/README.md b/extras/docker/development/README.md index 3dd138a92..55a382e43 100644 --- a/extras/docker/development/README.md +++ b/extras/docker/development/README.md @@ -1,4 +1,5 @@ # Development image for wger + wger (ˈvɛɡɐ) Workout Manager is a free, open source web application that help 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 @@ -9,8 +10,6 @@ host your own instance, take a look at the provided docker compose file: - - ## Usage This docker image is meant to provide a quick development environment using @@ -22,7 +21,6 @@ A more comfortable development version is provided in the compose folder. ### 1 - Start the container - docker run -ti \ -v /path/to/your/wger/checkout:/home/wger/src \ --name wger.devel \ @@ -66,7 +64,6 @@ project root! ```docker build -f extras/docker/development/Dockerfile --tag wger/server .``` - ## Contact Feel free to contact us if you found this useful or if there was something that @@ -74,9 +71,9 @@ 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: -* issue tracker: -* twitter: +* Discord: +* Issue tracker: +* Mastodon: ## Sources