To generate custom links for tinkerhub events and resources!
We map the actual link to custom link and store in database. When the custom link is requested the flask web app redirect it to the original URL.
- Flask
- sqlite3
Create a env.dev.sh
in ops directory and add the following
APP_SETTINGS=linkmon.config.TestingConfig
HOST=<host_url>
then run
docker compose build
for building and
docker compose up -d
for running
The current env.dev.sh configuration is set for testing mode. For production edit the APP_SETTINGS in env.dev.sh as
APP_SETTINGS=linkmon.config.ProductionConfig