Files
clover/roswww_static
deadln 25dd17c286 Add packages changelogs (#301)
* Generated changelogs

* Cleared aruco_pose changelog

* Cleared clover changelog

* Cleared clover_blocks changelog

* Cleared clover_description changelog

* Cleared clover_simulation changelog

* Cleared roswww_static changelog

* Fixed typo in roswww_static changelog

* Simplify changelogs

Co-authored-by: Oleg Kalachev <okalachev@gmail.com>
2021-02-19 23:37:36 +03:00
..
2021-02-19 23:37:36 +03:00
2020-10-13 01:15:56 +03:00

roswww_static

roswww_static creates a static web directory for your ROS-powered system with symlinks to all the www subdirectories found in your ROS packages. This way you can use any external web server (e. g. nginx, Monkey, Caddy) to serve you static data, in compatible with roswww manner.

Note: you should configure your web server to make it follow symlinks.

Instructions

  • Run main.py node and it will generate the symlinks and index file.
  • Point your static web server path to ~/.ros/www.

You can rerun main.py if the list of installed packages changes.

Parameters

  • index  path for index page, otherwise packages list would be generated.
  • default_package  if set then the index page would redirect to this package's page.