You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,71 @@ lain-upload -v
107
107
-[mixdrop](https://mixdrop.ag/) - Support for user authentication with mail and API keys (**Required**).
108
108
-[sharey](https://sharey.org/) - Support for custom expiration time.
109
109
110
+
## Configuration
111
+
112
+
lain-upload supports a JSON configuration file to set a default host and per-host options. You can create a default config, inspect the effective configuration, and override or ignore the config file at runtime.
113
+
114
+
- Default path
115
+
- Linux/BSD: `$XDG_CONFIG_HOME/necraul/lain-upload.json` or `~/.config/necraul/lain-upload.json`
0 commit comments