Activity
Newest
Oldest
Kai
A Note for Kubernetes Helm deployments:
Add to values.yaml:
volumeMounts:
- name: favi-blank
mountPath: /assets/favicons
volumes:
- name: favi-blank
emptyDir: {}
To prevent your html injection from being overwritten with wikijs's favicon.
PJ Palomaki
Currently, a hacky way to achieve is to inject it into the HTML via Theme > Code Injection. Under HTML, just add
<link rel="icon" type="image/png" href="https://my-assets/favicon.png">
Alde Roberge
For future reference, use "https://realfavicongenerator.net/" and place the result in wiki/Assets/Favicons
P
Philip Warner
You can do this with HTML code injection in the header - something like this: <link rel="shortcut icon" type="image/x-icon" href="https://your-domain.com/favicon.ico">
You'll need to host the favicon file outside of your wiki.js installation
G
Gordon D. Bonnar
I would also appreciate the ability to change this in the administration panel by choosing an asset, just like we can with the logo.
Remi Dupuis
Yes! Please. I'm trying to change it by the html and css injection, but I'm not getting
M Prajescu
+ 1 because it's about time
roberto
Yes please!!!
L
Leonhard Voos
+1 please
Nicolas Giard
in progress
Load More
→