- Adds a new `wireguard.md` file detailing the process of switching from OpenVPN to WireGuard. - Includes instructions for ProtonVPN users and guidance for other providers. - Updates existing documentation in `vpn.md` and `port-forwarding.md` to reference the new guide. - Adds a new section to `vpn.md` explaining the benefits of WireGuard. - Clarifies the process of updating the `.env` file and `docker-compose.yaml`. - Provides troubleshooting steps for common WireGuard issues.
yams.media
This are the source files for https://yams.media.
Dependencies
- hugo.
To run
For development
git clone git@gitlab.com:rogs/yams.media.git
cd yams.media
hugo serve
And open http://localhost:1313 to see the site.
For production
git clone git@gitlab.com:rogs/yams.media.git
cd yams.media
hugo
Your files will be on the ./public
folder, ready to upload to a server.
todo
- Add dark mode
Description
Languages
SCSS
96.1%
HTML
3%
JavaScript
0.8%
Shell
0.1%