this post was submitted on 07 Jul 2023
35 points (92.7% liked)

Selfhosted

39162 readers
364 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Since over 90% percent of the time I’m on a personal device, I would rather have this on by default, and only specifically uncheck if I’m on a public device.

Yea it only takes a second to check it, but another annoyance is that iOS would only show the big blue button to auto fill when you first load the page. After any interaction, it’s gone.

I’m not sure if there is an Authelia setting that I’m unaware of. I looked through the online doc and couldn’t find anything about this.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] OmltCat@lemmy.world 1 points 1 year ago (1 children)

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?

[–] Perhyte@lemmy.world 2 points 1 year ago (1 children)

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...

[–] Wingy@lemmy.ml 1 points 1 year ago

You could inject JS that waits for the JS to generate the form then manipulates its state.