feat: filter css admin buttons
This commit is contained in:
parent
40a0c0729f
commit
a6ef74702d
@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
element:
|
homepage:
|
||||||
image: "$IMAGEAPP"
|
image: "$IMAGEAPP"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json:ro
|
- ./config/:/app/config/
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
#revalidate {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.k8s-status {
|
||||||
|
display: none;
|
||||||
|
}
|
@ -2,12 +2,14 @@
|
|||||||
# https://gethomepage.dev/latest/configs/settings
|
# https://gethomepage.dev/latest/configs/settings
|
||||||
|
|
||||||
instanceName: "$INSTANCE_NAME"
|
instanceName: "$INSTANCE_NAME"
|
||||||
headerStyle: clean
|
|
||||||
target: _self
|
target: _self
|
||||||
|
hideErrors: true
|
||||||
|
|
||||||
layout:
|
layout:
|
||||||
Kubernetes:
|
Kubernetes:
|
||||||
header: false
|
header: false
|
||||||
|
style: row
|
||||||
|
columns: 4
|
||||||
|
|
||||||
quicklaunch:
|
quicklaunch:
|
||||||
searchDescriptions: true
|
searchDescriptions: true
|
||||||
|
@ -5,4 +5,5 @@
|
|||||||
provider: custom
|
provider: custom
|
||||||
url: https://searx.gmoker.com/search?q=
|
url: https://searx.gmoker.com/search?q=
|
||||||
suggestionUrl: https://searx.gmoker.com/autocompleter?q=
|
suggestionUrl: https://searx.gmoker.com/autocompleter?q=
|
||||||
|
showSearchSuggestions: true
|
||||||
target: _self
|
target: _self
|
||||||
|
@ -33,7 +33,6 @@ function kgcmkey() {
|
|||||||
kcreatecm homepage \
|
kcreatecm homepage \
|
||||||
--from-file=bookmarks.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/bookmarks.yaml) \
|
--from-file=bookmarks.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/bookmarks.yaml) \
|
||||||
--from-file=custom.css=<(envsubst "$(env | xargs printf '$%s ')" < config/custom.css) \
|
--from-file=custom.css=<(envsubst "$(env | xargs printf '$%s ')" < config/custom.css) \
|
||||||
--from-file=custom.js=<(envsubst "$(env | xargs printf '$%s ')" < config/custom.js) \
|
|
||||||
--from-file=kubernetes.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/kubernetes.yaml) \
|
--from-file=kubernetes.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/kubernetes.yaml) \
|
||||||
--from-file=services.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/services.yaml) \
|
--from-file=services.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/services.yaml) \
|
||||||
--from-file=settings.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/settings.yaml) \
|
--from-file=settings.yaml=<(envsubst "$(env | xargs printf '$%s ')" < config/settings.yaml) \
|
||||||
|
@ -72,9 +72,6 @@ spec:
|
|||||||
- name: config
|
- name: config
|
||||||
mountPath: /app/config/custom.css
|
mountPath: /app/config/custom.css
|
||||||
subPath: custom.css
|
subPath: custom.css
|
||||||
- name: config
|
|
||||||
mountPath: /app/config/custom.js
|
|
||||||
subPath: custom.js
|
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /app/config/kubernetes.yaml
|
mountPath: /app/config/kubernetes.yaml
|
||||||
subPath: kubernetes.yaml
|
subPath: kubernetes.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user