-
- There is no strict front end/back end in OneDev. It is using Wicket which renders UI in backend.
- It does not use database, by default it uses embedded hsqldb, and you may switch to use MySQL, Oracle, SQL Server, PostgreSQL, MariaDB. For details, please check "conf/hibernate.properties"
- All git repositories are stored inside "site/projects//git"
-
Thank you.
I am asking, because I am thinking of a possible HA setup or implementation.
-
Ok, maybe this is kind of crazy idea but is it possible to run OneDev in kind of headless mode with web UI disabled (or enabled but not used) and just use independently implemented web UI interacting with OneDev as backend through REST API?
Does the REST API cover all the functionality?
-
This is almost impossible. RESTful api does not offer all capabilities currently the web UI desires.
-
Ok, thank you.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
Do you have any diagrams or any description of OneDev architecture? I mean, when it is deployed, what kind of different resources and elements are used.