submit token should be enough. no full user authentication needed

This commit is contained in:
mtrx 2024-12-28 02:12:46 +01:00
parent 7ba1605456
commit 917e7d824d
3 changed files with 5 additions and 0 deletions

View file

@ -39,6 +39,7 @@ where crablog is run. An example configuration is provided:
CL_USERNAME=yourusername
CL_EMAIL=me@mydomain.tld # optional
CL_BIND_PORT=8000 # optional
CL_SUBMIT_TOKEN=Submit!123 # required, token needed for submitting / "login password"
CL_SESSION_SECRET=<some long generated secret> # required, session key encryption secret
CL_GITHUB_ACCOUNT=yourusername # optional
CL_TWITTER_ACCOUNT=yourusername # optional