Make Gitea display graphs in notebooks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2586773680
commit
5474dbe720
2
TODO.md
2
TODO.md
@ -9,5 +9,5 @@
|
|||||||
- [x] Check out docker swarm and current best practices for Ansible
|
- [x] Check out docker swarm and current best practices for Ansible
|
||||||
- [x] Use Gitea instead of GitLab
|
- [x] Use Gitea instead of GitLab
|
||||||
- [ ] Add drone exec runner for Nix builds with shared `/nix`
|
- [ ] Add drone exec runner for Nix builds with shared `/nix`
|
||||||
- [ ] Make Gitea display graphs in Notebooks (see https://docs.gitea.io/en-us/external-renderers/).
|
|
||||||
- [ ] Lint caddy file, add gzip and disable admin interface
|
- [ ] Lint caddy file, add gzip and disable admin interface
|
||||||
|
- [x] Make Gitea display graphs in Notebooks (see https://docs.gitea.io/en-us/external-renderers/).
|
||||||
|
@ -46,6 +46,7 @@ services:
|
|||||||
GITEA__markup_0x2E_jupyter__FILE_EXTENSIONS: ".ipynb"
|
GITEA__markup_0x2E_jupyter__FILE_EXTENSIONS: ".ipynb"
|
||||||
GITEA__markup_0x2E_jupyter__RENDER_COMMAND: "jupyter nbconvert --stdin --stdout --to html --template basic"
|
GITEA__markup_0x2E_jupyter__RENDER_COMMAND: "jupyter nbconvert --stdin --stdout --to html --template basic"
|
||||||
GITEA__markup_0x2E_jupyter__IS_INPUT_FILE: "false"
|
GITEA__markup_0x2E_jupyter__IS_INPUT_FILE: "false"
|
||||||
|
GITEA__markup_0x2E_sanitizer_0x2E_jupyter_0x2E_img__ALLOW_DATA_URI_IMAGES: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/lib/pbri/docker/gitea:/data
|
- /var/lib/pbri/docker/gitea:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user