view the rest of the comments
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Time to implement a new checkbox “remember the state of the remember me checkbox”
Jokes aside this probably requires injecting some code or script into the webpage. Maybe theres a browser extension that can do this.
I wonder if this can be done with a reverse proxy. Nginx can change specific strings in the page it returns, so maybe this can be pushed a bit further?
On my install it looks like it's not just an easily modified HTML form: it appears to be generated by (minified) javascript.
However, the length of time it will remember you is configurable, so if you set that to something like 10 years (
10y
) it shouldn't bother you very often...You could inject JS that waits for the JS to generate the form then manipulates its state.