Skip to content
This repository was archived by the owner on Sep 5, 2020. It is now read-only.
This repository was archived by the owner on Sep 5, 2020. It is now read-only.

Request an user specific landing page #123

@mkimid

Description

@mkimid

services/HttpServer.ts #53 ~

this.server.views({
  engines: {
    html: Handlebars
  },
  relativeTo: path.resolve(__dirname, '../'),
  path: 'templates'
})

In 1.2.x version, the landing page is fixed as above.
If add an extra parameter in config as 'CODIUS_HOST_INDEX=....'
and use it for resolving a path name,
sever operator can design their own index file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions