You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ easy. Contents:
17
17
| ssl | PKI certificate tools (deprecated by k8s) |
18
18
| stacks | container resources in docker-compose format |
19
19
20
-
Find images at [docker hub/instantlinux](https://hub.docker.com/r/instantlinux/). Each image is scanned for published CVE vulnerabilities by (trivy)[https://trivy.dev/] before promotion to Docker Hub.
20
+
Find images at [docker hub/instantlinux](https://hub.docker.com/r/instantlinux/). Each image is scanned by [trivy](https://trivy.dev/) to ensure they contain no known CVE vulnerabilities before promotion to Docker Hub.
21
21
22
22
Find a lot more details about the Kubernetes bare-metal installer in [k8s/README](k8s/README.md).
Copy file name to clipboardExpand all lines: images/mythtv-backend/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,15 @@ This ansible script is prone to configuration glitches so you will likely have t
77
77
78
78
Note that the [Kodi](https://kodi.tv/download/) frontend also provides limited support for the MythTV backend.
79
79
80
+
### Volumes
81
+
82
+
Optionally, mount these path names to persistent storage:
83
+
84
+
Path | Description
85
+
---- | -----------
86
+
/var/log/apache2 | Apache logs
87
+
/etc/ssh | Host keys and configs for ssh
88
+
80
89
### Secrets
81
90
82
91
Add these as Kubernetes secrets, or if you're running standalone specify these with source type "file". See the above volume mounts or the sample docker-compose.yml.
0 commit comments