https://github.com/inpsyde/actions
A collection of multi-purpose reusable GitHub Actions.
https://github.com/inpsyde/actions
github-actions reusable-workflows wireguard
Last synced: about 2 months ago
JSON representation
A collection of multi-purpose reusable GitHub Actions.
- Host: GitHub
- URL: https://github.com/inpsyde/actions
- Owner: inpsyde
- License: gpl-2.0
- Created: 2024-09-18T13:14:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-19T14:33:23.000Z (6 months ago)
- Last Synced: 2025-12-22T05:48:04.129Z (6 months ago)
- Topics: github-actions, reusable-workflows, wireguard
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Syde Actions
[](https://github.com/inpsyde/actions/releases)
[](https://github.com/inpsyde/actions)
[](./LICENSE)
A collection of multi-purpose GitHub Actions.
> [!IMPORTANT]
> **Supported Runners:** **Ubuntu (Linux) runners only.** The actions are incompatible with macOS or
> Windows runners.
## Available Actions
### [Set up WireGuard](./setup-wireguard/README.md)
**Description:** Configures and initiates a secure WireGuard VPN connection.
**Usage:**
```yml
- uses: inpsyde/actions/setup-wireguard@v1
with:
wireguard-configuration: ${{ secrets.WIREGUARD_CONFIGURATION }}
```
## Copyright and License
This package is [free software](https://www.gnu.org/philosophy/free-sw.en.html) distributed under the terms of the GNU General Public License version 2 or (at your option) any later version. For the full license, see [LICENSE](./LICENSE).