Skip to content

Commit

Permalink
Fixes the mistake in config of libms in docker compose files (INTO-CP…
Browse files Browse the repository at this point in the history
  • Loading branch information
prasadtalasila authored May 20, 2024
1 parent 7d69b0b commit 0dd3061
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 57 deletions.
6 changes: 0 additions & 6 deletions deploy/config/lib

This file was deleted.

2 changes: 1 addition & 1 deletion deploy/config/lib.docker
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORT='4001'
MODE='local'
LOCAL_PATH ='/Users/<Username>/DTaaS/files'
LOCAL_PATH ='/dtaas/libms/files'
LOG_LEVEL='debug'
APOLLO_PATH='/lib'
GRAPHQL_PLAYGROUND='true'
25 changes: 0 additions & 25 deletions deploy/docker/SERVER.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,31 +144,6 @@ cp -R files/user1 files/username
where _username_ is one of the selected usernames. This command
needs to be repeated for all the selected users.

### Library Microservice

The library microservice (Lib MS) acts like as a standalone file server for
users. It does not interact directly with user workspaces and is not
needed for the regular use cases of the DTaaS.

In case you wish to use the Lib MS, please update
the `deploy/config/lib.docker` configuration file.

The config specified in INI format. The template configuration file is:

```ini
PORT='4001'
MODE='local'
LOCAL_PATH ='/Users/<username>/DTaaS/files'
LOG_LEVEL='debug'
APOLLO_PATH='/lib'
GRAPHQL_PLAYGROUND='true'
```

The `LOCAL_PATH` variable is the absolute filepath to the
location of the local directory which will be served to users
by the Library microservice.
Replace the default values the appropriate values for your setup.

### Configure Authorization Rules for Traefik Forward-Auth

The Traefik forward-auth microservices requires configuration rules to manage
Expand Down
25 changes: 0 additions & 25 deletions docs/admin/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,31 +155,6 @@ cp -R files/user1 files/username
where _username_ is one of the selected usernames. This command
needs to be repeated for all the selected users.

### Library Microservice

The library microservice (Lib MS) acts like as a standalone file server for
users. It does not interact directly with user workspaces and is not
needed for the regular use cases of the DTaaS.

In case you wish to use the Lib MS, please update
the `deploy/config/lib.docker` configuration file.

The config specified in INI format. The template configuration file is:

```ini
PORT='4001'
MODE='local'
LOCAL_PATH ='/Users/<username>/DTaaS/files'
LOG_LEVEL='debug'
APOLLO_PATH='/lib'
GRAPHQL_PLAYGROUND='true'
```

The `LOCAL_PATH` variable is the absolute filepath to the
location of the local directory which will be served to users
by the Library microservice.
Replace the default values the appropriate values for your setup.

### Configure Authorization Rules for Traefik Forward-Auth

The Traefik forward-auth microservices requires configuration rules to manage
Expand Down

0 comments on commit 0dd3061

Please sign in to comment.