Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.33 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.33 KB

OwnTinfoil in Docker

GitHub Container Registry Build

Port on Python of the OwnTinfoil project.

More info you can find in project's Wiki

Usage

Requirements:

Install:

  1. Copy the docker-compose.yml file in your own directory
  2. Edit the file and change the BOT_URL and BOT_KEY (if you have it) variables.
  3. Run docker-compose up -d
  4. Enjoy!

How to ...

You can read the Wiki page for more information.

Also, you can read the FAQ page for more information.

Development

Requirements:

How to install

  1. Clone the repository
  2. Run poetry install
  3. Enjoy!

How to run

  1. Add the BOT_URL and BOT_KEY (if you have it) variables in the .env file.
  2. Run poetry run python -m app
  3. Enjoy!

License

MIT