Skip to content

Commit

Permalink
email changed
Browse files Browse the repository at this point in the history
  • Loading branch information
3x3cut0r committed Oct 27, 2023
1 parent 8f4e79e commit 05a6c5b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 404/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ services:

### 5 Find Me <a name="findme"></a>

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
Expand Down
2 changes: 1 addition & 1 deletion alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM 3x3cut0r/alpine:latest

## Find Me

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
Expand Down
2 changes: 1 addition & 1 deletion development/syslinux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docker run --rm \

## Find Me <a name="findme"></a>

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
Expand Down
2 changes: 1 addition & 1 deletion glype-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Set the desired options and save your settings.

### 5 Find Me <a name="findme"></a>

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
Expand Down
2 changes: 1 addition & 1 deletion isc-dhcp-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ services:

## Find Me <a name="findme"></a>

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
Expand Down
2 changes: 1 addition & 1 deletion pyload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ docker container run -d --restart=unless-stopped \

## Find Me <a name="findme"></a>

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
2 changes: 1 addition & 1 deletion raspberrypi-netboot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:

## Find Me

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
Expand Down
2 changes: 1 addition & 1 deletion streamlit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:

### 6 Find Me <a name="findme"></a>

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
Expand Down
2 changes: 1 addition & 1 deletion tftpd-hpa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ services:

### 5 Find Me <a name="findme"></a>

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)
Expand Down
2 changes: 1 addition & 1 deletion tftpd-hpa/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
# if the first arg is "in.tftpd" ...
elif [ "$1" = "in.tftpd" ]; then
echo -e "\nINFO: /usr/sbin/in.tftpd --foreground --address 0.0.0.0:69 --user tftp $@\n"
echo -e "#!/bin/sh\n/usr/sbin/in.tftpd --foreground --address 0.0.0.0:69 --user tftp ${@:9}" > /runit-services/tftpd-hpa/run
echo -e "#!/bin/sh\n/usr/sbin/in.tftpd --foreground --address 0.0.0.0:69 --user tftp ${@}" > /runit-services/tftpd-hpa/run
# if first arg doesn't looks like a flag
else
printf "\nINFO: $@\n\n"
Expand Down
6 changes: 5 additions & 1 deletion tvheadend-sundtek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ networks:

## Find Me <a name="findme"></a>

![E-Mail](https://img.shields.io/badge/E--Mail-executor55%40gmx.de-red)
![E-Mail](https://img.shields.io/badge/E--Mail-julianreith%40gmx.de-red)

- [GitHub](https://github.com/3x3cut0r)
- [DockerHub](https://hub.docker.com/u/3x3cut0r)

### License <a name="license"></a>

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) - This project is licensed under the GNU General Public License - see the [gpl-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) for details.

0 comments on commit 05a6c5b

Please sign in to comment.