Skip to main content

Reverse proxy with synology authentication

Project description

revproxy_auth

This class implements a reverse proxy intended to work inside a Flask server, allows to use the synology auth credentials for all your services behind the synology service proxy. Have you setup the reverse proxy in your synology NAS, but don´t want that everyone who knows your services´ URL can have access to your services? This repo will allow you to restrict the access from internet to your internal Api REST webservices, using the credentials and users that you have created in your Synology NAS. It will also request the OTP code if you have that configured in your NAS.

Configuration yml file will be place in the /home/var/{yourservicename}

Revproxy_auth can work in two mode:

  1. Embeded. You can embed the authentication by modifying your Flask based service: self.app = Flask(name, template_folder=template_folder, static_folder=static_folder) self.revproxy_auth = RevProxyAuth(self.app, root_class='yourservicename') self.app.add_url_rule('/', 'index', self.main_endpoint, methods=['GET', 'POST']) ... def main_endpoint(self): """ Main endpoint that returns the main page for your service Returns: response: The main html content """ return self.revproxy_auth.get_auth_response(request, lambda : render_template('form.html'))

  2. Proxy You need to make available a new service inside your LAN with the authproxy. You may want to include revproxy-auth as part of you already existing services... no need to create an specific flask or any newwsgi just for this. Just make the API REST call available. Configure the service in the config.yml so that it can redirect all the requests to the proper internal host & port. Create all your entry points in the synology reverse proxy menu, and make all of them point to the authproxy endpoint

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

revproxy_auth-0.1.1.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

revproxy_auth-0.1.1-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file revproxy_auth-0.1.1.tar.gz.

File metadata

  • Download URL: revproxy_auth-0.1.1.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for revproxy_auth-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0e3faf015a0c52257905e9547f47606be55261b41926845929b669796a1af226
MD5 1075648111826b2ca915953e8dd6c441
BLAKE2b-256 50539d7809c514850b1e42de0fe175374d59da238b6f630dfd82eb6f9e44d3fc

See more details on using hashes here.

File details

Details for the file revproxy_auth-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for revproxy_auth-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a009e6420b1ac353f6d413110f0fb4d4655f6fecfede50d1eb18babf4b8169d0
MD5 1ec67818c00c0d783a326dfdc1054438
BLAKE2b-256 717d24451eb2b1efe97f73e75d07ed7993962752f85363b2d3b51b7c9904d7ea

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page