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
|
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md004
|
||||||
# Do not warn for "Inline HTML"
|
# Use dash for "Unordered list style"
|
||||||
MD033: false
|
MD004:
|
||||||
|
style: dash
|
||||||
|
|
||||||
# https://github.com/DavidAnson/markdownlint/blob/v0.25.1/doc/Rules.md#md036
|
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013
|
||||||
# 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
|
|
||||||
# Do not warn for Line length
|
# Do not warn for Line length
|
||||||
MD013:
|
MD013:
|
||||||
# We can lower this and wrap lines. Markdown does not care.
|
# We can lower this and wrap lines. Markdown does not care.
|
||||||
line_length: 999
|
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
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: cloudflared
|
name: cloudflared
|
||||||
version: 0.0.15
|
version: 0.0.16
|
||||||
appVersion: "2022.7.1"
|
appVersion: "2022.7.1"
|
||||||
description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
|
description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -1,16 +1,16 @@
|
|||||||
# Installation Notes
|
# 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)
|
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.
|
this is what your token may look like.
|
||||||
|
|
||||||
```console
|
```text
|
||||||
eyJhIjoiNDJhYmYwMTQzNGMyMeUzNDMzMTE1Y2M0YmFhZGY0YTciLCJ0IjoiNzBiNza5zTItMWViMS00MjdjaWFiZjEtZWMwdzIwNmQwZmI3IiwicyI6IlltRmxPV1ExTldZdE16a3lOUzAwsW1KbUxUZzJPVGN0Wm1VelptVmpaak00T1dZeiJ5
|
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
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: cloudflareddns
|
name: cloudflareddns
|
||||||
version: 0.0.15
|
version: 0.0.16
|
||||||
appVersion: "latest"
|
appVersion: "latest"
|
||||||
description: Update your Cloudflare DNS records using dynamically
|
description: Update your Cloudflare DNS records using dynamically
|
||||||
type: application
|
type: application
|
||||||
|
|||||||
@@ -7,8 +7,9 @@ So you've followed some of our TrueNAS guides, setup your domain name, certifica
|
|||||||
Domain name (can be purchased through Cloudflare or etc)
|
Domain name (can be purchased through Cloudflare or etc)
|
||||||
|
|
||||||
Cloudflare DNS management
|
Cloudflare DNS management
|
||||||
- Sign up for Cloudflare free
|
|
||||||
- Point your nameservers to the ones Cloudflare assigns to you
|
- Sign up for Cloudflare free
|
||||||
|
- Point your nameservers to the ones Cloudflare assigns to you
|
||||||

|

|
||||||
|
|
||||||
Cloudflareddns chart
|
Cloudflareddns chart
|
||||||
@@ -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
|
## Cloudflareddns chart setup
|
||||||
|
|
||||||
Step 1-2: Name chart and leave defaults for Step 2
|
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.
|
- 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
|
- You can also reach us using Discord for real-time feedback and support
|
||||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
- 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
|
All Rights Reserved - The TrueCharts Project
|
||||||
Footer
|
|
||||||
|
|||||||
+27
-30
@@ -1,45 +1,24 @@
|
|||||||
version: "0.2"
|
version: "0.2"
|
||||||
# ignorepaths: []
|
|
||||||
# dictionarydefinitions: []
|
|
||||||
# dictionaries: []
|
|
||||||
# ignorewords: []
|
|
||||||
# import: []
|
|
||||||
words:
|
words:
|
||||||
- aliasgroup
|
- 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
|
- allowtransparency
|
||||||
|
- APITOKEN
|
||||||
- appname
|
- appname
|
||||||
- backupname
|
- backupname
|
||||||
- bazarr
|
- bazarr
|
||||||
- bugfixer's
|
- bugfixer's
|
||||||
- cheatsheet
|
- cheatsheet
|
||||||
|
- Cloudflareddns
|
||||||
|
- collabora
|
||||||
|
- configmap
|
||||||
|
- daemonset
|
||||||
- dockerized
|
- dockerized
|
||||||
|
- duplicati
|
||||||
|
- dynmap
|
||||||
- eptgmk
|
- eptgmk
|
||||||
- gibibyte
|
- gibibyte
|
||||||
- gluster
|
- gluster
|
||||||
|
- healthcheck
|
||||||
- healthchecks
|
- healthchecks
|
||||||
- hostpath
|
- hostpath
|
||||||
- hyperconverged
|
- hyperconverged
|
||||||
@@ -47,6 +26,7 @@ words:
|
|||||||
- iban
|
- iban
|
||||||
- ipaddr
|
- ipaddr
|
||||||
- ixcert
|
- ixcert
|
||||||
|
- ixsystems
|
||||||
- jackett
|
- jackett
|
||||||
- jacobalberty
|
- jacobalberty
|
||||||
- jailman
|
- jailman
|
||||||
@@ -55,18 +35,26 @@ words:
|
|||||||
- kube
|
- kube
|
||||||
- kubeconfig
|
- kubeconfig
|
||||||
- kubectl
|
- kubectl
|
||||||
|
- kubernetes
|
||||||
|
- lancache
|
||||||
- lebbing
|
- lebbing
|
||||||
- letsencrypt
|
- letsencrypt
|
||||||
- lidarr
|
- lidarr
|
||||||
- loadbalancer
|
- loadbalancer
|
||||||
|
- loolwsd
|
||||||
|
- meshroom
|
||||||
- metallb
|
- metallb
|
||||||
- milicpu
|
- milicpu
|
||||||
- minecraft
|
- minecraft
|
||||||
- minio
|
- minio
|
||||||
|
- modelstore
|
||||||
|
- modports
|
||||||
- mountpoint
|
- mountpoint
|
||||||
|
- nextcloud
|
||||||
- nobind
|
- nobind
|
||||||
- nodeport
|
- nodeport
|
||||||
- nodeports
|
- nodeports
|
||||||
|
- notebookbar
|
||||||
- ornias
|
- ornias
|
||||||
- ovpn
|
- ovpn
|
||||||
- pgid
|
- pgid
|
||||||
@@ -75,31 +63,40 @@ words:
|
|||||||
- plex
|
- plex
|
||||||
- preconfigured
|
- preconfigured
|
||||||
- proto
|
- proto
|
||||||
|
- puid
|
||||||
- pvcname
|
- pvcname
|
||||||
- pvcpath
|
- pvcpath
|
||||||
- quotum
|
- quotum
|
||||||
- radarr
|
- radarr
|
||||||
- ramdisk
|
- ramdisk
|
||||||
|
- rcon
|
||||||
|
- RECORDTYPES
|
||||||
- reneg
|
- reneg
|
||||||
- resolv
|
- resolv
|
||||||
- sabnzbd
|
- sabnzbd
|
||||||
- schouten
|
- schouten
|
||||||
- selfsigned
|
- selfsigned
|
||||||
|
- serviceexpert
|
||||||
- smallblock
|
- smallblock
|
||||||
- sonarr
|
- sonarr
|
||||||
- sonarrsabnzbd
|
- sonarrsabnzbd
|
||||||
|
- ssvnc
|
||||||
|
- statefulset
|
||||||
- subchart
|
- subchart
|
||||||
- sublist
|
- sublist
|
||||||
- subquestion
|
- subquestion
|
||||||
|
- subquestions
|
||||||
- svcname
|
- svcname
|
||||||
- syncthing
|
- syncthing
|
||||||
- targetport
|
- targetport
|
||||||
|
- tccr
|
||||||
|
- traefik
|
||||||
|
- truecharts
|
||||||
- truenas
|
- truenas
|
||||||
- truetool
|
- truetool
|
||||||
- unifi
|
- unifi
|
||||||
- valheim
|
- valheim
|
||||||
- vaultwarden
|
- vaultwarden
|
||||||
- ixsystems
|
|
||||||
- vdev
|
- vdev
|
||||||
- vm's
|
- vm's
|
||||||
- websecure
|
- websecure
|
||||||
|
|||||||
Reference in New Issue
Block a user