-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.toml.example
More file actions
33 lines (26 loc) · 1.28 KB
/
server.toml.example
File metadata and controls
33 lines (26 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# thinkbook-eink configuration
# Place this file at /etc/thinkbook-eink/server.toml
# ---------------------------------------------------------------------------
# Display
# ---------------------------------------------------------------------------
# Rotate the display 180 degrees. Useful if the laptop is mounted upside down
# or the lid display is physically inverted relative to your setup.
# Default: false
#flip = true
# Colour theme. "dark" = dark background with bright text (default).
# "light" = light background with dark text.
# Default: "dark"
#theme = "light"
# ---------------------------------------------------------------------------
# Nextcloud (eink-server only)
# ---------------------------------------------------------------------------
# Nextcloud URL (no trailing slash)
#nextcloud_url = "https://localhost"
# Nextcloud admin credentials for version/latency checks.
# Leave empty to skip (online/offline detection still works via status.php).
#nextcloud_user = "admin"
#nextcloud_password = "your-password-here"
# Nextcloud app token (recommended over password).
# Generate one in Nextcloud: Settings -> Security -> Devices & sessions.
# When set, nextcloud_password is ignored. Requires nextcloud_user to be set.
#nextcloud_token = "xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"