Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 2.99 KB

README.md

File metadata and controls

83 lines (56 loc) · 2.99 KB
Table of Contents
  1. About NGinx Source
  2. Roadmap
  3. Setup
  4. Contributing
  5. License
  6. References

About NGINX Source

NGINX is the component of RF.Fusion that provides a web interface to publish data via HTTP.

NGINX is also used as part of the Zabbix depployment and some additional configuration is provided in order to use NGINX web service as proxy to Grafana.

Configuration is minimal in order to reduce risk of attacks to the service.

This source folder provide HTML pages and nginx.conf used after the standard NGINX deployment, following a common linux folder structure to the service

Roadmap

This section presents a simplified view of the roadmap and knwon issues.

For more details, see the open issues

  • NGINX Setup
    • Document CIFS mapping and configuration
  • NGINX Publishing
    • index.html
    • 404.html
    • 50x.html
    • nginx.conf
  • NGINX Monitoring
    • index.html
    • 404.html
    • 50x.html
    • nginx.conf
    • grafana.conf
    • zabbix.conf

(back to top)

Setup

Setup includes nginx instalation and mounting the required data repositories

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

(back to top)

License

Distributed under the GNU General Public License (GPL), version 3. See LICENSE.txt.

For additional information, please check https://www.gnu.org/licenses/quick-guide-gplv3.html

This license model was selected with the idea of enabling collaboration of anyone interested in projects listed within this group.

It is in line with the Brazilian Public Software directives, as published at: https://softwarepublico.gov.br/social/articles/0004/5936/Manual_do_Ofertante_Temporario_04.10.2016.pdf

Further reading material can be found at:

(back to top)

References

(back to top)