Changed branch in actions
Some checks failed
build / build (push) Failing after 25s

This commit is contained in:
Justine Pelletreau 2023-07-17 15:53:39 +02:00
parent 1086827cf7
commit bdbed7ec2c
2 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- "main"
- "master"
jobs:
build:

View File

@ -33,6 +33,8 @@ pygmentize -S dracula -f html -a .codehilite > styles.css
* Replace all css for .codehilite in src/static/main.css with what's in styles.css
## Run with Docker
Automated images for amd and arm should be included in this repo.
### Using traefik
If you use traefik, you only have to change the url in the label "traefik.http.routers.sqnotes.rule". You can also modify the labels to rename the service from "sqnotes" to anything else.
@ -51,3 +53,6 @@ docker-compose up -d
## Future features, todo
* Replace pickle with sqlite or smth
* Use as a CGI script rather than using flask's in-built server
## Credits
Automation : git.rznet.fr