fake-log/README.md

42 lines
944 B
Markdown
Raw Permalink Normal View History

2019-01-11 22:52:58 +01:00
# Wulkanowy Fake Log
2018-08-22 11:32:05 +02:00
2019-02-05 19:11:42 +01:00
[![CircleCI](https://img.shields.io/circleci/project/github/wulkanowy/fake-log.svg?style=flat-square)](https://circleci.com/gh/wulkanowy/fake-log)
2018-08-22 11:35:41 +02:00
2021-02-07 18:42:29 +01:00
Fake log for the Wulkanowy app. Used for testing.
2018-08-22 11:35:41 +02:00
## Instalation
```bash
$ npm install
2019-01-11 22:52:58 +01:00
$ npm start
2018-08-22 11:35:41 +02:00
```
2019-01-11 22:52:58 +01:00
## Installation with Docker
### Docker
```bash
git clone https://github.com/wulkanowy/fake-log.git
docker build -t fake-log .
docker run -p 3000:3000 fake-log
```
### docker-compose
```bash
git clone https://github.com/wulkanowy/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
2024-03-27 22:31:41 +01:00
We provide example nginx config file [fakelog.nginx](fakelog.nginx). You will need to change SSL certificates paths and domain names. You may need to change `proxy_pass` URL
2019-01-11 22:52:58 +01:00
## Login
2019-02-05 19:11:42 +01:00
- **Email**: `jan@fakelog.cf`
- **Password**: `jan123`
2019-03-05 18:31:39 +01:00
- **Log**: `Fakelog`