mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
14.51.2018 26604dfac130340dbcfa82d6cc26cb4ccca6ade2
doc...
2 files modified
6 ■■■■■ changed files
README.adoc 5 ●●●●● patch | view | raw | blame | history
borgbutler-server/src/main/java/de/micromata/borgbutler/server/rest/ReposRest.java 1 ●●●● patch | view | raw | blame | history
README.adoc
@@ -51,3 +51,8 @@
2. `npm install`
3. `npm start`
4. Start borgbutler-server's Main.
=== Ideas
==== 2 factor authentication
https://github.com/j256/two-factor-auth
borgbutler-server/src/main/java/de/micromata/borgbutler/server/rest/ReposRest.java
@@ -39,6 +39,7 @@
     *
     * @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) {