Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsleaks/wiki
XS-Leaks Wiki
https://github.com/xsleaks/wiki
browser information leaks side-channels wiki xs-leaks
Last synced: 3 months ago
JSON representation
XS-Leaks Wiki
- Host: GitHub
- URL: https://github.com/xsleaks/wiki
- Owner: xsleaks
- License: apache-2.0
- Created: 2020-07-10T11:46:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T21:26:07.000Z (4 months ago)
- Last Synced: 2024-07-06T22:28:34.050Z (4 months ago)
- Topics: browser, information, leaks, side-channels, wiki, xs-leaks
- Language: HTML
- Homepage: https://xsleaks.dev
- Size: 9.6 MB
- Stars: 133
- Watchers: 18
- Forks: 37
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-hacking-lists - xsleaks/wiki - XS-Leaks Wiki (HTML)
README
# XS-Leaks Wiki
## Build Process
### Build locally
1. Install the [Hugo Framework](https://gohugo.io/getting-started/installing/) **extended** version > 0.68
2. Clone this repo
3. Run `hugo server --minify` in root directory
4. Open your browser and go to http://localhost:1313 (or as indicated by hugo output)### Generate static files
1. Run `hugo --buildDrafts`
## Automatic Deployment
This repository uses [Github Actions](https://github.com/features/actions) to automatically build and publish a static version of the XS-Leaks Wiki once a Pull Request is accepted. To bring Github Pages automation into Github Actions we use [actions-gh-pages](https://github.com/peaceiris/actions-gh-pages). To automatically build a website with the Hugo Framework, we use [actions-hugo](https://github.com/peaceiris/actions-hugo)
The strategy used to give the workflow access to this repository uses a [deploy_key](https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-set-ssh-private-key-deploy_key) which is privately set in this repository.