mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Updated Server installation (markdown)
parent
19ec5614ee
commit
491e3002ee
@ -10,7 +10,14 @@ Server installation has both desktop and [[mobile frontend]].
|
||||
|
||||
## Configuration
|
||||
|
||||
For server installations, you might want to configure e.g. port or [[TLS|TLS configuration]]. This is done in the Trilium config file, by default it's in `config.ini` in the [[data directory]]
|
||||
For server installations, you might want to configure e.g. port or [[TLS|TLS configuration]]. This is done in the Trilium config file, by default it's in `config.ini` in the [[data directory]].
|
||||
|
||||
Among others, you can also disable authentication (in case you run on localhost only or authentication is handled by another component) with:
|
||||
|
||||
```
|
||||
[General]
|
||||
noAuthentication=true
|
||||
```
|
||||
|
||||
### Config location
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user