Our Personal Data Server from scratch!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

more rewording

+1 -3
-1
docs/install-kubernetes.md
··· 228 228 229 229 Mount a ConfigMap with your `homepage.html` into the container's frontend directory and it becomes your landing page. Go nuts with it. Account dashboard is at `/app/` so you won't break anything. 230 230 231 - 232 231 ```yaml 233 232 apiVersion: v1 234 233 kind: ConfigMap
+1 -2
example.toml
··· 3 3 # 1. Environment variables (highest priority, always win) 4 4 # 2. A custom config file, either passed with --config or the file 5 5 # referenced in the TRANQUIL_PDS_CONFIG environment variable 6 - # 3. /etc/tranquil-pds/config.toml (always loaded as a base, even when 7 - # a custom config path is specified) 6 + # 3. /etc/tranquil-pds/config.toml (always loaded regardless of config values) 8 7 # 9 8 # Useful commands: 10 9 # tranquil-pds validate - validate your config without starting