mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 10:04:44 -05:00
fix: resolve yamllint issues
- Fix truthy value in release.yaml workflow (use 'on' instead of on) - Fix line length in release.yaml install command - Remove trailing spaces from gitea and nextcloud template descriptions - Disable comments-indentation rule (too strict for commented examples) - Wrap long lines in twingate-connector and wazuh template descriptions All yamllint --strict checks now pass.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Release
|
||||
|
||||
on:
|
||||
'on':
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*' # Trigger on version tags like v1.0.0, v2.1.3, etc.
|
||||
@@ -125,7 +125,8 @@ jobs:
|
||||
|
||||
Or install a specific version:
|
||||
```bash
|
||||
curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh | bash -s -- --version ${{ steps.version.outputs.tag }}
|
||||
curl -fsSL https://raw.githubusercontent.com/christianlempa/boilerplates/main/scripts/install.sh |
|
||||
bash -s -- --version ${{ steps.version.outputs.tag }}
|
||||
```
|
||||
draft: false
|
||||
prerelease: >
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
comments-indentation: disable
|
||||
indentation:
|
||||
spaces: 2
|
||||
indent-sequences: true
|
||||
|
||||
@@ -3,8 +3,8 @@ kind: compose
|
||||
metadata:
|
||||
name: Gitea
|
||||
description: >
|
||||
Self-hosted Git service with web interface. Gitea is a painless, self-hosted Git service
|
||||
written in Go. It's similar to GitHub, Bitbucket, and GitLab, providing Git repository
|
||||
Self-hosted Git service with web interface. Gitea is a painless, self-hosted Git service
|
||||
written in Go. It's similar to GitHub, Bitbucket, and GitLab, providing Git repository
|
||||
hosting, code review, team collaboration, and more.
|
||||
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ kind: compose
|
||||
metadata:
|
||||
name: Nextcloud
|
||||
description: >
|
||||
Self-hosted file sync and share platform. Nextcloud is a suite of client-server
|
||||
software for creating and using file hosting services. It provides functionality
|
||||
Self-hosted file sync and share platform. Nextcloud is a suite of client-server
|
||||
software for creating and using file hosting services. It provides functionality
|
||||
similar to Dropbox, with the added benefit of being self-hosted and open-source.
|
||||
|
||||
|
||||
|
||||
@@ -3,9 +3,10 @@ kind: compose
|
||||
metadata:
|
||||
name: Twingate_Connector
|
||||
description: >
|
||||
The Twingate Connector is a lightweight software component that establishes secure connections between your private network and the Twingate service.
|
||||
It acts as a bridge, allowing authorized users to access internal resources without exposing them directly to the internet.
|
||||
The Connector uses strong encryption and authentication mechanisms to ensure that all data transmitted between users and resources remains confidential and secure.
|
||||
The Twingate Connector is a lightweight software component that establishes secure connections between your private network and the
|
||||
Twingate service. It acts as a bridge, allowing authorized users to access internal resources without exposing them directly to the
|
||||
internet. The Connector uses strong encryption and authentication mechanisms to ensure that all data transmitted between users and
|
||||
resources remains confidential and secure.
|
||||
|
||||
|
||||
Project: https://www.twingate.com/
|
||||
|
||||
@@ -3,8 +3,9 @@ kind: compose
|
||||
metadata:
|
||||
name: Wazuh
|
||||
description: >
|
||||
Wazuh is a comprehensive open-source security platform that provides unified security monitoring, threat detection, and compliance management.
|
||||
It integrates with various tools and services to offer real-time visibility into your IT environment, helping you identify and respond to security threats effectively.
|
||||
Wazuh is a comprehensive open-source security platform that provides unified security monitoring, threat detection, and compliance
|
||||
management. It integrates with various tools and services to offer real-time visibility into your IT environment, helping you identify
|
||||
and respond to security threats effectively.
|
||||
|
||||
|
||||
Project: https://wazuh.com/
|
||||
|
||||
Reference in New Issue
Block a user