Commit Graph

56 Commits

Author SHA1 Message Date
Dieter Schmidt
dfbc0e95dc update Dockerfile
- add new moonraker requirements
- add moonraker database folder
2021-06-26 15:05:05 +02:00
Dieter Schmidt
61f41cef6a WIP: disable arm/v6 builds for now 2021-05-29 21:55:12 +02:00
Dieter Schmidt
6e7661df34 streamline branch/version to image tag conversion 2021-05-29 18:36:01 +02:00
Dieter Schmidt
45db2912a4 add development build with github actions to image tag "next" 2021-05-29 18:26:05 +02:00
Dieter Schmidt
760cb1358f update moonraker build & config
- add Rust toolchain
- update config
  - update authorization
  - add database config
  - add docker volume mount for moonraker database persistence
2021-05-29 18:13:44 +02:00
Dieter Schmidt
6c1cdd8e5f fix cron syntax 2021-05-29 13:18:18 +02:00
Dieter Schmidt
379a5c10a1 Merge branch 'main' of https://github.com/dimalo/klipper-web-control-docker 2021-05-29 13:15:28 +02:00
Dieter Schmidt
9af6a78772 update build frequency in github actions to 3 times / week 2021-05-29 13:15:23 +02:00
dimalo
c10db6753c Merge pull request #9 from ahalekelly/patch-1 2021-05-15 12:34:29 +02:00
ahalekelly
6f16cf4bee Update Readme with ARMv6 details 2021-04-27 21:51:00 -10:00
Dieter Schmidt
d82ab4138e Merge branch 'main' of https://github.com/dimalo/klipper-web-control-docker 2021-04-27 12:49:46 +02:00
Dieter Schmidt
2dbcb2d985 fix #7
add ARMv6 to multiarch build
2021-04-27 12:49:43 +02:00
dimalo
5193d50612 Merge pull request #6 from ruthgrace/main 2021-04-25 03:36:32 +02:00
Ruth Grace Wong
c59da21e2f Fix invalid yaml
This fixes the error
```
ERROR: yaml.parser.ParserError: while parsing a block collection
  in "./docker-compose.yml", line 80, column 7
expected <block end>, but found '?'
  in "./docker-compose.yml", line 81, column 7
```

when you run

```
docker-compose pull && docker-compose up
```
2021-04-24 16:02:55 -07:00
Dieter Schmidt
a34986da07 refactor docker-compose.yml
- comment out second printer config by default
- improve comments on second printer config example
- use /dev/ttyUSB0 by default
1.2.0
2021-04-10 19:52:36 +02:00
Dieter Schmidt
a2c213f9bd update moonraker.conf
add octoprint_compat and history
2021-04-10 19:48:31 +02:00
Dieter Schmidt
a1fcab26dc update Dockerfile
- fix syntax
- use base tag instead of buster
2021-04-10 19:31:47 +02:00
Dieter Schmidt
ae4aeb5ad2 apt install latest moonraker requirements 2021-04-07 00:41:37 +02:00
Dieter Schmidt
64a4e22f48 fix #2
change image tags to datetime string
2021-04-04 15:29:12 +02:00
Dieter Schmidt
074e9f4c74 fix #2 WIP 2021-04-04 15:06:33 +02:00
Dieter Schmidt
a74cf7fc56 Merge branch 'develop' of https://github.com/dimalo/klipper-web-control-docker into develop 2021-02-20 17:26:18 +00:00
Dieter Schmidt
05278bc463 add .config folder to gitognore 2021-02-20 17:26:15 +00:00
Dieter Schmidt
2a5f7976bf fix multiple envs clash with latest moonraker glob 1.1.0 2021-02-17 00:21:07 +01:00
Dieter Schmidt
54c4948387 pin python version to make sure symlinks work 2021-02-03 21:11:44 +01:00
Dieter Schmidt
6f6cfdf4f3 bugfix for moonraker update manager
- add symbolic links to python3.9 to make moonraker happy
2021-02-03 21:09:29 +01:00
Dieter Schmidt
2ad55b4c85 refactor client macros & update Dockerfile
- add load/unload filament and forward M701/702
- add klippy user home dir
2021-01-26 00:25:04 +01:00
Dieter Schmidt
e2182dfc39 update README 1.0.0 2021-01-23 21:55:02 +01:00
Dieter Schmidt
218e78d8fe add example for multiple printers to docker-compose.yml 2021-01-23 21:51:39 +01:00
Dieter Schmidt
20bffc5e06 remove fluidd build status 2021-01-23 21:48:26 +01:00
Dieter Schmidt
afe74431e5 add weekly scheduled builds 2021-01-23 21:46:41 +01:00
Dieter Schmidt
080e9e1c8b add mount to config folder as default to persist per default
add note to user to branch off from main in order to preserve custom configs...
2021-01-11 01:32:46 +01:00
Dieter Schmidt
c4fd697f9b ditch own build in favour of upstream
see https://github.com/cadriel/fluidd/pull/71
2021-01-11 01:27:55 +01:00
Dieter Schmidt
7332780fb6 enable klipper & moonraker updates 2021-01-11 00:43:06 +01:00
Dieter Schmidt
110d8af4c5 fix metadata extraction with missing dependencies 2021-01-11 00:42:56 +01:00
Dieter Schmidt
e9d19e36fc minor refinement of calibration macros 2021-01-11 00:08:39 +01:00
Dieter Schmidt
6ef93ca0a9 update klipper docker build
- add deps for moonraker metadata extraction (thumbnails etc)
- configure logging folder under /var/log/klipper
2021-01-11 00:08:34 +01:00
Dieter Schmidt
58754a0582 updates
- refactor start_print (home all axes works better with safe homing)
- reduce priming speeds
- fix CLEAR_PAUSE name clash
- add calibration macros
- update readme
2021-01-10 23:56:42 +01:00
Dieter Schmidt
d023abb9df update credits 2021-01-05 01:28:10 +01:00
Dieter Schmidt
6932de853e update README
- add group permission args to compose file for convenience
2021-01-04 17:04:11 +01:00
Dieter Schmidt
7689dad83c update docker-compose 2021-01-04 03:42:03 +01:00
Dieter Schmidt
7a8b77702b add CI badges 2021-01-04 03:34:11 +01:00
Dieter Schmidt
f576c2504b update frontend build 2021-01-04 03:11:46 +01:00
Dieter Schmidt
432d807a7a use image caching 2021-01-04 03:10:50 +01:00
Dieter Schmidt
c9a525d16c try explicit Dockerfile name 2021-01-04 03:09:14 +01:00
Dieter Schmidt
1084500781 update frontend context 2021-01-04 03:04:25 +01:00
Dieter Schmidt
31bec7a13c update image labels 2021-01-04 03:03:46 +01:00
Dieter Schmidt
e103c20a09 fix Workflow name 2021-01-04 02:58:48 +01:00
Dieter Schmidt
28af5a7e31 fix Dockerfile path 2021-01-04 02:56:47 +01:00
Dieter Schmidt
287ef8b21c add mainsail build 2021-01-04 02:52:22 +01:00
Dieter Schmidt
91e1c5f140 rename workflow 2021-01-04 02:49:34 +01:00