🏡 index : github.com/captn3m0/nebula.git

author Nemo <me@captnemo.in> 2018-04-09 1:53:04.0 +05:30:00
committer Nemo <me@captnemo.in> 2018-04-09 1:53:23.0 +05:30:00
commit
1be61eadae6d434fdc7231c7982a487f3464858a [patch]
tree
144319ce9d9bb504b3942438743d3decac2291d5
parent
36c04c5ad37129b3edadb0f1a1bf0963821410ed
download
1be61eadae6d434fdc7231c7982a487f3464858a.tar.gz

Adds people to immutable config



Diff

 docker/conf/ubooquity.json | 27 ++++++++++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)

diff --git a/docker/conf/ubooquity.json b/docker/conf/ubooquity.json
index 5444e58..cb96f4d 100644
--- a/docker/conf/ubooquity.json
+++ a/docker/conf/ubooquity.json
@@ -1,10 +1,13 @@
{
  "filesPaths": [
    {
      "pathString": "/files",
      "userName": [
        "reddit",
        "tatooine"
        "tatooine",
        "sankalp",
        "riccu",
        "pratyush"
      ]

    }

  ],

@@ -13,7 +16,10 @@
      "pathString": "/comics",
      "userName": [
        "reddit",
        "tatooine"
        "tatooine",
        "sankalp",
        "riccu",
        "pratyush"
      ]

    }

  ],

@@ -22,7 +28,10 @@
      "pathString": "/books",
      "userName": [
        "reddit",
        "tatooine"
        "tatooine",
        "sankalp",
        "riccu",
        "pratyush"
      ]

    }

  ],

@@ -34,6 +43,18 @@
    {
      "name": "tatooine",
      "passwordHash": "ca0c540641a9e34c47cbd1866443ca181202aaa422fcc5ad4cbf75095aab7da0"
    },

    {
      "name": "riccu",
      "passwordHash": "ff66d15e21624763cb2d65a21a7aa275ae65219d6f5ed0e5c5583c9be2fc3b12"
    },

    {
      "name": "sankalp",
      "passwordHash": "b3c219dffa8a379c4daaed75c63141ebefa2a6f0a872e9cd7f328ad6511fb863"
    },

    {
      "name": "pratyush",
      "passwordHash": "e63af1a184949abfd3666ef2c60c462191619fdcefadf9021a5d24f236d302fe"
    }

  ],

  "isFilesProviderEnabled": true,