Restart internet session on Orange Funbox 3.0 on schedule
3.7K
Restart internet session on Orange Funbox 3.0 on schedule
Published on Docker Hub
Orange Funbox 3.0 automatically restart a session every 22 hours which is not every convenient. To overcome this you can schedule your restarts automatically on a specified time.
This works only from inside the network, it seems the router does not support restarting sessions using remote access.
0 5 * * *http://192.168.1.1'funbox:
container_name: funbox
image: zzeneg/funbox-restarter
restart: unless-stopped
environment:
CRON: "0 5 * * *"
BASE_URL: http://192.168.1.1
USERNAME: admin
PASSWORD: password
Content type
Image
Digest
Size
3.8 MB
Last updated
over 6 years ago
docker pull zzeneg/funbox-restarter