Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.19 KB


Open in Visual Studio Code

flask-blog

Blog build with flask.

you can run on docker container with commands:

1 - For get telegram-bot messages:
docker run -it -e ID=</USER_OR_GROUP-ID/> -e TOKEN=</BOT-TOKEN/> -p 5000:5000 yoas1/flask-blog:1.0
or
docker run -it -e ID=</USER_OR_GROUP-ID/> -e TOKEN=</BOT-TOKEN/> -p 5000:5000 ghcr.io/yoas1/flask-blog:1.0

2 - Without telegram-bot messages:
docker run -it -e ID=none -e TOKEN=none -p 5000:5000 yoas1/flask-blog:1.0
or
docker run -it -e ID=none -e TOKEN=none -p 5000:5000 ghcr.io/yoas1/flask-blog:1.0


Admin user:

Username: admin
Password: admin
(change it on user dashboard)

Home Page:

you can edit home page in: Admin --> Main-Page



You can show my blog --> Dev-Docs-Ops