Giter VIP home page Giter VIP logo

roxy's Introduction

roxy

Go Latest Release License Build Status Docker Pulls Go Report Card

Roxy the Frontend Proxy

Roxy Lalonde

Our mascot, Roxy Lalonde.

Roxy is an Internet-facing frontend proxy which provides the following features:

  • Automatically obtains TLS certificates from Let's Encrypt; no need to manage certificates manually or to install and configure Certbot
  • Able to inject and rewrite headers in the incoming request, before your application sees them
  • Able to inject and rewrite headers in the outgoing response, allowing you to centrally control your Internet-visible server headers
  • Comprehensive request logging in JSON Lines format
  • Can serve static files directly, without need for nginx, lighttpd, etc.

See our GitHub Pages site for more documentation.

roxy's People

Contributors

chronos-tachyon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

roxy's Issues

Feature: allow usage of systemd provided state directory as fs storage path

Use Case:

Systemd provides the "StateDirectory=" directive which sets the $STATE_DIRECTORY environment variable to a systemd managed persistent directory (for example systemd ensures that it has the right permissions if the service file uses the DynamicUser facilities).

It would be nice to be able to use this as the storage directory for the file system storage.

Possible Implementation:

The simplest implementation enabling this use case would be to expand environment-variables in fs:path (for example via os.ExpandEnv())
Other possibilities include doing this expansion for all configuration values or handling the case of systemd explicitly as part of the fs storage driver (e.g. activly looking for $STATE_DIRECTORY and possibly $CREDENTIALS_DIRECTORY introduced in systemd 247.)

If you have a preferred solution I would be happy to open a corresponding pull request :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.