This is "home" for the future "htag demo". It will be a docker app (because my free hosting provider will shutdown my free account, if many people use the online version at the same time)
It will be a lot simpler to intanciate it, on demand ;-)
IMPORTANT : Currently, I'm working on this (the demo is not finnished, and bug a little)
note : The docker is hosted on render.com (in a free account) : so, it may take 50sec to start on-demand, be patient ;-)
You'll need docker command on your host, just run :
docker run -p 8111:8000 ghcr.io/manatlan/htagdemo:latest
or
docker build -t test https://github.com/manatlan/htagdemo.git && docker run -p 8111:8000 --rm test
And surf to http://localhost:8111
git clone https://github.com/manatlan/htagdemo.git
cd htagdemo
./runLocal.sh
git clone https://github.com/manatlan/htagdemo.git
cd htagdemo
./runPy.sh
The "htagdemo" is an asset (htag app + folder/scripts) edited online on mlan.fr (secure htagweb app). (This app is editable and testable on mlan.fr)
This github repo got 2 workflows/actions:
- update.yml : which will update this repo with sources from mlan.fr (downloading a zip from a mlan.fr api)
- dockerbuild.yml : which will build the docker container, publish it on ghcr.io, and redeploy on render.com
the "update.yml" (throwable manually) will do all ^^.