chore(docs): extend linter and apply lint (#3200)
* chore(docs): extend linter and apply lint * bump apps to forward docs to websiter
This commit is contained in:
+13
-8
@@ -1,13 +1,18 @@
|
||||
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md033
|
||||
# Do not warn for "Inline HTML"
|
||||
MD033: false
|
||||
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004
|
||||
# Use dash for "Unordered list style"
|
||||
MD004:
|
||||
style: dash
|
||||
|
||||
# https://github.com/DavidAnson/markdownlint/blob/v0.25.1/doc/Rules.md#md036
|
||||
# Do not warn for "Emphasis used instead of a heading"
|
||||
MD036: false
|
||||
|
||||
# https://github.com/DavidAnson/markdownlint/blob/v0.25.1/doc/Rules.md#md013
|
||||
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013
|
||||
# Do not warn for Line length
|
||||
MD013:
|
||||
# We can lower this and wrap lines. Markdown does not care.
|
||||
line_length: 999
|
||||
|
||||
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md033
|
||||
# Do not warn for "Inline HTML"
|
||||
MD033: false
|
||||
|
||||
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md036
|
||||
# Do not warn for "Emphasis used instead of a heading"
|
||||
MD036: false
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: cloudflared
|
||||
version: 0.0.15
|
||||
version: 0.0.16
|
||||
appVersion: "2022.7.1"
|
||||
description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
|
||||
type: application
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# Installation Notes
|
||||
|
||||
* Go to [cloudflare team dash](https://dash.teams.cloudflare.com)
|
||||
- Go to [cloudflare team dash](https://dash.teams.cloudflare.com)
|
||||
and create a tunnel or migrate a current tunnel(this action is not reversible)
|
||||
|
||||
* copy the token from tunnel's overview **Install and run a connector** section
|
||||
- Copy the token from tunnel's overview **Install and run a connector** section,
|
||||
|
||||
this is what your token may look like.
|
||||
|
||||
```console
|
||||
```text
|
||||
eyJhIjoiNDJhYmYwMTQzNGMyMeUzNDMzMTE1Y2M0YmFhZGY0YTciLCJ0IjoiNzBiNza5zTItMWViMS00MjdjaWFiZjEtZWMwdzIwNmQwZmI3IiwicyI6IlltRmxPV1ExTldZdE16a3lOUzAwsW1KbUxUZzJPVGN0Wm1VelptVmpaak00T1dZeiJ5
|
||||
```
|
||||
|
||||
* set `token` with **your** tunnel's token
|
||||
- Set `token` with **your** tunnel's token
|
||||
|
||||
* Now you can manage the tunnel via cloudflare dash by setting a private network or create ingress rules for your services and domain.
|
||||
- Now you can manage the tunnel via cloudflare dash by setting a private network or create ingress rules for your services and domain.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: cloudflareddns
|
||||
version: 0.0.15
|
||||
version: 0.0.16
|
||||
appVersion: "latest"
|
||||
description: Update your Cloudflare DNS records using dynamically
|
||||
type: application
|
||||
|
||||
@@ -7,6 +7,7 @@ So you've followed some of our TrueNAS guides, setup your domain name, certifica
|
||||
Domain name (can be purchased through Cloudflare or etc)
|
||||
|
||||
Cloudflare DNS management
|
||||
|
||||
- Sign up for Cloudflare free
|
||||
- Point your nameservers to the ones Cloudflare assigns to you
|
||||

|
||||
@@ -25,7 +26,6 @@ Take note of the `Zone ID` and `Account ID`, that's what we'll use inside the Cl
|
||||
|
||||

|
||||
|
||||
|
||||
## Cloudflareddns chart setup
|
||||
|
||||
Step 1-2: Name chart and leave defaults for Step 2
|
||||
@@ -53,9 +53,8 @@ Steps 4-8: Adjust as necessary but defaults are fine
|
||||
- If you need more details or have a more custom setup the documentation on the upstream chart (https://hotio.dev/containers/cloudflareddns/) is very complete so check the descriptions of the options there.
|
||||
- You can also reach us using Discord for real-time feedback and support
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- If yoOpen a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- If you found a bug in our chart, open a Github [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
Footer
|
||||
|
||||
+27
-30
@@ -1,45 +1,24 @@
|
||||
version: "0.2"
|
||||
# ignorepaths: []
|
||||
# dictionarydefinitions: []
|
||||
# dictionaries: []
|
||||
# ignorewords: []
|
||||
# import: []
|
||||
words:
|
||||
- aliasgroup
|
||||
- collabora
|
||||
- configmap
|
||||
- daemonset
|
||||
- duplicati
|
||||
- dynmap
|
||||
- healthcheck
|
||||
- kubernetes
|
||||
- lancache
|
||||
- loolwsd
|
||||
- meshroom
|
||||
- minecraft
|
||||
- modelstore
|
||||
- modports
|
||||
- nextcloud
|
||||
- notebookbar
|
||||
- puid
|
||||
- rcon
|
||||
- serviceexpert
|
||||
- ssvnc
|
||||
- statefulset
|
||||
- subquestions
|
||||
- tccr
|
||||
- traefik
|
||||
- truecharts
|
||||
- allowtransparency
|
||||
- APITOKEN
|
||||
- appname
|
||||
- backupname
|
||||
- bazarr
|
||||
- bugfixer's
|
||||
- cheatsheet
|
||||
- Cloudflareddns
|
||||
- collabora
|
||||
- configmap
|
||||
- daemonset
|
||||
- dockerized
|
||||
- duplicati
|
||||
- dynmap
|
||||
- eptgmk
|
||||
- gibibyte
|
||||
- gluster
|
||||
- healthcheck
|
||||
- healthchecks
|
||||
- hostpath
|
||||
- hyperconverged
|
||||
@@ -47,6 +26,7 @@ words:
|
||||
- iban
|
||||
- ipaddr
|
||||
- ixcert
|
||||
- ixsystems
|
||||
- jackett
|
||||
- jacobalberty
|
||||
- jailman
|
||||
@@ -55,18 +35,26 @@ words:
|
||||
- kube
|
||||
- kubeconfig
|
||||
- kubectl
|
||||
- kubernetes
|
||||
- lancache
|
||||
- lebbing
|
||||
- letsencrypt
|
||||
- lidarr
|
||||
- loadbalancer
|
||||
- loolwsd
|
||||
- meshroom
|
||||
- metallb
|
||||
- milicpu
|
||||
- minecraft
|
||||
- minio
|
||||
- modelstore
|
||||
- modports
|
||||
- mountpoint
|
||||
- nextcloud
|
||||
- nobind
|
||||
- nodeport
|
||||
- nodeports
|
||||
- notebookbar
|
||||
- ornias
|
||||
- ovpn
|
||||
- pgid
|
||||
@@ -75,31 +63,40 @@ words:
|
||||
- plex
|
||||
- preconfigured
|
||||
- proto
|
||||
- puid
|
||||
- pvcname
|
||||
- pvcpath
|
||||
- quotum
|
||||
- radarr
|
||||
- ramdisk
|
||||
- rcon
|
||||
- RECORDTYPES
|
||||
- reneg
|
||||
- resolv
|
||||
- sabnzbd
|
||||
- schouten
|
||||
- selfsigned
|
||||
- serviceexpert
|
||||
- smallblock
|
||||
- sonarr
|
||||
- sonarrsabnzbd
|
||||
- ssvnc
|
||||
- statefulset
|
||||
- subchart
|
||||
- sublist
|
||||
- subquestion
|
||||
- subquestions
|
||||
- svcname
|
||||
- syncthing
|
||||
- targetport
|
||||
- tccr
|
||||
- traefik
|
||||
- truecharts
|
||||
- truenas
|
||||
- truetool
|
||||
- unifi
|
||||
- valheim
|
||||
- vaultwarden
|
||||
- ixsystems
|
||||
- vdev
|
||||
- vm's
|
||||
- websecure
|
||||
|
||||
Reference in New Issue
Block a user