๐Ÿ“ฆ mutdmour / n8n-screenshotter

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/mutdmour/n8n-screenshotter.git
HTTPS git clone https://github.com/mutdmour/n8n-screenshotter.git
SSH git clone git@github.com:mutdmour/n8n-screenshotter.git
CLI gh repo clone mutdmour/n8n-screenshotter
Mutasem Mutasem update to local 18a28b0 4 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ app
๐Ÿ“„ .dockerignore
๐Ÿ“„ .DS_Store
๐Ÿ“„ .gitignore
๐Ÿ“„ Dockerfile
๐Ÿ“„ heroku.yml
๐Ÿ“„ README.md
๐Ÿ“„ README.md

n8n screenshotter

Captures images of n8n application

Start

To start app simply start docker-compose by executing the following command in the current folder.

IMPORTANT: But before you do that change the default users and passwords in the .env file!

docker-compose up -d

To stop it execute:

docker-compose stop