Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimiti/netlify-proxy
🎯 Restrict (with Basic Auth) the access to your Netlify website.
https://github.com/rimiti/netlify-proxy
basic-authentication netlify nginx proxy
Last synced: about 1 month ago
JSON representation
🎯 Restrict (with Basic Auth) the access to your Netlify website.
- Host: GitHub
- URL: https://github.com/rimiti/netlify-proxy
- Owner: rimiti
- License: mit
- Created: 2018-09-13T14:30:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T09:11:01.000Z (over 6 years ago)
- Last Synced: 2024-11-07T16:12:12.459Z (3 months ago)
- Topics: basic-authentication, netlify, nginx, proxy
- Homepage: https://dimsolution.com
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netlify-proxy
This repo is a quick and simple example to demonstrate how to poxify your Netlify website to restrict access (with Basic Auth).
## Steps
1. Customize the demo Nginx virtual host with your own domain / Netlify url.
2. Generate on your server `.htpasswd` file:
```
htpasswd -c .htpasswd username
```3. If you want to use HTTPS, use [Certbot](https://certbot.eff.org/).
4. Restart Nginx and enjoy your proxy: https://sandbox.your-domain.com
## License
MIT © [Dimitri DO BAIRRO](https://github.com/rimiti/netlify-proxy/blob/master/LICENSE)