all repos — artbound-python @ main

A client-server reimplementation of the administration panel for ArtBound.

59aba643
better dockerfile and docker-compose
BiRabittoh birabittoh@tilde.team
Sun, 27 Aug 2023 13:27:42 +0200
6a4f346d
better license, add workflow
BiRabittoh birabittoh@tilde.team
Sun, 27 Aug 2023 13:22:19 +0200
ef590a56
fix license
BiRabittoh birabittoh@tilde.team
Thu, 17 Aug 2023 02:46:27 +0200

artbound-python

A client-server reimplementation of the administration panel for ArtBound.

Configuration

  1. Copy .env.example into .env and fill it out;
  2. Generate a credentials.json with Drive and Sheets APIs and the following redirect URL: http://localhost:1111;

Usage (poetry)

Usage (docker)

  1. Generate a token.json file: poetry install; poetry run python get_token.py;
  2. Build the image and start the container: docker-compose up -d.
clone
git clone https://git.birabittoh.duckdns.org/artbound-python.git