Skip to content

Change the auth code shared URL for self-hosted #8994

@jecal22

Description

@jecal22

I am self-hosting the ente suite and have everything working perfectly under my custom domains. The only thing I have noticed is when sharing an auth code, the URL is being presented as https://auth.ente.io/share... instead of https://auth.<mydomain.com>/share. I think it has to do with the line in code_share.dart where it appears auth.ente.io is hard coded. Perhaps this can be set as a variable which can be set in the musum.yaml under the apps section along with the other self-hosted app URL declarations?

'https://auth.ente.io/share?data=${_uint8ListToUrlSafeBase64(encResult.encryptedData!)}&header=${_uint8ListToUrlSafeBase64(encResult.header!)}#${_uint8ListToUrlSafeBase64(key)}';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions