Read-only mirror of https://github.com/sitn/vcron_proxy — Canton de Neuchâtel. Issues & pull requests at the source.
  • HTML 57.6%
  • Python 39.1%
  • Dockerfile 3.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-10-28 16:04:04 +02:00
templates improve status 2022-10-28 16:01:57 +02:00
.env.sample init 2021-09-27 16:27:59 +02:00
.gitignore init 2021-09-27 16:27:59 +02:00
app.py bad import 2022-10-28 16:02:48 +02:00
docker-compose.yaml init 2021-09-27 16:27:59 +02:00
Dockerfile init 2021-09-27 16:27:59 +02:00
README.md Merge branch 'main' of https://github.com/sitn/vcron_proxy into main 2022-10-28 16:04:04 +02:00
requirements.txt improve status 2022-10-28 16:01:57 +02:00

vcron_proxy

An internal VCRON proxy.

Dev

After cloning this repository:

python -m venv .venv
./.venv/Scripts/activate
pip install -r requirements.txt

Then run flask dev server:

flask run

Deploy

cp .env.sample .env

Set your config, then:

$env:DOCKER_HOST="root@server.com"
docker-compose up -d