12 Commits

Author SHA1 Message Date
9620e33b31 fix: update .SRCINFO 2025-07-03 17:33:10 +02:00
0bc42588cc chore(deps): update dependency tisba/fritz-tls to v0.23.0 2025-07-03 15:01:52 +00:00
07a6641201 fix: update .SRCINFO 2025-06-02 19:15:41 +02:00
60d2da84cb chore(deps): update dependency tisba/fritz-tls to v0.22.0 2025-06-01 16:04:38 +00:00
41fd76e1bd chore(renovate): add configuration 2025-04-17 17:25:29 +02:00
2ad8c7d2c3 docs(README): remove drone badge 2025-04-14 18:07:48 +02:00
f96379e6e3 chore(markdownlint): remove configuration 2025-04-14 18:07:48 +02:00
224e05c8a2 chore(renovate): remove configuration 2025-04-14 18:07:48 +02:00
f5cfc8d389 fix(drone): remove CI 2025-04-14 18:07:48 +02:00
08c4e5704f chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-01 17:08:30 +00:00
4ff6cdebd1 chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 21:00:15 +02:00
ef732ec675 chore(deps): update dependency tisba/fritz-tls to v0.21.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-03-23 12:29:37 +01:00
6 changed files with 13 additions and 272 deletions

View File

@ -1,6 +1,6 @@
pkgbase = fritz-tls pkgbase = fritz-tls
pkgdesc = Automate TLS certificate installation for AVM FRITZ!Box pkgdesc = Automate TLS certificate installation for AVM FRITZ!Box
pkgver = 0.20.0 pkgver = 0.23.0
pkgrel = 1 pkgrel = 1
url = https://github.com/tisba/fritz-tls url = https://github.com/tisba/fritz-tls
arch = armv7h arch = armv7h
@ -8,8 +8,8 @@ pkgbase = fritz-tls
arch = x86_64 arch = x86_64
license = MIT license = MIT
makedepends = go makedepends = go
source = https://github.com/tisba/fritz-tls/archive/refs/tags/v0.20.0.zip source = https://github.com/tisba/fritz-tls/archive/refs/tags/v0.23.0.zip
sha512sums = bebdf41a615102410ef13a94ec310a271d3c034078a1b0b59316d94d576c2a7cce45503a53eb6cf1f040483e145beb12dcb8a142f833e625eabdec1df0b810c8 sha512sums = ec392a949ce34333869a2c633aa11bf298027842fd448cf1e249b35efc194e60c94c5126ab56bb81fbe85ef0a88ebe4d6f71042ea96d106db74cb76ebbe8e2ce
b2sums = 4da5de9d766bcf07bb920364310ae65c069fc51bba63e84ad94fb48cdb623e69ccc0355c26ab1b037db7edb32619ff5ae7d123011b4ae6d466c5406f3d5c7743 b2sums = 0ffd9263f00db8870297a98fb293f9a018aa95237f33dc567b6cd0fc745aa09301d418a2124d09d7e1915121096e81e49b0b6e74781fe43e5d01cc59eaa70b31
pkgname = fritz-tls pkgname = fritz-tls

View File

@ -1,97 +0,0 @@
---
kind: pipeline
type: kubernetes
name: linter
clone:
disable: true
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0
resources:
limits:
cpu: 150
memory: 150M
- name: email-notification
environment:
SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host
SMTP_USERNAME:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
memory: 150M
when:
status:
- changed
- failure
trigger:
event:
exclude:
- tag
---
kind: pipeline
type: kubernetes
name: sync-to-aur.archlinux.org
clone:
disable: true
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: git-push
image: docker.io/appleboy/drone-git-push:1.1.1
settings:
branch: master
remote: ssh://aur@aur.archlinux.org/fritz-tls.git
force: false
commit: false
ssh_key:
from_secret: aur_ssh_key
- name: email-notification
environment:
SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host
SMTP_USERNAME:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
memory: 150M
when:
status:
- changed
- failure
trigger:
event:
- tag
repo:
- volker.raschek/fritz-tls-pkg

View File

@ -1,145 +0,0 @@
# markdownlint YAML configuration
# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
# Default state for all rules
default: true
# Path to configuration file to extend
extends: null
# MD003/heading-style/header-style - Heading style
MD003:
# Heading style
style: "atx"
# MD004/ul-style - Unordered list style
MD004:
style: "dash"
# MD007/ul-indent - Unordered list indentation
MD007:
# Spaces for indent
indent: 2
# Whether to indent the first level of the list
start_indented: false
# MD009/no-trailing-spaces - Trailing spaces
MD009:
# Spaces for line break
br_spaces: 2
# Allow spaces for empty lines in list items
list_item_empty_lines: false
# Include unnecessary breaks
strict: false
# MD010/no-hard-tabs - Hard tabs
MD010:
# Include code blocks
code_blocks: true
# MD012/no-multiple-blanks - Multiple consecutive blank lines
MD012:
# Consecutive blank lines
maximum: 1
# MD013/line-length - Line length
MD013:
# Number of characters
line_length: 120
# Number of characters for headings
heading_line_length: 120
# Number of characters for code blocks
code_block_line_length: 120
# Include code blocks
code_blocks: false
# Include tables
tables: false
# Include headings
headings: true
# Include headings
headers: true
# Strict length checking
strict: false
# Stern length checking
stern: false
# MD022/blanks-around-headings/blanks-around-headers - Headings should be surrounded by blank lines
MD022:
# Blank lines above heading
lines_above: 1
# Blank lines below heading
lines_below: 1
# MD024/no-duplicate-heading/no-duplicate-header - Multiple headings with the same content
MD024:
# Only check sibling headings
allow_different_nesting: true
# MD025/single-title/single-h1 - Multiple top-level headings in the same document
MD025:
# Heading level
level: 1
# RegExp for matching title in front matter
front_matter_title: "^\\s*title\\s*[:=]"
# MD026/no-trailing-punctuation - Trailing punctuation in heading
MD026:
# Punctuation characters
punctuation: ".,;:!。,;:!"
# MD029/ol-prefix - Ordered list item prefix
MD029:
# List style
style: "one_or_ordered"
# MD030/list-marker-space - Spaces after list markers
MD030:
# Spaces for single-line unordered list items
ul_single: 1
# Spaces for single-line ordered list items
ol_single: 1
# Spaces for multi-line unordered list items
ul_multi: 1
# Spaces for multi-line ordered list items
ol_multi: 1
# MD033/no-inline-html - Inline HTML
MD033:
# Allowed elements
allowed_elements: []
# MD035/hr-style - Horizontal rule style
MD035:
# Horizontal rule style
style: "---"
# MD036/no-emphasis-as-heading/no-emphasis-as-header - Emphasis used instead of a heading
MD036:
# Punctuation characters
punctuation: ".,;:!?。,;:!?"
# MD041/first-line-heading/first-line-h1 - First line in a file should be a top-level heading
MD041:
# Heading level
level: 1
# RegExp for matching title in front matter
front_matter_title: "^\\s*title\\s*[:=]"
# MD044/proper-names - Proper names should have the correct capitalization
MD044:
# List of proper names
names:
- Arch Linux
- Linux Mint
# Include code blocks
code_blocks: false
# MD046/code-block-style - Code block style
MD046:
# Block style
style: "fenced"
# MD048/code-fence-style - Code fence style
MD048:
# Code fence syle
style: "backtick"

View File

@ -1,7 +1,7 @@
# Maintainer: Markus Pesch <markus.pesch plus apps at cryptic.systems> # Maintainer: Markus Pesch <markus.pesch plus apps at cryptic.systems>
pkgname=fritz-tls pkgname=fritz-tls
pkgver=0.20.0 # renovate: datasource=github-releases depName=tisba/fritz-tls pkgver=0.23.0 # renovate: datasource=github-releases depName=tisba/fritz-tls
pkgrel=1 pkgrel=1
pkgdesc="Automate TLS certificate installation for AVM FRITZ!Box " pkgdesc="Automate TLS certificate installation for AVM FRITZ!Box "
arch=('armv7h' 'aarch64' 'x86_64') arch=('armv7h' 'aarch64' 'x86_64')
@ -12,8 +12,8 @@ makedepends=('go')
source=( source=(
"$url/archive/refs/tags/v$pkgver.zip" "$url/archive/refs/tags/v$pkgver.zip"
) )
sha512sums=('bebdf41a615102410ef13a94ec310a271d3c034078a1b0b59316d94d576c2a7cce45503a53eb6cf1f040483e145beb12dcb8a142f833e625eabdec1df0b810c8') sha512sums=('ec392a949ce34333869a2c633aa11bf298027842fd448cf1e249b35efc194e60c94c5126ab56bb81fbe85ef0a88ebe4d6f71042ea96d106db74cb76ebbe8e2ce')
b2sums=('4da5de9d766bcf07bb920364310ae65c069fc51bba63e84ad94fb48cdb623e69ccc0355c26ab1b037db7edb32619ff5ae7d123011b4ae6d466c5406f3d5c7743') b2sums=('0ffd9263f00db8870297a98fb293f9a018aa95237f33dc567b6cd0fc745aa09301d418a2124d09d7e1915121096e81e49b0b6e74781fe43e5d01cc59eaa70b31')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"

View File

@ -1,7 +1,6 @@
# fritz-tls # fritz-tls
![AUR version](https://img.shields.io/aur/version/fritz-tls?label=AUR) ![AUR version](https://img.shields.io/aur/version/fritz-tls?label=AUR)
[![Build Status](https://drone.cryptic.systems/api/badges/volker.raschek/fritz-tls-pkg/status.svg)](https://drone.cryptic.systems/volker.raschek/fritz-tls-pkg)
![AUR votes](https://img.shields.io/aur/votes/fritz-tls) ![AUR votes](https://img.shields.io/aur/votes/fritz-tls)
This repository contains build files to build the Arch Linux package `fritz-tls`. Instead of This repository contains build files to build the Arch Linux package `fritz-tls`. Instead of

View File

@ -1,25 +1,9 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ], "extends": [
"labels": [ "renovate" ], "local>volker.raschek/renovate-config:default#master",
"packageRules": [ "local>volker.raschek/renovate-config:container#master",
{ "local>volker.raschek/renovate-config:actions#master",
"addLabels": [ "renovate/droneci", "renovate/automerge" ], "local>volker.raschek/renovate-config:regexp#master"
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update PKGBUILD version",
"fileMatch": [ "(^|/)PKGBUILD$" ],
"matchStrings": [
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
],
"extractVersionTemplate": "^v?(?<version>.*)$"
}
] ]
} }