No description
|
All checks were successful
Build / test (push) Successful in 17s
Python formatting PEP8 / Python-PEP8 (push) Successful in 12s
Renovate / forgejo (push) Successful in 54s
Test / test (push) Successful in 15s
Build / build-amd64 (push) Successful in 24s
Build / build-arm64 (push) Successful in 2m15s
Build / create-manifest (push) Successful in 3s
Co-authored-by: Renovate Bot <renovate-bot@code.f2n.me> Co-committed-by: Renovate Bot <renovate-bot@code.f2n.me> |
||
|---|---|---|
| .forgejo/workflows | ||
| app | ||
| tests | ||
| .flaskenv.example | ||
| .gitignore | ||
| apache_sample_config.conf | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| pytest.ini | ||
| README.md | ||
| reminder.wsgi | ||
| renovate.json | ||
| requirements.txt | ||
reminder
A simple python Flask application which adds reminders to every event in a given ICS file.
See it in action at https://reminder.pimux.de
Installation
Docker
docker run code.f2n.me/finn/reminder:latest
non-Docker
Clone the repo, install Python virtual environment, configure webserver (or use some wsgi server)
git clone https://code.f2n.me/finn/reminder.git reminder
cd reminder
virtualenv .
. bin/activate
pip install -r requirements.txt
cp apache_sample_config.php /etc/apache2/sites-available/my-reminder.exmaple.org.conf
a2ensite my-reminder.exmaple.org.conf