Important changes:
The "shift" key is called "MAJ" (short for "majuskla" for "uppercase") in the translation, so the new lines have been updated.
"beligi json" is technically a valid string, but the "-on" ending could be confused for a grammatical ending, with the whole string being interpreted as "beautify javascript" instead, so instead "JSON" is capitalized and another "on" ending is added.
A few commas are added for readability.
Signed-off-by: /dev/urandom <53902042+slashdevslashurandom@users.noreply.github.com>
makes it possible to login from the webbrowser dillo;
* unlike every other browser, dillo does NOT send a trailing "\r\n"
after the terminating "--"; turns out that dillo got this right
and every other browser didn't, fun
* dillo announces the boundary in quotes, which is spec-optional
the multipart-parser is now 2% slower
`up-site` will override the scheme and domain (https://example.com/)
in the links to newly uploaded files, making it possible to upload a
file from a LAN IP while obtaining an external URL in return
`shr-site` will override the scheme and domain (https://example.com/)
in the link to a newly created share, making it possible to create a
share from a LAN IP while obtaining an external URL in return
---------
Co-authored-by: mechabubba <stevenvanniisprettycool@gmail.com>
* fix: make right-click menu work in search view
* fix: allow for markdown files to be opened in viewer when in search view
---------
Co-authored-by: ed <s@ocv.me>
* nixos: use mkPackageOption instead of mkOption for the package option
This gets rid of a warning when trying to build a system with
documentation.nixos.includeAllModules enabled
* nixos: don't include package path in option descriptions
See https://github.com/9001/copyparty/pull/1193, this actually fixes the issue
* nixos: fix formatting of services.copyparty.volumes.<name>.access
List will now show up properly on the nixos manual!
* nixos: add or improve inline code blocks in option descriptions