Marek Rogalski
Marek Rogalski
[Bug]: Lemmy backend should respond with a descriptive error message when title length is too long
### Requirements - [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...
Some OS-es block Wi-Fi using rf-kill. Gatekeeper should handle such case and override rf-kill settings while it's running.
https://www.rfc-editor.org/rfc/rfc8767 Keeping expired DNS records is a pretty good idea. Answers for those queries could then be provided hundreds of milliseconds faster. It's also good for transparency - user visiting...
OpenWRT is a fairly popular OS for homelabs. It would be pretty nice if Gatekeeper could be easily installed & executed there (say as a OpenWRT package).
See http://miniupnp.free.fr/ for reference. This seems to be used by some ASUS routers.
1. Gatekeeper should check if passwordless sudo is available & use it automatically at startup if not running as root. 2. If running under graphical environment, graphical password prompt should...
While htmx is allows one to avoid custom JS, it pollutes HTML markup with hx-attributes. Because of that it should be replaced with a proper script.js. Potentially it could also...
HTML markup of the Web UI is pretty clean already but there are a couple of places where stylistic elements are hardcoded in HTML. Two specific instances are images in...
Many other features in Gatekeeper would need to store some state somewhere. This issue is about adding such mechanism. It should be: - familiar (don't invent any new mechanisms or...