diff --git a/frontend/public/json/gitea.json b/frontend/public/json/gitea.json index 117515c4e6..b07291d507 100644 --- a/frontend/public/json/gitea.json +++ b/frontend/public/json/gitea.json @@ -42,5 +42,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "The script installs SQLite3 as default database provider. You will be asked to select database type when you initially open the application URL. Select SQLite3 or provide your own database.", + "type": "info" + } + ] }