doc: Reword backlink warning
we already got more broken links :/ I don't really want it to be an agressive warn.
This commit is contained in:
parent
13da9a8877
commit
cd13de6cee
@ -21,6 +21,7 @@ Jump to docs: [inventory-app](hackerspace/README.md) / [cameras](camtiler/README
|
|||||||
[^nonginx]: No nginx annotations! Use `kind: Ingress` instead. `IngressRoute` is not used as it doesn't support [`external-dns`](bind/README.md) out of the box.
|
[^nonginx]: No nginx annotations! Use `kind: Ingress` instead. `IngressRoute` is not used as it doesn't support [`external-dns`](bind/README.md) out of the box.
|
||||||
[^authz]: Applications should use OpenID Connect (`kind: OIDCClient`) for authentication, whereever possible. If not possible, use `kind: OIDCMiddlewareClient` client, which will provide authentication via a Traefik middleware (`traefik.ingress.kubernetes.io/router.middlewares: passmower-proxmox@kubernetescrd`). Sometimes you might use both for extra security.
|
[^authz]: Applications should use OpenID Connect (`kind: OIDCClient`) for authentication, whereever possible. If not possible, use `kind: OIDCMiddlewareClient` client, which will provide authentication via a Traefik middleware (`traefik.ingress.kubernetes.io/router.middlewares: passmower-proxmox@kubernetescrd`). Sometimes you might use both for extra security.
|
||||||
|
|
||||||
|
<!-- Linked to by https://wiki.k-space.ee/e/en/hosting/storage -->
|
||||||
### Databases / -stores:
|
### Databases / -stores:
|
||||||
- KeyDB: `kind: KeydbClaim` (replaces Redis[^redisdead])
|
- KeyDB: `kind: KeydbClaim` (replaces Redis[^redisdead])
|
||||||
- Dragonfly: `kind: Dragonfly` (replaces Redis[^redisdead])
|
- Dragonfly: `kind: Dragonfly` (replaces Redis[^redisdead])
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# ansible doors -m shell -a "ctr image pull harbor.k-space.ee/k-space/mjpg-streamer:latest"
|
# ansible doors -m shell -a "ctr image pull harbor.k-space.ee/k-space/mjpg-streamer:latest"
|
||||||
# journalctl -u mjpg_streamer@video0.service -f
|
# journalctl -u mjpg_streamer@video0.service -f
|
||||||
|
|
||||||
# Referenced and documented by https://wiki.k-space.ee/en/hosting/doors
|
# Referenced/linked and documented by https://wiki.k-space.ee/en/hosting/doors
|
||||||
- name: Setup doors
|
- name: Setup doors
|
||||||
hosts: doors
|
hosts: doors
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Referenced and documented by https://wiki.k-space.ee/en/hosting/storage#zrepl
|
# Referenced/linked and documented by https://wiki.k-space.ee/en/hosting/storage#zrepl
|
||||||
|
|
||||||
- name: zrepl
|
- name: zrepl
|
||||||
hosts: nasgroup
|
hosts: nasgroup
|
||||||
|
@ -268,7 +268,7 @@ spec:
|
|||||||
annotations:
|
annotations:
|
||||||
summary: CPU limits are bottleneck
|
summary: CPU limits are bottleneck
|
||||||
---
|
---
|
||||||
# Referenced by README.md
|
# Referenced/linked by README.md
|
||||||
apiVersion: k-space.ee/v1alpha1
|
apiVersion: k-space.ee/v1alpha1
|
||||||
kind: Camera
|
kind: Camera
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
## inventory.k-space.ee
|
## inventory.k-space.ee
|
||||||
Reads-writes to mongo.
|
Reads-writes to mongo.
|
||||||
|
|
||||||
<!-- Referenced by https://wiki.k-space.ee/en/hosting/doors -->
|
<!-- Referenced/linked by https://wiki.k-space.ee/en/hosting/doors -->
|
||||||
A component of inventory is 'doorboy' (https://wiki.k-space.ee/en/hosting/doors)
|
A component of inventory is 'doorboy' (https://wiki.k-space.ee/en/hosting/doors)
|
||||||
|
|
||||||
## k6.ee
|
## k6.ee
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Referenced and documented by https://wiki.k-space.ee/en/hosting/doors
|
# Referenced/linked and documented by https://wiki.k-space.ee/en/hosting/doors
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
Loading…
Reference in New Issue
Block a user