Skip to content

Commit ae77db7

Browse files
committed
update owntrack
1 parent 77ebc51 commit ae77db7

File tree

3 files changed

+23
-22
lines changed

3 files changed

+23
-22
lines changed

README.md

+19-16
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ A collection of delicious docker recipes.
364364
- [x] gliderlabs/logspout
365365
- [x] gliderlabs/registrator
366366
- [ ] glot
367-
- [ ] bash
368-
- [ ] python
367+
- [ ] bash
368+
- [ ] python
369369
- [x] gogs/gogs :cn:
370370
- [x] gotify/server
371371
- [x] grafana/grafana
@@ -378,8 +378,8 @@ A collection of delicious docker recipes.
378378
- [x] linuxserver/jackett
379379
- [x] jellyfin/jellyfin
380380
- [x] jenkins
381-
- [x] inbound-agent
382-
- [x] jenkins
381+
- [x] inbound-agent
382+
- [x] jenkins
383383
- [x] jmxtrans/jmxtrans
384384
- [x] djmattyg007/jsoneditor
385385
- [x] wurstmeister/kafka
@@ -419,8 +419,8 @@ A collection of delicious docker recipes.
419419
- [x] notaitech/nudenet
420420
- [x] odoo
421421
- [x] ohmyform
422-
- [x] ohmyform/api
423-
- [x] ohmyform/ui
422+
- [x] ohmyform/api
423+
- [x] ohmyform/ui
424424
- [x] osixia/openldap
425425
- [x] openresty/openresty
426426
- [x] opensearchproject/opensearch
@@ -431,6 +431,9 @@ A collection of delicious docker recipes.
431431
- [x] owncloud
432432
- [x] jorijn/nostream
433433
- [x] scsibug/nostr-rs-relay
434+
- [x] owntracks
435+
- [x] frontend
436+
- [x] recorder
434437
- [x] chocobozzz/peertube
435438
- [x] dpage/pgadmin4
436439
- [x] viktorstrate/photoview
@@ -453,17 +456,17 @@ A collection of delicious docker recipes.
453456
- [x] rundeck/rundeck
454457
- [x] wonderfall/searx
455458
- [x] selenium
456-
- [x] hub
457-
- [x] node-chrome
458-
- [x] node-firefox
459-
- [x] standalone-firefox
459+
- [x] hub
460+
- [x] node-chrome
461+
- [x] node-firefox
462+
- [x] standalone-firefox
460463
- [x] aerokube
461-
- [x] selenoid
462-
- [x] video-recorder
463-
- [x] chrome
464-
- [x] firefox
465-
- [x] vnc
466-
- [x] selenoid-ui
464+
- [x] selenoid
465+
- [x] video-recorder
466+
- [x] chrome
467+
- [x] firefox
468+
- [x] vnc
469+
- [x] selenoid-ui
467470
- [x] semaphoreui/semaphore
468471
- [x] sentry
469472
- [x] atmoz/sftp

owntracks/ot-recorder/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ version: "3.8"
1212
services:
1313

1414
recorder:
15-
image: vimagick/ot-recorder
15+
image: owntracks/recorder
1616
ports:
1717
- "8083:8083"
18-
- "8085:8085"
1918
volumes:
20-
- ./data:/var/spool/owntracks/recorder/store
19+
- ./data:/store
2120
environment:
2221
- OTR_HOST=iot.eclipse.org
2322
- OTR_PORT=1883

owntracks/ot-recorder/docker-compose.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ version: "3.8"
33
services:
44

55
recorder:
6-
image: vimagick/ot-recorder
6+
image: owntracks/recorder
77
ports:
88
- "8083:8083"
9-
- "8085:8085"
109
volumes:
11-
- ./data:/var/spool/owntracks/recorder/store
10+
- ./data:/store
1211
environment:
1312
- OTR_HOST=mqtt.eclipse.org
1413
- OTR_PORT=8883

0 commit comments

Comments
 (0)