feat(openspeedtest): add openspeedtest server
This commit is contained in:
parent
30e11da692
commit
8e18a4b949
2 changed files with 23 additions and 0 deletions
|
@ -205,6 +205,7 @@ that I intend to add to this repository. It is still growing, and I welcome
|
|||
- [ ] [Notesnook](https://github.com/streetwriters/notesnook-sync-server)
|
||||
- [ ] [ntop](https://www.ntop.org/)
|
||||
- [ ] [OpenNMS](https://www.opennms.org/)
|
||||
- [x] [OpenSpeedTest](https://openspeedtest.com)
|
||||
- [ ] [PiHole](https://pi-hole.net/)
|
||||
- [ ] [Pocket ID](https://github.com/stonith404/pocket-id)
|
||||
- [ ] [Pod Arcade](https://www.pod-arcade.com/)
|
||||
|
|
22
quadlets/openspeedtest/openspeedtest.container
Normal file
22
quadlets/openspeedtest/openspeedtest.container
Normal file
|
@ -0,0 +1,22 @@
|
|||
[Unit]
|
||||
Description=OpenSpeedTest server
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
TimeoutStartSec=900
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Container]
|
||||
Image=docker.io/openspeedtest/latest
|
||||
ContainerName=openspeedtest
|
||||
AutoUpdate=registry
|
||||
|
||||
HostName=openspeedtest
|
||||
PublishPort=80:3000
|
||||
PublishPort=443:3001
|
||||
|
||||
Environment=ENABLE_LETSENCRYPT=True
|
||||
Environment=DOMAIN_NAME=openspeedtest.example.com
|
||||
Environment=USER_EMAIL=you@example.com
|
Loading…
Add table
Reference in a new issue