Change login page to include text

What type of hardware are you using: Virtual machine
What YunoHost version are you running: 12.0.12
How are you able to access your server: The webadmin

Describe your issue

Is there a possibility to persistently change the login page (domain.mytld/yunohost/sso/login/)? I would like to include contact-mail or link to a different page.

I send mails via this domain (e.g. from basti@mydomain.tld). And recently my mail was rejected by t-online (a huge mailprovider in Germany) because I have no easily discoverable contact possibility on the main-domain.

Things I thought about:

  • changing the code directly → this will be overwritten next time yunohost updates.. (How to edit the login page to add a link? - #5 by rodinux)
  • Using a custom_webapp/redirect_app on the main-domain → this would probably work, but then I’d lose the easy-reachable login page.

Are there any other way to accomplish this?

Share relevant logs or error messages

You can set the portal on a subdomain portal.domain.com and have a simple page or a blog on the main domain

1 Like

Thanks, that did the trick.

For future reference:

Change the url for the portal:

yunohost domain main-domain -n portal.domain.tld

Then install GitHub - YunoHost-Apps/my_webapp_ynh: Custom Web app with SFTP access on the domain under a sub-path and make the app the default for this domain.

1 Like