Sign inSign up

zzeneg/funbox-restarter

By zzeneg

•Updated over 6 years ago

Restart internet session on Orange Funbox 3.0 on schedule

Image
0

3.7K

zzeneg/funbox-restarter repository overview

⁠docker-funbox-restarter

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.

⁠Usage

  • specify environment variables:
    • CRON - schedule for your restarts in cron format - 0 5 * * *
    • BASE_URL - url of the Funbox - http://192.168.1.1'
    • USERNAME - Funbox username
    • PASSWORD - Funbox password
  • docker-compose example
    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
    

Tag summary

Content type

Image

Digest

Size

3.8 MB

Last updated

over 6 years ago

docker pull zzeneg/funbox-restarter