Skip to content

Commit 4ce499e

Browse files
committed
update README
1 parent 496db20 commit 4ce499e

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

README.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,4 @@ The timer.mob.sh service for the mob.sh tool.
66

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

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).
10-
11-
12-
### droplet install
13-
14-
- droplet with docker
15-
- fixed ip
16-
- firewall
17-
18-
```bash
19-
# in droplet once
20-
git clone --recurse-submodules https://github.com/evertramos/nginx-proxy-automation.git webproxy
21-
cd webproxy/bin && ./fresh-start.sh --yes -e simon.harer@gmail.com --skip-docker-image-check
22-
23-
# in dev
24-
./build
25-
26-
# in droplet
27-
docker stop mobtimer
28-
docker rm mobtimer
29-
docker run -d -e VIRTUAL_HOST=timer.mob.sh -e LETSENCRYPT_HOST=timer.mob.sh -e LETSENCRYPT_EMAIL=simon.harrer@gmail.com -e PORT=80 --expose 80 --network=proxy --name mobtimer simonharrer/mob-timer:latest
30-
echo "done"
31-
```
32-
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).

0 commit comments

Comments
 (0)