From fab8b080c85ef5832bc88de7a6dface3c0a8ae0e Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 12 May 2023 05:23:41 +0000 Subject: [PATCH] Update 'Troubleshoot Guide' --- Troubleshoot-Guide.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Troubleshoot-Guide.md b/Troubleshoot-Guide.md index 91b0dbd..12144c2 100644 --- a/Troubleshoot-Guide.md +++ b/Troubleshoot-Guide.md @@ -33,4 +33,7 @@ We normally test a release on Android 9 and above. If you have Android 6, 7 and 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). \ No newline at end of file +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). + +### I am using Gitea/Forgejo version 1.19 or above. Which token scopes should I select when creating an application token? +For optimal results, it is recommended that you choose all available scopes. GitNex adds new features with each release, and there may come a time when your token with limited scope access will prevent you from using a function or feature. Therefore, selecting all scopes is advised. \ No newline at end of file