https://github.com/auracletech/vayne
vayne is a blazing fast secure static web server 🎩
https://github.com/auracletech/vayne
security static-website web webserver
Last synced: 7 months ago
JSON representation
vayne is a blazing fast secure static web server 🎩
- Host: GitHub
- URL: https://github.com/auracletech/vayne
- Owner: AuracleTech
- Created: 2022-04-03T18:16:16.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T21:50:18.000Z (over 2 years ago)
- Last Synced: 2024-12-29T00:53:59.366Z (over 1 year ago)
- Topics: security, static-website, web, webserver
- Language: Rust
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vayne
#### Variables
- `VAYNE_DNS` DNS of the web project `example.com`
- `VAYNE_PORT` Port of the HTTPS service `443`
- `VAYNE_ROOT` Directory of the root web project `C\www`
- `VAYNE_CERT` The certificate of the vayne project `C:\Certbot\live\example.com\cert.pem`
- `VAYNE_KEY` The key of the vayne project `C:\Certbot\live\example.com\privkey.pem`
- `VAYNE_CHAIN` The chain of the vayne project `C:\Certbot\live\example.com\chain.pem`
#### Security
- Strict-Transport-Security
- Content-Security-Policy limited to self
- External iframe disabled
- Mime-sniffing disabled
- XSS protection activated
- Permissions-Policy limited to geolocation and fullscreen
- Referrer-Policy set to no-referrer