Update 'Troubleshoot Guide'

M M Arif 2023-01-20 17:51:29 +00:00
parent eef38dd84d
commit bf786ea886
1 changed files with 3 additions and 3 deletions

@ -3,7 +3,7 @@
### I have HTTP basic authentication enabled at proxy level with pass thru. How to login?
On the login screen in the URL field enter `YOUR-USERNAME@YOUR-DOMAIN.COM` and skip the username field to fill. This will let you login to the app. For example, `gitnex@try.gitea.io`
**Please note, that your proxy level username and password should be the same with your Gitea logins.**
**Please note, that your proxy level username and password should be the same with your Forgejo or Gitea logins.**
This feature is available in **GitNex version 1.2.0** and above.
@ -29,8 +29,8 @@ Self signed certificates are only supported from version **2.5.0**. Make sure yo
### What version of Android do you guys test the app on?
We normally test a release on Android 9 and above. If you have Android 6, 7 and there is an issue with the app, please let us know so we can test on that version and help fix the problem. Opening an issue is a [step away](https://codeberg.org/gitnex/GitNex/issues).
### "No gitea detected", why I am getting this message?
If you have compiled Gitea and the version format is not like `1.12.3` etc and instead it resemble the commit hash `dhsb82g2`. You will need to recompile Gitea again with proper and correct version. Check out our discord channel or Gitea cheat sheet for more details. To know your gitea version, type in browser `https://YOUR-DOMAIN/api/v1/version`. Change `https://YOUR-DOMAIN` to the actual IP or domain.
### "No instance detected", why I am getting this message?
If you have compiled Forgejo or Gitea and the version format is not like `1.12.3` etc and instead it resemble the commit hash `dhsb82g2`. You will need to recompile Forgejo or Gitea again with proper and correct version. Check out our discord channel or Forgejo or Gitea cheat sheet for more details. To know your Forgejo or Gitea version, type in browser `https://YOUR-DOMAIN/api/v1/version`. Change `https://YOUR-DOMAIN` to the actual IP or domain.
### I cannot browse directories inside file browser.
Make sure your proxy web server is setup properly, check this [link](https://docs.gitea.io/en-us/reverse-proxies/#apache-httpd) for Apache. If still encounter issues, open an [issue](https://codeberg.org/gitnex/GitNex/issues/new/choose).