Skip to content

Commit 981725e

Browse files
committed
UPDATE
1 parent 01027c9 commit 981725e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# timer
1+
# timer.mob.sh <a href="https://join.slack.com/t/mobsh/shared_invite/zt-2gxr4zvli-NnYvxvI32sjs9TjXUvnydA" rel="nofollow"><img src="https://camo.githubusercontent.com/5ade1fd1e76a6ab860802cdd2941fe2501e2ca2cb534e5d8968dbf864c13d33d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d6a6f696e5f636861742d77686974652e7376673f6c6f676f3d736c61636b267374796c653d736f6369616c" alt="Slack Status" data-canonical-src="https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&amp;style=social" style="max-width: 100%;"></a>
22

3-
The timer.mob.sh service for the mob.sh tool.
3+
The [timer.mob.sh](timer.mob.sh) service for the [mob.sh](mob.sh) tool.
4+
5+
The timer service is a Spring Boot application that offers centralized timer. It stores all data in memory and does not persist any data.
6+
7+
You can self-host timer.mob.sh using the Docker image on [Docker Hub](https://hub.docker.com/r/remotemobprogramming/mob-timer).
48

59
## Credits
610

711
Created by [Dr. Simon Harrer](https://twitter.com/simonharrer) and [Jochen Christ](https://twitter.com/jochen_christ) in Oktober 2021.
812

9-
Currently maintained by [Gregor Riegler](https://twitter.com/gregor_riegler) and [Joshua Töpfer](https://twitter.com/JoshuaToepfer), and to some limited degree still by [Dr. Simon Harrer](https://twitter.com/simonharrer).
13+
Currently maintained by [Gregor Riegler](https://twitter.com/gregor_riegler) and [Joshua Töpfer](https://twitter.com/JoshuaToepfer), and to some limited degree still by [Dr. Simon Harrer](https://twitter.com/simonharrer).

src/main/resources/templates/fragments/footer.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
|
1515
<a href="https://mob.sh">mob.sh</a>
1616
|
17+
<a href="https://join.slack.com/t/mobsh/shared_invite/zt-2gxr4zvli-NnYvxvI32sjs9TjXUvnydA" rel="nofollow"><img src="https://camo.githubusercontent.com/5ade1fd1e76a6ab860802cdd2941fe2501e2ca2cb534e5d8968dbf864c13d33d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d6a6f696e5f636861742d77686974652e7376673f6c6f676f3d736c61636b267374796c653d736f6369616c" alt="Slack Status" data-canonical-src="https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&amp;style=social" style="max-width: 100%;"></a>
18+
|
1719
<a target="_blank" href="https://www.innoq.com/en/impressum/">Legal Notice</a>
1820
|
1921
<a target="_blank" href="https://www.innoq.com/en/datenschutz/">Privacy</a>
@@ -30,4 +32,4 @@
3032
</picture>
3133
</a>
3234
</p>
33-
</footer>
35+
</footer>

0 commit comments

Comments
 (0)