This commit is contained in:
parent
1086827cf7
commit
bdbed7ec2c
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
|
- "master"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -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
|
* Replace all css for .codehilite in src/static/main.css with what's in styles.css
|
||||||
|
|
||||||
## Run with Docker
|
## Run with Docker
|
||||||
|
Automated images for amd and arm should be included in this repo.
|
||||||
|
|
||||||
### Using traefik
|
### 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.
|
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
|
## Future features, todo
|
||||||
* Replace pickle with sqlite or smth
|
* Replace pickle with sqlite or smth
|
||||||
* Use as a CGI script rather than using flask's in-built server
|
* Use as a CGI script rather than using flask's in-built server
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
Automation : git.rznet.fr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user