Dockerize.

Signed-off-by: Abdulkadir Furkan Şanlı <me@abdulocra.cy>
This commit is contained in:
Abdulkadir Furkan Şanlı
2024-01-21 10:38:05 +01:00
parent 3d4483539b
commit 2c82286bfe
5 changed files with 54 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
# Path of sqlite3 file to use.
DB_PATH = ""
# Path for persistent app data.
DATA_DIR = "/data"
# Matrix homeserver URL.
MATRIX_SERVER = ""
# Matrix room to monitor.
@@ -9,6 +9,6 @@ MATRIX_USER = ""
# Password for bot's Matrix user.
MATRIX_PASSWORD = ""
# Title of the playlists created, date of the week's Monday will be appended.
PLAYLIST_TITLE = ""
YOUTUBE_PLAYLIST_TITLE = ""
# YouTube API client secret json path.
YOUTUBE_CLIENT_SECRETS_FILE = os.getenv("YOUTUBE_CLIENT_SECRETS_FILE")
YOUTUBE_CLIENT_SECRETS_FILE = ""