No description
Find a file
ahoemann e9b32af7c7
All checks were successful
/ update (push) Successful in 1s
docs: updated README
2025-01-21 12:30:02 +01:00
.forgejo/workflows add: service restart 2024-11-28 09:27:04 +00:00
static/css add: content 2024-11-28 12:08:48 +01:00
templates fix: removed Copywrite symbol 2025-01-16 12:38:13 +01:00
.gitignore feat: templates 2024-11-15 08:26:13 +01:00
app.py feat: set urls via environment variables; removed: configuration parser 2025-01-17 08:29:25 +01:00
Containerfile fix: set default environment variables names 2025-01-17 08:35:14 +01:00
LICENSE add: license 2024-11-12 15:52:22 +00:00
README.md docs: updated README 2025-01-21 12:30:02 +01:00
requirements.txt add: requests library to requirements list 2024-12-02 11:33:03 +00:00

Installation

Setting up the environment

  1. Create a virtual environment:
python3 -m venv .venv
  1. Activate the virtual environment:
. .venv/bin/activate
  1. Install dependencies:
pip install requirements.txt

Building the container

# <runtime> build -t adrianux:<tag> .

Running the container

# <runtime> run adrianux:<tag>