Skip to content

Zaptyp/fake-log

 
 

Repository files navigation

Wulkanowy Fake Log

CircleCI

Fake log for the Wulkanowy app. Used for testing.

Instalation

$ npm install
$ npm start

Installation with Docker

Docker

git clone https://github.com/Zaptyp/fake-log.git
docker build -t fake-log .
docker run -p 3000:3000 fake-log

docker-compose

git clone https://github.com/Zaptyp/fake-log.git
docker-compose up

You can add -d to both docker run and docker-compose up in order to run in "detached" mode (in background)

Nginx reverse proxy

We provide example nginx config file fakelog.nginx. You will need to change SSL certificates paths and domain names. You may need to change proxy_pass URL

Login

  • Email: jan@fakelog.cf
  • Password: jan123
  • Log: Fakelog

About

Fake log for testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • Pug 21.5%
  • SCSS 5.2%
  • Dockerfile 0.1%