chore: end of the year maintenance
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2021-12-21 10:41:07 +01:00
parent 9755f4fd2e
commit bab0555d55
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 85 additions and 78 deletions

View File

@ -7,83 +7,83 @@ platform:
arch: amd64 arch: amd64
steps: steps:
- name: generate - name: generate
image: thegeeklab/alpine-tools image: thegeeklab/alpine-tools
commands: commands:
- make doc - make doc
- name: sync - name: sync
image: thegeeklab/git-batch image: thegeeklab/git-batch
commands: commands:
- git-batch - git-batch
- name: markdownlint - name: markdownlint
image: thegeeklab/markdownlint-cli image: thegeeklab/markdownlint-cli
commands: commands:
- markdownlint 'content/**/*.md' 'README.md' -p .gitignore - markdownlint 'content/**/*.md' 'README.md' -p .gitignore
- name: spellcheck - name: spellcheck
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- npm install -g spellchecker-cli - npm install -g spellchecker-cli
- spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/*' '!content/modules/*' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions - spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/*' '!content/modules/*' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions
environment: environment:
FORCE_COLOR: true FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error NPM_CONFIG_LOGLEVEL: error
- name: testbuild - name: testbuild
image: thegeeklab/hugo:0.83.1 image: thegeeklab/hugo:0.91.0
commands: commands:
- hugo -b http://localhost/ - hugo -b http://localhost/
- name: link-validation - name: link-validation
image: thegeeklab/link-validator image: thegeeklab/link-validator
commands: commands:
- link-validator -ro - link-validator -ro
environment: environment:
LINK_VALIDATOR_BASE_DIR: public LINK_VALIDATOR_BASE_DIR: public
- name: build - name: build
image: thegeeklab/hugo:0.83.1 image: thegeeklab/hugo:0.91.0
commands: commands:
- hugo - hugo
- name: beautify - name: beautify
image: node:lts-alpine image: node:lts-alpine
commands: commands:
- npm install -g js-beautify - npm install -g js-beautify
- html-beautify -r -f 'public/**/*.html' - html-beautify -r -f 'public/**/*.html'
environment: environment:
FORCE_COLOR: true FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error NPM_CONFIG_LOGLEVEL: error
- name: publish - name: publish
image: plugins/s3-sync image: plugins/s3-sync
settings: settings:
access_key: access_key:
from_secret: s3_access_key from_secret: s3_access_key
bucket: geekdocs bucket: geekdocs
delete: true delete: true
endpoint: https://sp.rknet.org endpoint: https://sp.rknet.org
path_style: true path_style: true
secret_key: secret_key:
from_secret: s3_secret_access_key from_secret: s3_secret_access_key
source: public/ source: public/
strip_prefix: public/ strip_prefix: public/
target: /${DRONE_REPO_NAME} target: /${DRONE_REPO_NAME}
when: when:
ref: ref:
- refs/heads/master - refs/heads/master
- refs/tags/** - refs/tags/**
trigger: trigger:
ref: ref:
- refs/heads/master - refs/heads/master
- refs/tags/** - refs/tags/**
- refs/pull/** - refs/pull/**
--- ---
kind: signature kind: signature
hmac: 718f3f93f5c26358773d9b1962e8bb2dd937b768dce5f47afa39a5cfdd7f3476 hmac: 37c533f1dc1224ddb514be53608c7db8def718eefdaf83a644a0fd59c5865413
... ...

29
LICENSE
View File

@ -1,20 +1,21 @@
The MIT License (MIT) MIT License
Copyright (c) 2020 Robert Kaussow Copyright (c) 2022 Robert Kaussow <mail@thegeeklab.de>
Permission is hereby granted, free of charge, to any person obtaining a copy of Permission is hereby granted, free of charge, to any person obtaining a copy
this software and associated documentation files (the "Software"), to deal in of this software and associated documentation files (the "Software"), to deal
the Software without restriction, including without limitation the rights to in the Software without restriction, including without limitation the rights
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
the Software, and to permit persons to whom the Software is furnished to do so, copies of the Software, and to permit persons to whom the Software is furnished
subject to the following conditions: to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all The above copyright notice and this permission notice (including the next
copies or substantial portions of the Software. paragraph) shall be included in all copies or substantial portions of the
Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,3 +1,9 @@
# galaxy # galaxy
[![Build Status](https://img.shields.io/drone/build/ansible/galaxy?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/galaxy)
Ansible resource documentation. Ansible resource documentation.
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/ansible/galaxy/blob/main/LICENSE) file for details.