A basic "cloud file storage solution" that uses telegram bots.
For every .example
file create a corresponding file. (find . -name "*.example")
Configure the DEV_HOST
&& HOST
in the .env file and google dashboard accordingly.
optional: poetry config virtualenvs.in-project true
poetry install
aerich init -t app.db.TORTOISE_ORM
aerich init-db
uvicorn app:app
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build
Backend: http://${DEV_DOMAIN}
:8080/
./prod_install.sh
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d --build
- This is not production ready by any standard, this is just a fun idea tested by me :)
- This project is not related in any way to other projects that might have a similar name.