| | |
| | | 2. `npm install` |
| | | 3. `npm start` |
| | | 4. Start borgbutler-server's Main. |
| | | |
| | | === Ideas |
| | | ==== 2 factor authentication |
| | | https://github.com/j256/two-factor-auth |
| | | |
| | |
| | | * |
| | | * @param force If true, a reload of all repositories is forced. |
| | | * @param prettyPrinter If true then the json output will be in pretty format. |
| | | * @return A list of repositories of type {@link Repository}. |
| | | * @see JsonUtils#toJson(Object, boolean) |
| | | */ |
| | | public String getList(@QueryParam("force") boolean force, @QueryParam("prettyPrinter") boolean prettyPrinter) { |