Under CasaOS, runing gitea-mirror as a docker image, launching it will take me to the set up screen where it will ask for an email, and password (twice).
No matter what i write into those fields, i always get an "invalid origin" pop up.
I have never used gitea mirror, this is just the first time using it.
If it might be of help, CasaOS doesnt allow to install gitea as a single "app", so i cant edit any YAML file or modify the settings.
Originally created by @ricardosaurio on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/173
Under CasaOS, runing gitea-mirror as a docker image, launching it will take me to the set up screen where it will ask for an email, and password (twice).
No matter what i write into those fields, i always get an "invalid origin" pop up.
I have never used gitea mirror, this is just the first time using it.
If it might be of help, CasaOS doesnt allow to install gitea as a single "app", so i cant edit any YAML file or modify the settings.
<img width="985" height="592" alt="Image" src="https://github.com/user-attachments/assets/2e83000b-71b9-43ce-82b9-4149d1869033" />
<!-- gh-comment-id:3920829978 -->
@williamwebb commented on GitHub (Feb 18, 2026):
You will need to add your domain as a trusted origin. These can be set via environmental variables in your docker container, they are outlined here. https://github.com/RayLabsHQ/gitea-mirror/blob/main/docs/ENVIRONMENT_VARIABLES.md. Specifically look at PUBLIC_BETTER_AUTH_URL and BETTER_AUTH_TRUSTED_ORIGINS.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @ricardosaurio on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/173
Under CasaOS, runing gitea-mirror as a docker image, launching it will take me to the set up screen where it will ask for an email, and password (twice).
No matter what i write into those fields, i always get an "invalid origin" pop up.
I have never used gitea mirror, this is just the first time using it.
If it might be of help, CasaOS doesnt allow to install gitea as a single "app", so i cant edit any YAML file or modify the settings.
@williamwebb commented on GitHub (Feb 18, 2026):
You will need to add your domain as a trusted origin. These can be set via environmental variables in your docker container, they are outlined here. https://github.com/RayLabsHQ/gitea-mirror/blob/main/docs/ENVIRONMENT_VARIABLES.md. Specifically look at PUBLIC_BETTER_AUTH_URL and BETTER_AUTH_TRUSTED_ORIGINS.
@ricardosaurio commented on GitHub (Feb 18, 2026):
Thanks, i will try and come back at you,